diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-30 09:37:33 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-30 09:37:33 +0100 |
commit | e9b87790af9adabe009022cfafebfeb736978056 (patch) | |
tree | acafa3f574b8f5a5cb8e301d6b77ad5258234361 /php.modconf |
PHP 5.5.0-dev (snapshot 201211300857)
Diffstat (limited to 'php.modconf')
-rw-r--r-- | php.modconf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/php.modconf b/php.modconf new file mode 100644 index 0000000..c53cfa3 --- /dev/null +++ b/php.modconf @@ -0,0 +1,12 @@ +# +# PHP is an HTML-embedded scripting language which attempts to make it +# easy for developers to write dynamically generated webpages. +# +<IfModule prefork.c> + LoadModule php5_module modules/libphp5.so +</IfModule> +<IfModule !prefork.c> + LoadModule php5_module modules/libphp5-zts.so +</IfModule> + + |