From: Date: Wed, 24 Dec 2003 01:31:55 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php_ibase_before_split~491 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d50eca0db1f7ba5d3a53e32861c400786323e31;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 64127a8ae5..17f0712112 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,92 @@ +2003-12-23 Ilia Alshanetsky + + * run-tests.php: + Properly detect bundled libtool when PHP is built in a separate directory. + Detect version of system libtool, which is used by phpize. + + * ext/pgsql/tests/09notice.phpt: + Make test work with PostgreSQL 7.4 + +2003-12-23 Moriyoshi Koizumi + + * ext/iconv/iconv.c: + Those are not structures :-) + +2003-12-23 Ilia Alshanetsky + + * ext/dom/namednodemap.c + ext/dom/nodelist.c: + Compiler warning fixes. + + * ext/iconv/iconv.c: + Fixed compiler warnings. + +2003-12-23 Antony Dovgal + + * ext/oci8/oci8.c: + add oci_fetch_assoc(), oci_fetch_object(), oci_fetch_array() & + oci_fetch_row() + change ocifetchinto() to use php_oci_fetch_row() + + * ext/oci8/oci8.c: + huge patch + change almost all func names to match naming conventions + keep ocifetchinto & *buffering for awhile - they will be rewritten soon + old names are kept as aliases + +2003-12-23 Wez Furlong + + * ext/dba/config.w32: + enable inifile handler under new win32 build too + +2003-12-23 Marcus Boerger + + * (PHP_4_3) + ext/dba/dba.dsp: + Add inifile handler in windows build too. + +2003-12-23 Andi Gutmans + + * sapi/cli/php.1.in: + - Commit fixes to PHP man page + +2003-12-23 Moriyoshi Koizumi + + * (PHP_4_3) + ext/standard/file.c: + Oops. + + * (PHP_4_3) + ext/standard/file.c: + Fix fgetcsv()'s null line handling. + +2003-12-23 Marcus Boerger + + * NEWS + ZendEngine2/zend.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_globals.h + ZendEngine2/tests/bug26697.phpt: + Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload + results in segfault). + +2003-12-23 Antony Dovgal + + * ext/oci8/oci8.c: + do not delete connection ids, we need them + +2003-12-23 Georg Richter + + * NEWS: + + +2003-12-23 Wez Furlong + + * README.WIN32-BUILD-SYSTEM: + Now that it has matured somewhat, don't discourage questions about it + quite so strongly. + Add note about snapshot building. + 2003-12-22 Marcus Boerger * README.SUBMITTING_PATCH diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 54d9a78ae1..1f71771be6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2003-12-23 Marcus Boerger + + * zend.c + zend_execute_API.c + zend_globals.h + tests/bug26697.phpt: + Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload + results in segfault). + 2003-12-22 Marcus Boerger * tests/bug26229.phpt