]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 20 Jun 2002 00:27:26 +0000 (00:27 +0000)
committer <changelog@php.net> <>
Thu, 20 Jun 2002 00:27:26 +0000 (00:27 +0000)
ChangeLog
Zend/ChangeLog

index aa3f8e79afad15f91dabfdbde518c13c1bcc5d66..06d17c6ad4cb623f6807184ddce35cf798439d7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2002-06-19  Tomas V.V.Cox  <cox@idecnet.com>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/mbstring/mbstring.c:
+    correct handling/generating of php_mbstr_default_identify_list
+
+2002-06-19  Christian Stocker  <chregu@phant.ch>
+
+    * ext/domxml/php_domxml.c: - Make domxml_xslt_process() working again.
+
+2002-06-19  Sander Roobol  <phy@wanadoo.nl>
+
+    * ext/standard/info.c: Made the API versions appear better on phpinfo();
+
+2002-06-19  Alan Knowles  <alan@akbkhome.com>
+
+    * 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  <sniper@iki.fi>
+
+    * ext/gd/config.m4: Fix bug: #17130
+
+2002-06-19  Edin Kadribasic  <edink@proventum.net>
+
+    * main/streams.c: No need to check for allow_url_fopen here.
+
+2002-06-19  Jani Taskinen  <sniper@iki.fi>
+
+    * main/main.c: Use correct macro for boolean ini values.
+
 2002-06-18  Stig Venaas  <venaas@uninett.no>
 
     * ext/standard/array.c:
index 103f1031089c49582755e312a753a82e15384274..01a7ec32f4a17eaa6b627d8198b2cd3d69ee3274 100644 (file)
@@ -1,3 +1,19 @@
+2002-06-19  Andi Gutmans  <andi@zend.com>
+
+    * 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  <d.rethans@jdimedia.nl>
 
     * zend.c: - MFZE1