From 3a65317f79e479fc92a678fd3aa30ce394d78b8f Mon Sep 17 00:00:00 2001 From: Date: Thu, 30 Oct 2003 01:33:04 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 122 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 5 ++ 2 files changed, 127 insertions(+) diff --git a/ChangeLog b/ChangeLog index 12d7790423..1fa44c6a3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,125 @@ +2003-10-29 Moriyoshi Koizumi + + * ext/standard/file.c: + Some clean-ups + + * NEWS: + Add BFN entry to HEAD, as this bug is not likely to be fixed in 4.3.x. + + * (PHP_4_3) + NEWS: + A bit pickier about platform. + + * (PHP_4_3) + NEWS: + BFN + + * (PHP_4_3) + ext/standard/dir.c: + MFH(r-1.131): This check's always necessary. + + * ext/standard/dir.c: + This check's always necessary. + +2003-10-29 Andi Gutmans + + * TSRM/tsrm_virtual_cwd.c: + - This should work. + +2003-10-29 Dan Kalowsky + + * NEWS: + Added in NEWS entries for the Panther updates + +2003-10-29 Andi Gutmans + + * TSRM/tsrm_virtual_cwd.c: + - Allow for case-insensitivity of include_once()/require_once() on + - Windows + +2003-10-29 Georg Richter + + * ext/mysqli/mysqli_fe.c: + added functions for embedded server + + * ext/mysqli/config.m4 + ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/php_mysqli.h: + added support for embedded MySQL Server + some prototype fixes + +2003-10-29 Moriyoshi Koizumi + + * ext/standard/tests/file/bug26003.phpt + ext/standard/tests/file/test3.csv: + Add test case for bug #26003 + + * ext/standard/dir.c: + MFB(r-1.109.2.12): A possible fix for bug #26026 + + * (PHP_4_3) + ext/standard/dir.c: + A possible fix for bug #26026. + + * ext/simplexml/simplexml.c: + Oops. + + * ext/simplexml/tests/007.phpt: + Update test for an additional check to ensure the variable used for an + index would not be modified during deference. + + * ext/simplexml/simplexml.c: + Do not use convert_to_*_ex() for ordinary zval pointers. + + * ZendEngine2/zend_operators.h: + Use pretty macro instead. + +2003-10-29 Frank M. Kromann + + * (PHP_4_3) + ext/mbstring/mbstring.c: + Adding missing TSRMLS_CC to fix zts build + +2003-10-29 Ilia Alshanetsky + + * (PHP_4_3) + configure.in + main/php_version.h: + Back to dev. + + * (PHP_4_3) + NEWS + configure.in + main/php_version.h: + Go with RC3 release. + +2003-10-29 Marcus Boerger + + * ext/simplexml/simplexml.c + ext/simplexml/tests/007.phpt: + Add simplexml array handlers that allow to explicitly work with attributes. + +2003-10-29 Frank M. Kromann + + * ext/ext_skel_win32.php + ext/skeleton/skeleton.dsp: + On win32 extensions starts with php_ + + * ext/ext_skel_win32.php + ext/ext_skel_win32.php: + Fix typo in parameter + +2003-10-29 Ilia Alshanetsky + + * ext/dom/tests/dom005.phpt: + Fixed test. + +2003-10-29 Sara Golemon + + * ext/standard/user_filters.c: + Allow userspace filters to use wildcards + 2003-10-28 Sara Golemon * ext/standard/user_filters.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 64c00df0be..07c9f98337 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-10-29 Moriyoshi Koizumi + + * zend_operators.h: + Use pretty macro instead. + 2003-10-28 Andi Gutmans * zend_language_parser.y: -- 2.50.1