From: Date: Fri, 4 Apr 2008 01:31:34 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0b1~509 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=059938aefb0296c1e5085b33540d60767559a48a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0b71e24a05..a58461b492 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2008-04-03 Felipe Pena + + * (PHP_5_2) + ext/standard/tests/array/array_reverse_variation5.phpt + ext/standard/tests/array/array_unshift_variation5.phpt: + - Fixed tests + +2008-04-03 Dmitry Stogov + + * (PHP_5_2) + NEWS: + fixed name + + * (PHP_5_2) + NEWS + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c: + - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin) + - Fixed sending of uninitialized paddings which may contain some + information. + (Andrey Nigmatulin) + 2008-04-02 Ilia Alshanetsky * (PHP_5_2)