changelog Mon Nov 24 20:31:46 2003 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1457 php-src/ChangeLog:1.1458
--- php-src/ChangeLog:1.1457 Sun Nov 23 20:31:54 2003
+++ php-src/ChangeLog Mon Nov 24 20:31:45 2003
@@ -1,3 +1,96 @@
+2003-11-24 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * NEWS:
+ fixed -> fixed section, added -> added section..etc.
+
+2003-11-24 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * ZendEngine2/RFCs/004.txt:
+ No longer needed.
+
+2003-11-24 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/standard/Makefile.frag:
+ Make sure zend stuff is built first.
+
+2003-11-24 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli.c:
+ added/fixed write property
+
+2003-11-24 Rob Richards <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/xml/compat.c:
+ Partial fix for bug #25803 (xml_get_current_byte_index() always returns 0)
+
+2003-11-24 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* main/streams/streams.c: