From 6dd4cddb7f2038ec7f1f4a161dd46e68790a0235 Mon Sep 17 00:00:00 2001 From: Date: Sun, 23 Mar 2003 01:33:20 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 21 +++++++++++++++++++++ Zend/ChangeLog | 8 ++++++++ 2 files changed, 29 insertions(+) diff --git a/ChangeLog b/ChangeLog index cb3983c3502..334f8a25d10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2003-03-22 Moriyoshi Koizumi + + * (PHP_4_3) + ext/calendar/jewish.c: + MFH(r-1.5): fixed win32 build with non-SBCS locale settings. + + * ext/calendar/jewish.c: + Fixed win32 build, which fails with non-SBCS-compatible locale settings. + +2003-03-22 Shane Caraveo + + * main/php_ini.c: + Fix PHPRC overriding other ini files. This is how PHPRC worked prior to + 4.3.x, and is usefull for applications that execute PHP and want to + emulate CGI and define alternate INI files (ie. cannot use -c). + +2003-03-22 David Croft + + * ChangeLog: + + 2003-03-21 Sterling Hughes * ext/standard/file.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5016120da93..1ae32df815a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2003-03-22 Shane Caraveo + + * zend_compile.h: + export functions needed by cli + + * zend_language_scanner.l: + fix crash in win32 debug build + 2003-03-20 Stanislav Malyshev * Zend.m4: