summaryrefslogtreecommitdiffstats
path: root/php.ztsmodconf
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-17 14:51:27 +0200
committerRemi Collet <remi@remirepo.net>2020-09-17 14:51:27 +0200
commit96941780cc9fdad46905d96285e5fd1d448bab3f (patch)
tree6e09786d54f19a2f5ab851dd8034f65f37942aea /php.ztsmodconf
parent95e32c81580b9a976dc474d25e98ab760dc2f4e0 (diff)
drop mod_php for ZTS (have never be suported)
use %bcond_without for dtrace, libgd, firebird, lsws, libpcre, zts so can be disable during rebuild use %bcond_with for libpcre, oci8, zip and debug so can be enable during rebuild
Diffstat (limited to 'php.ztsmodconf')
-rw-r--r--php.ztsmodconf9
1 files changed, 0 insertions, 9 deletions
diff --git a/php.ztsmodconf b/php.ztsmodconf
deleted file mode 100644
index 7ce38bf..0000000
--- a/php.ztsmodconf
+++ /dev/null
@@ -1,9 +0,0 @@
-
-<IfModule !mod_php5.c>
- <IfModule !mod_php7.c>
- <IfModule !prefork.c>
- # ZTS module is not supported, so FPM should be preferred
- LoadModule php_module modules/libphp-zts.so
- </IfModule>
- </IfModule>
-</IfModule>