From: Date: Wed, 17 Sep 2008 01:31:51 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fe09faebd2234f098e8fc2a68865251a863b54b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 98dfa4879d..62ac70384a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,94 @@ +2008-09-16 Johannes Schlüter + + * (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 + + * (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 + + * 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 + + * (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 + + * (PHP_5_3) + ext/standard/tests/strings/printf_64bit.phpt: + fix test + + * ext/fileinfo/fileinfo.c: + fix compile warning + +2008-09-16 Scott MacVicar + + * ext/fileinfo/fileinfo.c: + Fix memory leak in a few cases + +2008-09-16 Ilia Alshanetsky + + * 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 * (PHP_5_3)