From: Date: Mon, 20 Oct 2003 00:34:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3b3~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=634d8aa5edd3648a7d4c19d0c68048c4770a9782;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a2c6f6b116..2f9f5d3ea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2003-10-19 Shane Caraveo + + * ext/dom/php_dom.c + ext/simplexml/simplexml.c + ext/xml/xml.c: + add global init/shutdown functions for libxml. this is required as + shutdown is not safe to call multiple times, and to make streams work + correctly some init stuff has to happen in a specific order + + * main/internal_functions_win32.c + win32/php4dllts.dsp: + Add libxml extension for common code that is needed to be shared between + various xml extensions. currently the only implemented support is the + addition of the streams support for libxml. One new function, + libxml_set_streams_context, which allows a streams context to bet set + prior to loading or writing documents. This works transparently with any + extension that uses libxml. All ini settings that effect streams will + also now effect the loading and writing of xml documents. + + TODO: linux support, not sure if config.m4 will work right. + + * main/streams/plain_wrapper.c: + finish file uri support, this stuff was unecessary. + + * main/streams/plain_wrapper.c + main/streams/streams.c: + A simpler patch to add file uri support + + * main/streams/plain_wrapper.c: + revert file: support in preparation for simpler patch + + * ext/standard/basic_functions.c + ext/standard/php_fopen_wrappers.h + main/streams/plain_wrapper.c: + make file uri's work with streams + + * ext/standard/url.c: + make parse_url work correctly for file uri's on windows, such as + file:///c:/somepath/somefile.txt + +2003-10-19 Stanislav Malyshev + + * win32/registry.c: + fix wrong string length for registry values + + * main/php_ini.c: + Enable setting php.ini path via the registry + + * win32/registry.c: + fix compilation + + * win32/php_registry.h + win32/registry.c: + Add function for getting php.ini path from registry + +2003-10-19 Andi Gutmans + + * ZendEngine2/zend_language_parser.y: + - Nuke const in function parameters. I just can't remember why this exists + - and it seems no one else remembers either. It has no semantic meaning. + 2003-10-18 Marcus Boerger * ZendEngine2/zend.h diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 143d7e10a3..f7eaeaa4e7 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2003-10-19 Andi Gutmans + + * zend_language_parser.y: + - Nuke const in function parameters. I just can't remember why this exists + - and it seems no one else remembers either. It has no semantic meaning. + 2003-10-18 Marcus Boerger * zend.h