diff options
| author | Remi Collet <remi@remirepo.net> | 2020-09-11 14:46:18 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-09-11 14:46:18 +0200 | 
| commit | c891bb332af826e14cfb28614b1b9fedf80ec47d (patch) | |
| tree | cf69b72e62e42fa56507df9c980c3d7d77a568af /php.modconf | |
| parent | f252207863961c2e1431b6d0079fdbdd73b67f7f (diff) | |
update to 8.0.0beta3
bump ABI/API versions
drop xmlrpc extension
json is now build statically
use system nikic/php-parser if available to generate
  C headers from PHP stub
switch from "runselftest" option to bcond_without tests
enchant: use libenchant-2 instead of libenchant
rename 15-php.conf to 20-php.conf to ensure load order
oci8 version is now 3.0.0
Diffstat (limited to 'php.modconf')
| -rw-r--r-- | php.modconf | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/php.modconf b/php.modconf index 3377f72..6f678e6 100644 --- a/php.modconf +++ b/php.modconf @@ -3,10 +3,12 @@  # easy for developers to write dynamically generated webpages.  # -# Cannot load both php5 and php7 modules +# Cannot load both php5, php7 and php modules  <IfModule !mod_php5.c> -  <IfModule prefork.c> -    LoadModule php7_module modules/libphp7.so +  <IfModule !mod_php7.c> +    <IfModule prefork.c> +      LoadModule php_module modules/libphp.so +    </IfModule>    </IfModule>  </IfModule> | 
