From: Date: Thu, 20 Jun 2002 00:27:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev_zend2_alpha2~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7af8c422ac5dbd746c9a39264b81822d619acc5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index aa3f8e79af..06d17c6ad4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2002-06-19 Tomas V.V.Cox + + * pear/PEAR/Frontend/CLI.php + pear/PEAR/Command/Remote.php + pear/PEAR/Command/Registry.php + pear/PEAR/Command/Install.php + pear/PEAR/Registry.php + pear/PEAR/Config.php + pear/PEAR/Dependency.php + pear/PEAR/Installer.php + pear/PEAR/Common.php: + - Force params to version_compare() to be strings, otherwise some + comparations will fail (ex. 0.9 will be equal to 0.90) + - Other minor cleanup's + + * pear/PEAR/Installer.php: + Do NOT allow install packages with errors in its description file + +2002-06-19 Marcus Börger + + * ext/mbstring/mbstring.c: + correct handling/generating of php_mbstr_default_identify_list + +2002-06-19 Christian Stocker + + * ext/domxml/php_domxml.c: - Make domxml_xslt_process() working again. + +2002-06-19 Sander Roobol + + * ext/standard/info.c: Made the API versions appear better on phpinfo(); + +2002-06-19 Alan Knowles + + * pear/Date/Calc.php: + Fixed Undefined index: 06 in ..... - commit to correct branch + + * pear/Date/Calc.php: Fixed Undefined index: 06 in ..... + +2002-06-19 Jani Taskinen + + * ext/gd/config.m4: Fix bug: #17130 + +2002-06-19 Edin Kadribasic + + * main/streams.c: No need to check for allow_url_fopen here. + +2002-06-19 Jani Taskinen + + * main/main.c: Use correct macro for boolean ini values. + 2002-06-18 Stig Venaas * ext/standard/array.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 103f103108..01a7ec32f4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2002-06-19 Andi Gutmans + + * zend_globals.h: + - This was also supposed to be part of the previous ZEND_MM commit :) + + * zend_alloc.c: + - Oops, this was supposed to be part of the previous #ifdef ZEND_MM change + + * zend_mm.h: - Use #ifdef for ZEND_MM + + * zend_mm.c: - Make sure MAX is defined + + * zend_constants.c: + - Fix problem where you couldn't define constants with different cases but + - the same name. + 2002-06-18 Derick Rethans * zend.c: - MFZE1