From: Date: Sun, 28 Jun 2009 01:33:04 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b74ae48958ca94360227325cc899b1d950781a1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7a156d1bf9..9a4f913454 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2009-06-27 Pierre-Alain Joye + + * ext/curl/interface.c: + - fix regression introduced by the fix for #48518 (Ilia, Rasmus) + +2009-06-27 Mikko Koppanen + + * NEWS + main/php_ini.c: + [DOC] + Support multiple paths (separated by path_separator) in + config-file-scan-dir/PHP_INI_SCAN_DIR + +2009-06-27 Hannes Magnusson + + * (PHP_5_3) + UPGRADING: + Group the open_basedir entries + + * (PHP_5_3) + php.ini-development + php.ini-production: + - Remove outdated version information + - Remove no-longer-existing windows dll (there could be more..) + - List missing INI directives (need to add descriptions to them and sort + them correctly..) + + * (PHP_5_3) + UPGRADING: + - Added missing deprecated things + - Added missing INI settings + 2009-06-26 Jani Taskinen * (PHP_5_3)