From: Date: Tue, 18 Jun 2002 00:23:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev_zend2_alpha2~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86edd3731aad48fcec2094a65e80774b2ed51dd8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index dbbac11f1a..5f482f72be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2002-06-17 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c: +2002-06-17 Andrei Zmievski + + * NEWS: Fix. + + * NEWS: *** empty log message *** + + * ext/standard/reg.c: MFH + + * ext/standard/reg.c: Applied fix for #17764. + +2002-06-17 Tomas V.V.Cox + + * pear/PEAR.php: + Dropped case insentive ext search in PEAR::loadExtension() + + * pear/PEAR.php: Typo in the folding mark + +2002-06-17 Stig Bakken + + * pear/PEAR/Config.php: + * php-4.2.1-installer.exe for Windows is installed in c:\php by + default, but it has PHP_SYSCONFDIR set to c:\php4. workaround. + +2002-06-17 Tomas V.V.Cox + + * pear/PEAR/Dependency.php: + Use the new PEAR::loadExtension() in checkExtension() instead + of the "hack" + + * pear/PEAR.php: + Added PEAR::loadExtension($ext) - OS independant PHP extension load + + + * pear/PEAR.php: trailing ws + +2002-06-17 Hartmut Holzgraefe + + * ext/standard/formatted_print.c: + making printf/sprintf locale-aware without external dependencies + + * ext/standard/string.c: + fixed return types for ucwords/ucfirst when passed an empty string + +2002-06-17 Stig Bakken + + * pear/PEAR/Remote.php: * doh + +2002-06-17 Alan Knowles + + * pear/PEAR/Common.php: Fixing for the coding standard :) + +2002-06-17 Stig Bakken + + * pear/PEAR/Remote.php: + * add xmlrpc request to debug output (verbosity level 4+) + +2002-06-17 Alan Knowles + + * pear/PEAR/Common.php: + Added Dependancy check on XML - previously pear installer failed silently + +2002-06-17 Jani Taskinen + + * ext/dbase/dbase.c: + - Made dbase_get_record() and dbase_get_record_with_names use same backend + function as they both do same thing, just the output is different. + + Fixes also bug #17762 as side effect. + 2002-06-16 Stefan Esser * ext/standard/link.c: Fixed Bug #17790 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e8493f894c..4246e4141c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,17 @@ +2002-06-17 Andi Gutmans + + * zend_mm.c: - Improve speed of alignment calculation + + * zend_mm.c + zend_mm.h + zend_alloc.c: + - Fix a bug and add code which frees actual allocated segments at the end + - of execution (this still doesn't work because some blocks remain + - referenced after the memory manager is killed. + + * zend_mm.c + zend_mm.h: - Save space per-allocated block. + 2002-06-16 Andi Gutmans * zend_execute.c