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

index 349bef37109d2219b6f110ac43790110ecda4ecc..113fe05265aba8c2f72161a4ee731b5890dabf96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2002-06-08  Christian Dickmann  <chrisdicki@gmx.de>
+
+    * pear/PEAR/Command/Config.php
+      pear/PEAR/Command/Remote.php: add modes to list-all. fix a mergerbug
+
+2002-06-08  Sascha Schumann  <sascha@schumann.cx>
+
+    * sapi/apache2filter/sapi_apache2.c: too many flushes are bad
+
+2002-06-08  Tomas V.V.Cox  <cox@idecnet.com>
+
+    * pear/PEAR/Installer.php:
+    Hopefully fixed a couple of problems with destination paths:
+    - Bug #17529
+    - In Windows getting <pear>\/\<file>
+    - Documentation under <doc_dir>/Package/Package/
+
+
+2002-06-08  Andrei Zmievski  <andrei@php.net>
+
+    * NEWS: *** empty log message ***
+
+2002-06-08  James Cox  <james@blog.at>
+
+    * ext/mysql/config.m4:
+     added support for --with-mysql-sock so people can specify it (eg, NFS compiles, etc)
+      changed the default mysql.sock location to use the one from the RPM. Added /usr/local
+      locations to the search list. (imajes)
+
+2002-06-08  Markus Fischer  <mfischer@guru.josefine.at>
+
+    * ext/standard/info.c
+      main/php_streams.h
+      main/streams.c:
+    - Since streams are always enabled, instead of just printing 'enabled' we tell
+      what streams are currently registered.
+
 2002-06-07  Tomas V.V.Cox  <cox@idecnet.com>
 
     * pear/PEAR/Registry.php:
index ce29bc32341125716be07f4c2334705a4b4de86a..7b72f958a197e791d57b30b566b33c648de588c3 100644 (file)
@@ -1,3 +1,12 @@
+2002-06-08  Andi Gutmans  <andi@zend.com>
+
+    * zend_hash.h
+      zend.h: - This should improve performance on Windows
+
+    * zend_hash.h:
+    - Add a loop unrolled version of the hash function and a bit of an
+    - explanation about our hash function (Ralf S. Engelschall)
+
 2002-06-06  Sebastian Bergmann  <sb@sebastian-bergmann.de>
 
     * RFCs/004.txt: Add RFC on delegation.