changelog Mon Mar 13 06:31:43 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2282&r2=1.2283&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2282 php-src/ChangeLog:1.2283 --- php-src/ChangeLog:1.2282 Sun Mar 12 06:31:43 2006 +++ php-src/ChangeLog Mon Mar 13 06:31:42 2006 @@ -1,3 +1,24 @@ +2006-03-12 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS: + var news + + * ZendEngine2/zend_language_parser.y: + MFB51: As per agreement during PDM, remove the E_STRICT deprecation notice + from "var". + + * (PHP_5_1) + ZendEngine2/zend_language_parser.y: + As per agreement during PDM, remove the E_STRICT deprecation notice from + "var". + +2006-03-12 Rui Hirokawa <[EMAIL PROTECTED]> + + * ext/mbstring/mbstring.c: + fixed a possible null injection caused by missuse of + mbstring.substitute_character. + 2006-03-11 Marcus Boerger <[EMAIL PROTECTED]> * (PHP_5_1)