changelog Sat Jan 8 20:36:10 2005 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1857&r2=1.1858&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1857 php-src/ChangeLog:1.1858
--- php-src/ChangeLog:1.1857 Fri Jan 7 20:35:57 2005
+++ php-src/ChangeLog Sat Jan 8 20:36:09 2005
@@ -1,3 +1,53 @@
+2005-01-08 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/standard/basic_functions.c
+ ext/standard/basic_functions.c:
+ MFH: - Fix possible crash (PR#26223). Leaks remain.
+
+ * ext/standard/basic_functions.c:
+ - Fix possible crash (PR#26223). Leaks remain.
+
+2005-01-08 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli_embedded.c
+ ext/mysqli/tests/connect.inc:
+ fixed compile bug under Windows (libmysql.def currently doesn't export
+ mysql_server_init/end).
+ Thanks to Sebastian Bergmann for reporting
+
+2005-01-08 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * TSRM/tsrm_virtual_cwd.c:
+ Unnecesary check was removed
+
+2005-01-08 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/serialize/bug31442.phpt:
+ - Add new test
+
+ * ext/standard/tests/serialize/bug30234.phpt:
+ - Unify
+
+ * ext/mysqli/mysqli_exception.c:
+ - Fix shared build
+
+ * ext/mysqli/mysqli.c:
+ - Remove double destroy (which is definitively wrong and prevents php
from
+ normal execution).
+
+ * ext/dom/document.c:
+ - Fix dependency
+
+2005-01-08 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * NEWS:
+ NN
+
+ * ext/snmp/php_snmp.h
+ ext/snmp/snmp.c:
+ - Fix some memory leaks
+
2005-01-07 Antony Dovgal <[EMAIL PROTECTED]>
* ext/standard/head.c:
@@ -15422,7 +15472,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1857 2005/01/08
01:35:57 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1858 2005/01/09
01:36:09 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>