From: Date: Mon, 25 Apr 2005 00:42:22 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~433 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3da4c91029093f888f62971882559d701b0bffc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9febf0b1b7..b4409cb60e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2005-04-24 Ilia Alshanetsky + + * main/php_variables.c: + MFB: zval** not zval* + + * (PHP_5_0) + main/php_variables.c: + zval** not zval*. + + * (PHP_4_3) + NEWS + NEWS + main/php_variables.c + main/php_variables.c: + MFH: Fixed bug #32802 (General cookie overrides more specific cookie). + + * main/php_variables.c: + Fixed bug #32802 (General cookie overrides more specific cookie). + +2005-04-24 Marcus Boerger + + * ZendEngine2/zend_compile.c: + - Need to copy doc comments correct for properties + 2005-04-23 Jani Taskinen * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index aebc097717..bfee4f7435 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2005-04-24 Marcus Boerger + + * zend_compile.c: + - Need to copy doc comments correct for properties + 2005-04-23 Marcus Boerger * tests/bug29674.phpt