diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-23 08:33:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-23 08:33:33 +0200 |
commit | c230ad20123b11af6c2c111d3f6759c322f6715d (patch) | |
tree | da6f22218901bafa8e49eda5a126a0df10d2e3e4 /php.ztsmodconf |
PHP 7.1.0beta1 as base package (in remi-php71)
Diffstat (limited to 'php.ztsmodconf')
-rw-r--r-- | php.ztsmodconf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/php.ztsmodconf b/php.ztsmodconf new file mode 100644 index 0000000..8085cbd --- /dev/null +++ b/php.ztsmodconf @@ -0,0 +1,6 @@ + +<IfModule !mod_php5.c> + <IfModule !prefork.c> + LoadModule php7_module modules/libphp7-zts.so + </IfModule> +</IfModule> |