summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Ehrhardt <phpdev@ehrhardt.nl>2013-08-10 18:08:06 +0200
committerStanislav Malyshev <stas@php.net>2013-08-10 17:31:40 -0700
commit503d39d9252b4134f2387ac7914f60083aa1c990 (patch)
treeb9c26bfdfbd343c4d352d079bb537986bdf7b69f
parentbff1a96a0ff32610acd494534b9a91e1275831e7 (diff)
downloadphp-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
-rw-r--r--php.ini-development1
-rw-r--r--php.ini-production1
2 files changed, 0 insertions, 2 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 ;
diff --git a/php.ini-production b/php.ini-production
index 46b06eef10..3d7c6c0dab 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -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 ;