Hey guys,
Somebody filed a bug report (https://bugs.php.net/bug.php?id=64154) about
non-bundled extensions like php_zip being included in php.ini. Is there a
reason why we're keeping those in there, or is it just that nobody ever got
around to removing them?
Thanks!
--Kris
Den 19/02/2013 kl. 19.48 skrev Kris Craig kris.craig@gmail.com:
Hey guys,
Somebody filed a bug report (https://bugs.php.net/bug.php?id=64154) about
non-bundled extensions like php_zip being included in php.ini. Is there a
reason why we're keeping those in there, or is it just that nobody ever got
around to removing them?
Don't we build zip as a static extension on Windows?
Thanks!
--Kris
Kalle Sommer Nielsen in php.internals (Tue, 19 Feb 2013 22:27:42 +0100):
Den 19/02/2013 kl. 19.48 skrev Kris Craig kris.craig@gmail.com:
Somebody filed a bug report (https://bugs.php.net/bug.php?id=64154) about
non-bundled extensions like php_zip being included in php.ini. Is there a
reason why we're keeping those in there, or is it just that nobody ever got
around to removing them?Don't we build zip as a static extension on Windows?
Yes, but the php.ini_development and php.ini_production still contain
this line, even in PHP 5.5.0alpha4:
;extension=php_zip.dll
So I can imagine a user is looking for php_zip.dll.
Jan