changelog Wed Sep 17 01:31:52 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3170&r2=1.3171&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3170 php-src/ChangeLog:1.3171
--- php-src/ChangeLog:1.3170 Tue Sep 16 01:32:02 2008
+++ php-src/ChangeLog Wed Sep 17 01:31:51 2008
@@ -1,3 +1,94 @@
+2008-09-16 Johannes Schlüter <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/pdo/pdo_dbh.c:
+ MFH Fix #44424 (Extending PDO/MySQL class with a __call() function
doesn't
+ work)
+
+ * (PHP_5_3)
+ ext/pdo/pdo_dbh.c
+ ext/pdo_mysql/tests/pdo_mysql_subclass.phpt:
+ MFH Fix #44425 (Extending PDO/MySQL class with a __call() function
doesn't
+ work)
+
+ * ext/pdo/pdo_dbh.c
+ ext/pdo_mysql/tests/pdo_mysql_subclass.phpt:
+ - Fix #44425 (Extending PDO/MySQL class with a __call() function doesn't
+ work)
+
+2008-09-16 Felipe Pena <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ NEWS:
+ - BFN #46071
+
+ * (PHP_5_3)
+ ext/fileinfo/libmagic/apprentice.c:
+ - MFH: Fixed bug #46071 (finfo_open() segfaults with wrong file name on
+ BSD)
+
+ * ext/fileinfo/libmagic/apprentice.c:
+ - Fixed bug #46071 (finfo_open() segfaults with wrong file name on BSD)
+
+2008-09-16 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/standard/php_incomplete_class.h
+ ext/standard/tests/serialize/incomplete_class.phpt
+ ext/standard/tests/serialize/incomplete_class.phpt
+ ext/standard/tests/serialize/incomplete_class.phpt:
+ fix segfault with serialize(new __PHP_Incomplete_Class) found by Felipe
+ add test
+
+2008-09-16 Andrey Hristov <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/mysqlnd/mysqlnd_statistics.h
+ ext/mysqlnd/mysqlnd_wireprotocol.c:
+ MFH:
+ Fix a crash introduced yesterday in mysqlnd, non-zts mode - missing if ()
+ for
+ STAT_LAST was accessing wrong memory thus overwritting method pointers.
+
+ Windows doesn't have atoll(), which is C99, C89 has only atoi() + atol().
+ Win has _atoi64, so use it.
+
+ * ext/mysqlnd/mysqlnd_statistics.h
+ ext/mysqlnd/mysqlnd_wireprotocol.c:
+ Fix a crash introduced yesterday in mysqlnd, non-zts mode - missing if ()
+ for
+ STAT_LAST was accessing wrong memory thus overwritting method pointers.
+
+ Windows doesn't have atoll(), which is C99, C89 has only atoi() + atol().
+ Win has _atoi64, so use it.
+
+2008-09-16 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/standard/tests/strings/printf_64bit.phpt:
+ fix test
+
+ * ext/fileinfo/fileinfo.c:
+ fix compile warning
+
+2008-09-16 Scott MacVicar <[EMAIL PROTECTED]>
+
+ * ext/fileinfo/fileinfo.c:
+ Fix memory leak in a few cases
+
+2008-09-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/dom/php_dom.c:
+
+ MFB: Fixed bug #46087 (DOMXPath - segfault on destruction of a cloned
+ object).
+
+ * (PHP_5_3)
+ NEWS
+ ext/dom/php_dom.c:
+
+ Fixed bug #46087 (DOMXPath - segfault on destruction of a cloned object).
+
2008-09-15 Scott MacVicar <[EMAIL PROTECTED]>
* (PHP_5_3)
@@ -6177,7 +6268,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3170 2008/09/16 01:32:02 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3171 2008/09/17 01:31:51 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c