changelog Sat May 6 05:31:47 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2336&r2=1.2337&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2336 php-src/ChangeLog:1.2337
--- php-src/ChangeLog:1.2336 Fri May 5 05:31:49 2006
+++ php-src/ChangeLog Sat May 6 05:31:46 2006
@@ -1,3 +1,31 @@
+2006-05-05 Michael Wallner <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* ext/informix/ifx.ec