From 47bbc0de9f9c1f6c3124ca191d045dd4eb4deae7 Mon Sep 17 00:00:00 2001 From: Date: Tue, 25 Nov 2003 01:31:49 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 35 +++++++++++++++++++ 2 files changed, 128 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7ab4d233fa..9826833d08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,96 @@ +2003-11-24 Marcus Boerger + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_interfaces.c + ZendEngine2/zend_interfaces.h + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_operators.c + ZendEngine2/zend_operators.h + tests/classes/array_access_001.phpt + tests/classes/array_access_002.phpt + tests/classes/array_access_003.phpt + tests/classes/array_access_004.phpt: + Add new interface ArrayAccess to use objects as Arrays + +2003-11-24 Andi Gutmans + + * ZendEngine2/zend_constants.c: + - Fix newly introduced bug which stopped class constants from working. + - Thanks to Jan Lehnardt for reporting it. + +2003-11-24 Jani Taskinen + + * NEWS: + fixed -> fixed section, added -> added section..etc. + +2003-11-24 Sebastian Bergmann + + * ZendEngine2/RFCs/004.txt: + No longer needed. + +2003-11-24 Ilia Alshanetsky + + * ext/standard/Makefile.frag: + Make sure zend stuff is built first. + +2003-11-24 Andi Gutmans + + * NEWS: + - Now we're getting closer to an RC we should start giving more detail + - about engine changes in NEWS. + + * ZendEngine2/zend_API.c + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_constants.c + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_reflection_api.c: + - Fix __autoload() to preserve class case. + - Heads up, this patch might break stuff so please let me know if you + - bump into any problems. + +2003-11-24 Jani Taskinen + + * (PHP_4_3) + ext/gmp/gmp.c: + MFH: Fix build for other archs than x86. + + * ext/gmp/gmp.c: + Fix the build for other than x86 archs. + +2003-11-24 Georg Richter + + * ext/mysqli/mysqli.c: + added/fixed write property + +2003-11-24 Rob Richards + + * ext/simplexml/simplexml.c: + Fix bug #26159 - SimpleXML XPath support (patch by Adam Trachtenberg) + a few fixes to memory corruption + +2003-11-24 Moriyoshi Koizumi + + * ext/xml/compat.c: + Partial fix for bug #25803 (xml_get_current_byte_index() always returns 0) + +2003-11-24 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/standard/file.c: + MFH: Fixed bug #26355 (flock() doesn't initialize the wouldblock argument) + + * ext/standard/file.c: + Fixed bug #26355 (flock() doesn't initialize the wouldblock argument) + + * NEWS + ext/standard/basic_functions.c + ext/standard/basic_functions.h: + Added php_strip_whitespace() and php_check_syntax() functions. + 2003-11-23 Sara Golemon * main/streams/streams.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 49f6bc8d28..9fac3b70cf 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,38 @@ +2003-11-24 Marcus Boerger + + * zend_execute.c + zend_interfaces.c + zend_interfaces.h + zend_object_handlers.c + zend_operators.c + zend_operators.h: + Add new interface ArrayAccess to use objects as Arrays + +2003-11-24 Andi Gutmans + + * zend_constants.c: + - Fix newly introduced bug which stopped class constants from working. + - Thanks to Jan Lehnardt for reporting it. + +2003-11-24 Sebastian Bergmann + + * RFCs/004.txt: + No longer needed. + +2003-11-24 Andi Gutmans + + * zend_API.c + zend_builtin_functions.c + zend_compile.c + zend_compile.h + zend_constants.c + zend_execute.c + zend_execute_API.c + zend_reflection_api.c: + - Fix __autoload() to preserve class case. + - Heads up, this patch might break stuff so please let me know if you + - bump into any problems. + 2003-11-23 Andi Gutmans * zend_reflection_api.c: -- 2.50.1