From e2a27a23a5cb6eea7e65cc6ba4ce57bababd8730 Mon Sep 17 00:00:00 2001 From: Date: Mon, 3 Mar 2003 01:32:58 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 14 +++++++++ 2 files changed, 95 insertions(+) diff --git a/ChangeLog b/ChangeLog index 184a7e9046..fa14cceb59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +2003-03-02 Jani Taskinen + + * ext/ldap/config.m4: + typofix + + * ext/ldap/config.m4: + Special case for MacosX.. + + * ext/ldap/config.m4: + Fixed bug #22485 (hardcoded shared lib extensions) + +2003-03-02 Zeev Suraski + + * main/php_variables.c: + Fix old variable names + +2003-03-02 Marcus Boerger + + * run-tests.php: + fix problem in current HEAD + + +2003-03-02 Wez Furlong + + * sapi/activescript/scriptengine.cpp: + typo fix + +2003-03-02 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + New function news. + +2003-03-02 Uwe Schindler + + * sapi/nsapi/CREDITS: + -** empty log message *** + +2003-03-02 Zeev Suraski + + * ext/standard/info.c + main/php_variables.c: + - Optimize $_REQUEST + - Fix phpinfo() + +2003-03-02 Wez Furlong + + * sapi/activescript/classfactory.cpp + sapi/activescript/php4activescript.c: + Build-performance tweaks + + * ext/rpc/com/com.h + sapi/activescript/classfactory.cpp + sapi/activescript/scriptengine.cpp: + Fix build for activescript sapi + +2003-03-02 Derick Rethans + + * php.ini-dist + php.ini-recommended: + - It was called _VARS, not _GLOBALS :-) + +2003-03-02 Zeev Suraski + + * php.ini-dist + php.ini-recommended + ext/filepro/filepro.c + ext/session/session.c + main/main.c + main/php_globals.h + main/php_variables.c + main/php_variables.h: + Add JIT initialization for _SERVER and _ENV + (it's less important for the others, even though it should be fairly + easy now too) + +2003-03-02 Moriyoshi Koizumi + + * ext/standard/filters.c: + Fixed my silly mistake in the filter code + 2003-03-01 Moriyoshi Koizumi * main/network.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index dfab194aee..92f39a8d70 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,17 @@ +2003-03-02 Zeev Suraski + + * zend_execute_API.c: + Fix destructors some more + + * zend_compile.c + zend_compile.h: + Improve infrastructure + + * zend.c + zend_compile.c + zend_compile.h: + Add infrastructure for JIT initialization of auto globals + 2003-03-01 Zeev Suraski * zend_compile.c: -- 2.50.1