[PHP-CVS-DAILY] cvs: php4 / ChangeLog

2002-06-08 Thread changelog

changelog   Sat Jun  8 20:21:37 2002 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1069 php4/ChangeLog:1.1070
--- php4/ChangeLog:1.1069   Fri Jun  7 20:22:08 2002
+++ php4/ChangeLog  Sat Jun  8 20:21:35 2002
@@ -1,3 +1,40 @@
+2002-06-08  Christian Dickmann  [EMAIL PROTECTED]
+
+* pear/PEAR/Command/Config.php
+  pear/PEAR/Command/Remote.php: add modes to list-all. fix a mergerbug
+
+2002-06-08  Sascha Schumann  [EMAIL PROTECTED]
+
+* sapi/apache2filter/sapi_apache2.c: too many flushes are bad
+
+2002-06-08  Tomas V.V.Cox  [EMAIL PROTECTED]
+
+* 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  [EMAIL PROTECTED]
+
+* NEWS: *** empty log message ***
+
+2002-06-08  James Cox  [EMAIL PROTECTED]
+
+* 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  [EMAIL PROTECTED]
+
+* 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  [EMAIL PROTECTED]
 
 * pear/PEAR/Registry.php:





[PHP-CVS-DAILY] cvs: Zend / ChangeLog

2002-06-08 Thread changelog

changelog   Sat Jun  8 20:21:47 2002 EDT

  Modified files:  
/Zend   ChangeLog 
  Log:
  ChangeLog update
  
Index: Zend/ChangeLog
diff -u Zend/ChangeLog:1.39 Zend/ChangeLog:1.40
--- Zend/ChangeLog:1.39 Wed Jun  5 20:21:32 2002
+++ Zend/ChangeLog  Sat Jun  8 20:21:47 2002
@@ -1,3 +1,10 @@
+2002-06-08  Andrei Zmievski  [EMAIL PROTECTED]
+
+* zend_builtin_functions.c:
+Extension registered classes preserve their case in the class entries,
+so we need to use case-insensitive comparison. A bit slower, but more
+right.
+
 2002-06-05  Derick Rethans  [EMAIL PROTECTED]
 
 * zend_llist.c: - MFH
@@ -52,7 +59,7 @@
 
 2002-05-13  Sterling Hughes  [EMAIL PROTECTED]
 
-* zend_qsort.c: add $Id: ChangeLog,v 1.39 2002/06/06 00:21:32 changelog Exp $ tag
+* zend_qsort.c: add $Id: ChangeLog,v 1.40 2002/06/09 00:21:47 changelog Exp $ tag
 
 2002-05-13  Derick Rethans  [EMAIL PROTECTED]