From d20e82daf0dd92b5dcde1e6871dc6aaf1e48f703 Mon Sep 17 00:00:00 2001 From: Date: Wed, 28 May 2003 00:30:50 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 11 +++++++++++ 2 files changed, 48 insertions(+) diff --git a/ChangeLog b/ChangeLog index 47de918777..018931b4a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2003-05-27 Pierre-Alain Joye + + * pear/PEAR/Registry.php: + - Fix the "weird bug" with different serialized file under cli/cgi or + apache sapi + Important Notice: + *always* use 'wb' to write file, sapi cli and cgi force the default to be + binary, apache does not. + +2003-05-27 Jani Taskinen + + * ext/standard/browscap.c: + MFB: php_error_docref -> zend_error (MINIT) + + * (PHP_4_3) + ext/standard/browscap.c: + There is no point using php_error_docref in MINIT. + +2003-05-27 Adam Dickmeiss + + * (PHP_4_3) + ext/yaz/php_yaz.c: + Fix close of log file. + + * ext/yaz/php_yaz.c: + Fix close of log file. Ensure that YAZ log file is reset too + +2003-05-27 Ilia Alshanetsky + + * ext/xml/xml.c: + Fix compiler warnings. + +2003-05-27 Melvyn Sopacua + + * ext/standard/string.c: + MFB: LC_MESSAGES support + 2003-05-26 Jani Taskinen * sapi/cgi/cgi_main.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f9aa962d5a..6d83f71500 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2003-05-27 Sterling Hughes + + * zend.c + zend_object_handlers.c + zend_object_handlers.h + zend_operators.c: + Assume lazy consensus regarding the cast_object() patch. *Only* + implemented + from a internals perspective. This callback has been very useful for both + ext/mono and ext/simplexml + 2003-05-26 Marcus Boerger * zend_language_scanner.l: -- 2.50.1