php/php.ztsmodconf
2020-02-20 19:04:14 +08:00

8 lines
181 B
Plaintext

<IfModule !mod_php5.c>
<IfModule !prefork.c>
# ZTS module is not supported, so FPM is preferred
# LoadModule php7_module modules/libphp7-zts.so
</IfModule>
</IfModule>