From: Date: Thu, 27 Jan 2005 01:35:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=969860b57060d432bf023291669e5b462dad988f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 868959536a..a3341ea4ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2005-01-26 Derick Rethans + + * (PHP_4_3) + sapi/apache/config.m4 + sapi/apache/config.m4: + - MFH: There is no --with-apache2, only apxs2 + + * sapi/apache/config.m4: + - There is no --with-apache2, only apxs2 + +2005-01-26 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + NEWS + ext/standard/var_unserializer.c + ext/standard/var_unserializer.c + ext/standard/var_unserializer.re + ext/standard/var_unserializer.re: + MFH: Fixed bug #31699 (unserialize() float problem on non-English locales). + + * ext/standard/var_unserializer.c + ext/standard/var_unserializer.re: + Fixed bug #31699 (unserialize() float problem on non-English locales). + + * (PHP_4_3) + NEWS + ext/standard/formatted_print.c: + MFH: Fixed bug #29733 (printf() handles repeated placeholders wrong). + + * (PHP_5_0) + NEWS + ext/standard/formatted_print.c: + Fixed bug #29733 (printf() handles repeated placeholders wrong). + (bugs dot php dot net at bluetwanger dot de, Ilia) + + * ext/standard/formatted_print.c: + Fixed bug #29733 (printf() handles repeated placeholders wrong). + + 2005-01-25 Andrei Zmievski * ext/standard/browscap.c: