Skip to content

Instantly share code, notes, and snippets.

View xvladqt's full-sized avatar

XvladQt (Vladyslav Volynets) xvladqt

View GitHub Profile
@xvladqt
xvladqt / php.log
Created December 4, 2023 11:50
asdf install php 8.2.13 > php.log 2> php2.log
Determining configuration options...
Downloading source code...
Extracting source code...
Running buildconfig...
buildconf: Checking installation
buildconf: autoconf version 2.71 (ok)
buildconf: Forcing buildconf. The configure files will be regenerated.
buildconf: Cleaning cache and configure files
buildconf: Rebuilding configure
buildconf: Rebuilding main/php_config.h.in
@xvladqt
xvladqt / README.md
Created June 20, 2023 09:03
Build asdf php 7.4 on arch linux

In arch exists 2 openssl packages (openssl, openssl-1.1) For building required openssl-1.1, need manually set pkgconfig

export PKG_CONFIG_PATH=/usr/lib/openssl-1.1/pkgconfig
@xvladqt
xvladqt / Package%20Control.sublime-settings
Last active December 14, 2019 06:51
Sublime settings
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"BracketHighlighter",
"Diffy",
"Dockerfile Syntax Highlighting",
@xvladqt
xvladqt / .env
Created November 13, 2019 07:24
LaravelEcho + docker + Vue
BROADCAST_DRIVER=redis
CACHE_DRIVER=redis
QUEUE_CONNECTION=redis
SESSION_DRIVER=redis
REDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=6379
MIX_ECHO_HOST=https://demo.local:6001