From: Date: Fri, 22 Jul 2005 05:39:31 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b19c520142c27815aa304c57f4353634669a7ea5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index eb911dfc5f..110e0f524b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2005-07-21 Marcus Boerger + + * ZendEngine2/zend_execute_API.c: + - Fix error generation logic (found by johannes) + +2005-07-21 Dmitry Stogov + + * ZendEngine2/zend_vm_def.h: + Fixed bug with returning from internal function by reference + + * ext/standard/var.c: + Recursion protection + 2005-07-20 Jani Taskinen * NEWS: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index c7cd23c0a8..d07ab61ca4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2005-07-21 Marcus Boerger + + * zend_execute_API.c: + - Fix error generation logic (found by johannes) + +2005-07-21 Dmitry Stogov + + * zend_vm_def.h: + Fixed bug with returning from internal function by reference + 2005-07-19 Marcus Boerger * zend_interfaces.c: