From: Date: Fri, 6 Feb 2009 01:32:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94f765a9d2f8cf3b8427bdff8c2e4179df3a4df2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c950646f1f..edf28c4fc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2009-02-05 Jani Taskinen + + * (PHP_5_3) + NEWS: + - Fix crap + +2009-02-05 Christopher Jones + + * ext/bz2/bz2_filter.c: + MFB: Make message punctuation consistent across PHP + + * (PHP_5_3) + ext/bz2/bz2_filter.c: + Make message punctuation consistent across PHP + + * (PHP_5_3) + ext/oci8/oci8_interface.c: + Tweak fix for #45458 to allow this branch (from PECL) to continue building + with PHP 4 et al. No other branches need changing + +2009-02-05 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + Back to dev + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + 5.2.9RC1 + +2009-02-05 Pierre-Alain Joye + + * (PHP_5_2) + NEWS: + - zip fix entry + + * (PHP_5_2) + ext/zip/php_zip.c + ext/zip/php_zip.h: + - Fixed a crash on extract in zip when files or directories entry names + contain + a relative path. (affects only 5.2 as it is a limitation in 5.2's + virtual_file_ex) + +2009-02-05 Felipe Pena + + * EXTENSIONS + EXTENSIONS: + - Update + 2009-02-04 Felipe Pena * (PHP_5_2)