From: Date: Sun, 9 Jun 2002 00:22:00 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php5_5_0~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6c9059da5a593c42d52656653cf95910a76da84;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 349bef3710..113fe05265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2002-06-08 Christian Dickmann + + * pear/PEAR/Command/Config.php + pear/PEAR/Command/Remote.php: add modes to list-all. fix a mergerbug + +2002-06-08 Sascha Schumann + + * sapi/apache2filter/sapi_apache2.c: too many flushes are bad + +2002-06-08 Tomas V.V.Cox + + * pear/PEAR/Installer.php: + Hopefully fixed a couple of problems with destination paths: + - Bug #17529 + - In Windows getting \/\ + - Documentation under /Package/Package/ + + +2002-06-08 Andrei Zmievski + + * NEWS: *** empty log message *** + +2002-06-08 James Cox + + * 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 + + * 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 * 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 + + * 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 * RFCs/004.txt: Add RFC on delegation.