summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-06-09 00:22:00 +0000
committer <changelog@php.net>2002-06-09 00:22:00 +0000
commitf6c9059da5a593c42d52656653cf95910a76da84 (patch)
treee4529b512714ea81fa7f71cf254fd06ca4862e0d
parent3dd47bc6518380251c422ed18ca12d062a1d20c6 (diff)
downloadphp-git-f6c9059da5a593c42d52656653cf95910a76da84.tar.gz
ChangeLog update
-rw-r--r--ChangeLog37
-rw-r--r--Zend/ChangeLog9
2 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 349bef3710..113fe05265 100644
--- 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:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index ce29bc3234..7b72f958a1 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -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.