diff options
| author | <changelog@php.net> | 2009-03-06 01:32:40 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2009-03-06 01:32:40 +0000 |
| commit | 3d7434b512ad33d050e6af30304515036aa35cdb (patch) | |
| tree | 7fcaa9a5a223e73e631b16e1b3f3839857ff5832 | |
| parent | fadd1292680438ee31b175591359d68cbdfb5272 (diff) | |
| download | php-git-3d7434b512ad33d050e6af30304515036aa35cdb.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 22 | ||||
| -rw-r--r-- | Zend/ChangeLog | 22 |
2 files changed, 44 insertions, 0 deletions
@@ -1,3 +1,25 @@ +2009-03-05 Felipe Pena <felipensp@gmail.com> + + * (PHP_5_3) + ZendEngine2/zend_execute_API.c: + - Fixed typo + + * (PHP_5_3) + ZendEngine2/zend_execute_API.c + ZendEngine2/tests/bug47572.phpt: + - MFH: Fixed bug #47572 (zval_update_constant_ex: Segmentation fault) + + * ZendEngine2/zend_execute_API.c + ZendEngine2/tests/bug47572.phpt + ZendEngine2/tests/bug47572.phpt: + - Fixed bug #47572 (zval_update_constant_ex: Segmentation fault) + +2009-03-05 Ilia Alshanetsky <ilia@prohost.org> + + * ZendEngine2/zend_builtin_functions.c: + + Removed bogus code + 2009-03-04 Zoe Slattery <zoe.slattery@googlemail.com> * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f814588ed7..479779f729 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,25 @@ +2009-03-05 Felipe Pena <felipensp@gmail.com> + + * (PHP_5_3) + zend_execute_API.c: + - Fixed typo + + * (PHP_5_3) + zend_execute_API.c + tests/bug47572.phpt: + - MFH: Fixed bug #47572 (zval_update_constant_ex: Segmentation fault) + + * zend_execute_API.c + tests/bug47572.phpt + tests/bug47572.phpt: + - Fixed bug #47572 (zval_update_constant_ex: Segmentation fault) + +2009-03-05 Ilia Alshanetsky <ilia@prohost.org> + + * zend_builtin_functions.c: + + Removed bogus code + 2009-03-03 Ilia Alshanetsky <ilia@prohost.org> * zend_builtin_functions.c: |
