]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 6 May 2006 05:31:52 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Sat, 6 May 2006 05:31:52 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index 69e78e75bf8e747f79f688a93f61cc5eae0a26dd..c2f830cb98a81da99d37fc125153488d4c2b3e25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2006-05-05  Michael Wallner  <mike@iworks.at>
+
+    * (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  <dmitry@zend.com>
+
+    * 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 <signal.h>).
+      (jdolecek)
+
 2006-05-04  Antony Dovgal  <antony@zend.com>
 
     * ext/informix/ifx.ec
index 460ce2ea874b8fcf798824fb913b5b2973bfbd89..d49d7001220b066b8afc248561d043deb9be14b2 100644 (file)
@@ -1,3 +1,12 @@
+2006-05-05  Dmitry Stogov  <dmitry@zend.com>
+
+    * 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  <andrei@gravitonic.com>
 
     * zend_language_scanner.l: