summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-01-10 01:33:36 +0000
committer <changelog@php.net>2004-01-10 01:33:36 +0000
commitb04960746d5391889772b187a91b65ab0010c8e0 (patch)
tree04bea8e3bbdcd388e6d397ef4e5386931557643c
parent4a7577e4ab8370c1eb4f5d1c0a4f02326281705b (diff)
downloadphp-git-b04960746d5391889772b187a91b65ab0010c8e0.tar.gz
ChangeLog update
-rw-r--r--ChangeLog83
-rw-r--r--Zend/ChangeLog34
2 files changed, 117 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cf1383382..036fc6f059 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,86 @@
+2004-01-09 Wez Furlong <wez.php@thebrainroom.net>
+
+ * 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 <marcus.boerger@post.rwth-aachen.de>
+
+ * 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 <wez.php@thebrainroom.net>
+
+ * 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 <stas@zend.com>
+
+ * ZendEngine2/tests/bug26077.phpt:
+ fix expect
+
+2004-01-09 Edin Kadribasic <edink@emini.dk>
+
+ * ext/informix/ifx.ec:
+ Fix ZTS build
+
+2004-01-09 Stanislav Malyshev <stas@zend.com>
+
+ * 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 <wez.php@thebrainroom.net>
+
+ * ext/mhash/config.w32:
+ let mhash build
+
+2004-01-09 Sterling Hughes <winnie@edwardbear.org>
+
+ * ext/simplexml/php_simplexml.h
+ ext/simplexml/simplexml.c:
+ Remove these initializers as they are unused.
+
+2004-01-09 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * ext/sqlite/libsqlite/src/libsqlite.dsp:
+ - Fix build
+
+2004-01-09 Ilia Alshanetsky <ilia@prohost.org>
+
+ * 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 <winnie@edwardbear.org>
* 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 <wez.php@thebrainroom.net>
+
+ * 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 <marcus.boerger@post.rwth-aachen.de>
+
+ * RFCs/002.txt:
+ this one is declined
+
+2004-01-09 Wez Furlong <wez.php@thebrainroom.net>
+
+ * zend_object_handlers.h:
+ must be extern to avoid problems with some compilers
+
+2004-01-09 Stanislav Malyshev <stas@zend.com>
+
+ * 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 <jani.taskinen@kolumbus.fi>
* acconfig.h