From: Date: Sat, 3 Mar 2007 01:31:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_1~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a94eac9e47657ce8f066f3b5cc4429a7c5d588b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 769b3eb193..b334bcc499 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2007-03-02 Stanislav Malyshev + + * main/main.c + main/main.c + main/php_globals.h + main/php_globals.h + main/php_variables.c + main/php_variables.c: + limit nesting level of input variables + + * (PHP_5_2) + main/php_variables.c: + fix variable name + + * (PHP_5_2) + NEWS: + limit input variable nesting + +2007-03-02 Nuno Lopes + + * ext/standard/tests/file/proc_open01.phpt: + MFB + + * (PHP_5_2) + ext/standard/tests/file/proc_open01.phpt: + increase the stream_select() timeout, to make the test pass in a slow + machine with valgrind + + * ext/gd/libgd/gd_gif_in.c: + MFB + + * (PHP_5_2) + ext/gd/libgd/gd_gif_in.c: + fix access to non initialized memory (check valgrind reports on + http://gcov.php.net) + +2007-03-02 Antony Dovgal + + * ext/oci8/tests/bug40415.phpt: + mask resource numbers + + * (PHP_5_2) + ext/oci8/tests/lob_029.phpt: + improved test + +2007-03-02 Ilia Alshanetsky + + * (PHP_5_2) + ext/session/session.c: + + Improve safe_mode check + 2007-03-01 Antony Dovgal * (PHP_5_2)