Quick and easy: if you are using Apache, edit the Apache24 \ conf \ httpd.conf file and search for "loadmodule". If you see that your loadmodule is referencing .dll, something like:
LoadModule php7_module "e: /x64Stack/PHP/php7.1.9/php7apache2_4.dll"
AddHandler / x-httpd-php.php application
PHPIniDir "e: /x64Stack/PHP/php7.1.9"
Then you want to enable stream protection or TS - the version for streaming .
Otherwise, if you use IIS or Apache with CGI, then NTS tastes.
I use several stacks inside these several servers and versions of PHP, so don't let start / php or server versions throw you.
Jim Oct 21 '17 at 12:12 2017-10-21 12:12
source share