From: Date: Sat, 6 May 2006 05:31:52 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=111d608ff12911afb483ce798a874644730926f4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 69e78e75bf..c2f830cb98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2006-05-05 Michael Wallner + + * (PHP_5_1) + .gdbinit: + - treat interfaces and classes gracefully in print_inh + + * (PHP_5_1) + .gdbinit: + - add print_inh (prints a very simple class tree, ie. extensible) + - add print_pi (prints property_info) + - add ____print_str (print strings binary safely, for hash keys etc) + +2006-05-05 Dmitry Stogov + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug37251.phpt: + Fixed bug #37251 (deadlock when custom error handler is to catch array type + hint error). + + * (PHP_5_1) + NEWS + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c: + Fixed bug #37313 (sigemptyset() used without including ). + (jdolecek) + 2006-05-04 Antony Dovgal * ext/informix/ifx.ec diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 460ce2ea87..d49d700122 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2006-05-05 Dmitry Stogov + + * zend_execute.c + zend_vm_def.h + zend_vm_execute.h + tests/bug37251.phpt: + Fixed bug #37251 (deadlock when custom error handler is to catch array type + hint error). + 2006-05-04 Andrei Zmievski * zend_language_scanner.l: