From: Date: Tue, 28 Oct 2003 01:32:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0RC1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5f6cda2e92fb97c34def9a46d1a2fffdd86d58f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 14079aea31..a0dca0fc03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,122 @@ +2003-10-27 Moriyoshi Koizumi + + * ext/standard/file.c: + Add missing reinitialization call + + * ext/standard/file.c: + Fixed bug #26003 (fgetcsv() not binary-safe on null bytes) + +2003-10-27 Christian Stocker + + * ext/dom/document.c: + use php_error_docref + +2003-10-27 Jani Taskinen + + * sapi/apache2handler/mod_php5.c: + - Fix win32 build. + +2003-10-27 Moriyoshi Koizumi + + * (PHP_4_3) + tests/lang/bug25831.phpt: + Remove test because the problem won't be fixed for 4.x releases. + +2003-10-27 Christian Stocker + + * ext/dom/tests/dom006.phpt: + extending of domDocument class test + +2003-10-27 Moriyoshi Koizumi + + * (PHP_4_3) + ext/mbstring/config.m4: + Fix VPATH build (patch by Joe Orton ) + +2003-10-27 Christian Stocker + + * ext/dom/tests/dom005.phpt + ext/dom/tests/test.html: + added html test + +2003-10-27 Andi Gutmans + + * win32/php4dllts.dsp: + - Add uuencode.c to the project + +2003-10-27 Christian Stocker + + * ext/dom/tests/book.xml + ext/dom/tests/dom_xinclude.phpt + ext/dom/tests/xinclude.xml: + xinclude test + + * ext/dom/document.c + ext/dom/dom_fe.h: + xinclude support readded to ext/dom + + * ext/dom/tests/book.xml.gz + ext/dom/tests/dom004.phpt: + streams test + +2003-10-27 Jani Taskinen + + * NEWS: + hrm + +2003-10-27 Christian Stocker + + * ext/dom/tests/dom003.phpt: + exception/try/catch test + + * ext/xsl/xsltprocessor.c: + fix for test Nr 3 bug (not freeing all params) + + * ext/simplexml/tests/book.xml + ext/simplexml/tests/simplexml_import_dom.phpt: + added interop test + + * ext/dom/tests/book.xml + ext/dom/tests/dom_import_simplexml.phpt: + interop test + +2003-10-27 Marcus Boerger + + * ext/sqlite/tests/sqlite_oo_026.phpt: + Add another test + + * ext/sqlite/tests/sqlite_oo_025.phpt: + Rename test + +2003-10-27 Stig Bakken + + * pear/PEAR/Frontend/CLI.php: + - array_merge is more ticklish in php5 + +2003-10-27 Ilia Alshanetsky + + * NEWS + ext/standard/basic_functions.c + ext/standard/config.m4 + ext/standard/php_uuencode.h + ext/standard/uuencode.c: + Added uuencode() & uudecode() functions. + +2003-10-27 Rob Richards + + * ext/simplexml/simplexml.c: + cannot import nodes without document + +2003-10-27 Christian Stocker + + * ext/dom/document.c: + remove unneeded variables + + * ext/dom/document.c: + - Make distinction in error-reporting between Warnings and Errors from + libxml2 + - Use internal error_handlers during html-parsing as well + 2003-10-26 Christian Stocker * ext/simplexml/tests/bug25756.phpt: