I Want To Use OpenSSL Modules On My PHP Binary So I Remove The Bin Folder, Then Install Php By Using apt-get install php7.0 But, There's A Missing Extension [CRITICAL] Unable to find the pthreads extension. [CRITICAL] Please use the installer provided on the homepage. How To Recompile The PHP Binary With Pthreads?
do not install PHP using apt-get you need the bin please use the install script to download PHP #see https://pmmp.io/get.html #alsosee https://get.pmmp.io
If you really need the OpenSSL extension, you can modify the compile.sh script @ php-build-scripts, then compile yourself. Some relevant links: http://php.net/manual/en/openssl.installation.php https://github.com/pmmp/php-build-scripts/blob/master/compile.sh