diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-08 15:14:20 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-08 15:14:20 +0100 |
commit | 575002bf3505b0aed6831eb0e6701967f383562c (patch) | |
tree | f53c1a7232c14f3a04471a68d2cdee80377b075d /php.modconf | |
parent | 9ffdec5f693dc0319a659d0e20dd1b0d3943b568 (diff) |
php 5.5.0-0.17.201303081230 (post alpha 6), drop php-mysql
Diffstat (limited to 'php.modconf')
-rw-r--r-- | php.modconf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/php.modconf b/php.modconf index c53cfa3..87f97c9 100644 --- a/php.modconf +++ b/php.modconf @@ -5,8 +5,4 @@ <IfModule prefork.c> LoadModule php5_module modules/libphp5.so </IfModule> -<IfModule !prefork.c> - LoadModule php5_module modules/libphp5-zts.so -</IfModule> - |