changelog Sat Mar 3 01:31:02 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2617&r2=1.2618&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2617 php-src/ChangeLog:1.2618 --- php-src/ChangeLog:1.2617 Fri Mar 2 01:31:05 2007 +++ php-src/ChangeLog Sat Mar 3 01:31:02 2007 @@ -1,3 +1,55 @@ +2007-03-02 Stanislav Malyshev <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/oci8/tests/bug40415.phpt: + mask resource numbers + + * (PHP_5_2) + ext/oci8/tests/lob_029.phpt: + improved test + +2007-03-02 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/session/session.c: + + Improve safe_mode check + 2007-03-01 Antony Dovgal <[EMAIL PROTECTED]> * (PHP_5_2)