From 768ac8de329063fa641dd145a9a221aa83d33486 Mon Sep 17 00:00:00 2001 From: Date: Sun, 15 Jun 2003 00:31:02 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 161 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 8 +++ 2 files changed, 169 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9cf0a0cab3b..393d00f6832 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,164 @@ +2003-06-14 Marcus Boerger + + * ext/standard/tests/serialize/005.phpt: + No more namespaces + + * ext/standard/file.c + main/streams/streams.c: + Fix ZTS mode (hopefully all is working fine now again) + + * (PHP_4_3) + ext/dba/dba.c: + Remove that old thing + +2003-06-14 Edin Kadribasic + + * (PHP_4_3) + ext/dba/dba.c: + Fixed win32 build + +2003-06-14 Sergey Kartashoff + + * (PHP_4_3) + ext/mnogosearch/php_mnogo.c + ext/mnogosearch/php_mnogo.h: + - Mnogosearch extension updated. Now can compile with mnogosearch-3.2.11+ + +2003-06-14 Rob Richards + + * ext/dom/php_dom.c + ext/dom/xml_common.h: + use xmlInitParser instead of xmlInitThreads + reentrant safe as well no need for xml_parser_inited + + * ext/xml/xml.c: + use xmlInitParser instead of xmlInitThreads + reentrant safe as well + +2003-06-14 Daniela Mariaschi + + * (PHP_4_3) + ext/interbase/interbase.c + ext/interbase/php_interbase.h + ext/interbase/tests/005.phpt + ext/interbase/tests/interbase.inc: + MFH: Added IBASE_REC_VERSION/IBASE_REC_NO_VERSION transaction constants + +2003-06-14 Marcus Boerger + + * ext/db/db.c: + Correct license again + + * ext/standard/file.c: + Fix ZTS mode + +2003-06-14 Tomas V.V.Cox + + * pear/PEAR/Command/Package.php: + Fix some typos in makerpm and removed unused debug code + +2003-06-14 Marcus Boerger + + * ext/db/CREDITS + ext/db/db.c + ext/db/package.xml + ext/db/php_db.h: + Update before moving to PECL + +2003-06-14 Daniela Mariaschi + + * ext/interbase/tests/005.phpt + ext/interbase/tests/interbase.inc: + Added test for IBASE_REC_VERSION/IBASE_REC_NO_VERSION trans constants + + * ext/interbase/interbase.c + ext/interbase/php_interbase.h: + Added IBASE_REC_VERSION/IBASE_REC_NO_VERSION transaction constants + required from bugs #8797 #23887 + (added IBASE_WRITE, IBASE_WAIT, IBASE_CONCURRENCY just for clarity) + +2003-06-14 Rob Richards + + * ext/xsl/xsltprocessor.c: + interoperability support + + * ext/dom/php_dom.c + ext/dom/xml_common.h: + fix xml_parser_inited on win32 + add common structs for better interoprability + +2003-06-14 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Bug fixing news + +2003-06-14 Rob Richards + + * ext/xml/xml.c: + fix common libxml init and deinit routines + +2003-06-14 Ilia Alshanetsky + + * (PHP_4_3) + main/main.c + main/php_variables.c: + MFH: Fixed bug #24007 (Problem with register_globals & arrays) + + * main/main.c + main/php_variables.c: + Fixed bug #24007 (Problem with register_globals & arrays) + +2003-06-14 Jani Taskinen + + * ext/dba/config.m4: + - Fixed some /usr/lib leaks into LIBS/LDFLAGS which later on made other + configure checks fail (old libs in /usr/lib, new ones in /opt/lib :) + +2003-06-14 Marcus Boerger + + * ext/dom/config.m4 + ext/domxml/config.m4: + Improve/fix preventing both enabled + +2003-06-14 Jani Taskinen + + * ext/ncurses/ncurses_functions.c: + Fix compile failure. + + * ext/cpdf/config.m4: + - Fixed some build problems (/usr/lib leaked in to LDFLAGS/LIBS) + - Made this extension to be possible to be build as shared. + +2003-06-14 Marcus Boerger + + * ext/dom/config.m4 + ext/domxml/config.m4: + Don't allow both and mark the old one as deprecated + +2003-06-14 Rob Richards + + * ext/xml/xml.c: + export xml_parser_inited under win32 + +2003-06-14 Frank M. Kromann + + * ext/dbx/dbx_fbsql.c + ext/dbx/dbx_fbsql.c + ext/dbx/dbx_fbsql.h + ext/dbx/dbx_fbsql.h + ext/fbsql/php_fbsql.c + ext/fbsql/php_fbsql.c + ext/fbsql/php_fbsql.h + ext/fbsql/php_fbsql.h + ext/mssql/php_mssql.c + ext/mssql/php_mssql.c + ext/mssql/php_mssql.h + ext/mssql/php_mssql.h + ext/odbc/php_odbc.c + ext/odbc/php_odbc.c: + Updating email address + 2003-06-13 Sara Golemon * ext/standard/user_filters.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 58c843b10ea..d1b6c0f54ba 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2003-06-14 Marcus Boerger + + * zend_hash.c: + ecalloc doesn't return NULL + + * zend.c: + Bugfix #24182: va_arg macro error in Zend/zend.c + 2003-06-10 Jani Taskinen * zend_multiply.h: