Skip to content

Instantly share code, notes, and snippets.

@BorysVrublevskyi
Created February 9, 2022 00:45
Show Gist options
  • Save BorysVrublevskyi/3579735285a430cdf18f74f12b157441 to your computer and use it in GitHub Desktop.
Save BorysVrublevskyi/3579735285a430cdf18f74f12b157441 to your computer and use it in GitHub Desktop.

HowTo install sqlsrv

HowTo install pcntl

php -v
wget http://php.net/distributions/php-7.4.27.tar.gz
tar zxvf php-7.4.27.tar.gz
ll
cd php-7.4.27/ext/pcntl
phpize
./configure
make
cd modules
ll /usr/lib/php/20190902
cp pcntl.so /usr/lib/php/20190902
systemctl restart php7.4-fpm.service
phpenmod -v 7.4 pcntl
systemctl restart php7.4-fpm.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment