From: Date: Sat, 10 Jan 2004 01:33:36 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php_ibase_before_split~296 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b04960746d5391889772b187a91b65ab0010c8e0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1cf1383382..036fc6f059 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2004-01-09 Wez Furlong + + * acinclude.m4 + ZendEngine2/acconfig.h: + support for building asm in the unix buildsys. + Also, when ZEND_ACCONFIG_H_NO_C_PROTOS is defined, + omit the C prototypes from the configuration header + so that it can be included into asm files. + +2004-01-09 Marcus Boerger + + * ZendEngine2/RFCs/002.txt: + this one is declined + + * ext/pgsql/config.m4: + Use pg_config if it can be found. + +2004-01-09 Wez Furlong + + * ZendEngine2/zend_object_handlers.h: + must be extern to avoid problems with some compilers + + * ext/session/php_session.h + ext/session/session.c: + export tsrm id for session globals. + + * ext/informix/config.w32: + let informix build + +2004-01-09 Stanislav Malyshev + + * ZendEngine2/tests/bug26077.phpt: + fix expect + +2004-01-09 Edin Kadribasic + + * ext/informix/ifx.ec: + Fix ZTS build + +2004-01-09 Stanislav Malyshev + + * ZendEngine2/zend_compile.c: + Bug #25816 - disallow arrays in class constants + + * ZendEngine2/tests/bug26077.phpt: + add test + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_execute.c: + Fix Bug #26077 - memory leak when new() result is not assigned + and no constructor defined + +2004-01-09 Wez Furlong + + * ext/mhash/config.w32: + let mhash build + +2004-01-09 Sterling Hughes + + * ext/simplexml/php_simplexml.h + ext/simplexml/simplexml.c: + Remove these initializers as they are unused. + +2004-01-09 Jani Taskinen + + * ext/sqlite/libsqlite/src/libsqlite.dsp: + - Fix build + +2004-01-09 Ilia Alshanetsky + + * NEWS: + sqlite news + + * (PHP_4_3) + NEWS + ext/standard/mail.c: + MFH: Fixed bug #26847 (memory leak in mail() when to/subject contain only + spaces). + + * ext/standard/mail.c: + Fixed bug #26847 (memory leak in mail() when to/subject contain only + spaces) + 2004-01-08 Sterling Hughes * ext/simplexml/simplexml.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 61b7cac1e0..26774f6fdc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,37 @@ +2004-01-09 Wez Furlong + + * acconfig.h: + support for building asm in the unix buildsys. + Also, when ZEND_ACCONFIG_H_NO_C_PROTOS is defined, + omit the C prototypes from the configuration header + so that it can be included into asm files. + +2004-01-09 Marcus Boerger + + * RFCs/002.txt: + this one is declined + +2004-01-09 Wez Furlong + + * zend_object_handlers.h: + must be extern to avoid problems with some compilers + +2004-01-09 Stanislav Malyshev + + * tests/bug26077.phpt: + fix expect + + * zend_compile.c: + Bug #25816 - disallow arrays in class constants + + * tests/bug26077.phpt: + add test + + * zend_compile.c + zend_execute.c: + Fix Bug #26077 - memory leak when new() result is not assigned + and no constructor defined + 2004-01-08 Jani Taskinen * acconfig.h