changelog Wed Mar 29 06:31:44 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2298&r2=1.2299&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2298 php-src/ChangeLog:1.2299
--- php-src/ChangeLog:1.2298 Tue Mar 28 06:31:43 2006
+++ php-src/ChangeLog Wed Mar 29 06:31:43 2006
@@ -1,3 +1,59 @@
+2006-03-28 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_objects_API.c:
+ initialize bucket #0 with nulls
+
+ * (PHP_5_1)
+ ZendEngine2/zend_objects_API.c:
+ initialize bucket #0 with nulls (normally it shouldn't be used at all,
but
+ if it is - we don't want any memory issues, do we?)
+
+ * ZendEngine2/zend_builtin_functions.c:
+ MF51: fix #36897 (debug_print_backtrace() doesn't return void but
array(0)
+ {})
+
+ * (PHP_5_1)
+ ZendEngine2/zend_builtin_functions.c:
+ fix #36897 (debug_print_backtrace() doesn't return void but array(0) {})
+
+2006-03-28 Seiji Masugata <[EMAIL PROTECTED]>
+
+ * ext/mbstring/mbstring.c
+ ext/mbstring/mbstring.h:
+ added mb_strstr( ).
+
+2006-03-28 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ NEWS
+ ext/standard/user_filters.c:
+ Fixed bug #36886 (User filters can leak buckets in some situations).
+
+2006-03-28 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ ext/standard/file.c:
+ fix build and #36887
+
+ * ext/oci8/oci8_interface.c:
+ MF51: fix #36851 (Documentation and code discrepancies for NULL data)
+
+ * (PHP_5_1)
+ NEWS
+ ext/oci8/oci8_interface.c:
+ fix #36851 (Documentation and code discrepancies for NULL data)
+
+2006-03-28 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_operators.c:
+ Note
+
+2006-03-28 Yasuo Ohgaki <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ ext/pgsql/pgsql.c:
+ reenable pg_execute E_WARNING
+
2006-03-27 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_4_4)