diff options
author | Jan Ehrhardt <phpdev@ehrhardt.nl> | 2013-08-10 18:08:06 +0200 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-08-10 17:31:40 -0700 |
commit | 503d39d9252b4134f2387ac7914f60083aa1c990 (patch) | |
tree | b9c26bfdfbd343c4d352d079bb537986bdf7b69f /php.ini-development | |
parent | bff1a96a0ff32610acd494534b9a91e1275831e7 (diff) | |
download | php-git-503d39d9252b4134f2387ac7914f60083aa1c990.tar.gz |
php.ini-development/production: remove php_zip.dll
Remove the reference to php_zip.dll in php.ini-production and
php.ini-development, because php_zip.dll does not exist anymore since
PHP 5.3
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/php.ini-development b/php.ini-development index 28eb9ed545..db908c0718 100644 --- a/php.ini-development +++ b/php.ini-development @@ -903,7 +903,6 @@ default_socket_timeout = 60 ;extension=php_tidy.dll ;extension=php_xmlrpc.dll ;extension=php_xsl.dll -;extension=php_zip.dll ;;;;;;;;;;;;;;;;;;; ; Module Settings ; |