changelog               Wed May 29 20:24:34 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1059 php4/ChangeLog:1.1060
--- php4/ChangeLog:1.1059       Tue May 28 20:26:35 2002
+++ php4/ChangeLog      Wed May 29 20:24:32 2002
@@ -1,3 +1,58 @@
+2002-05-29  Jan Lehnardt  <[EMAIL PROTECTED]>
+
+    * pear/PEAR.php:  - minor improvement of readability,
+
+    * pear/PEAR.php:
+     - added delExpect() API method. It allows to unset one or more expected
+     - error codes.
+     - requires _checkDelExpect() (private) which I added as well.
+     - inspired by chregu (PHP-Deluxe, page 75)
+
+2002-05-29  Christian Dickmann  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Command/Install.php
+      pear/PEAR/Frontend/CLI.php
+      pear/PEAR/Installer.php
+      pear/PEAR/Common.php: fix a bug and add UI::log
+
+2002-05-29  Den V. Tsopa  <[EMAIL PROTECTED]>
+
+    * ext/mbstring/mbfilter.c: Added GB2312 alias for CN-GB
+
+2002-05-29  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/imap/php_imap.c: - Fix for bug #17503
+
+2002-05-29  Venkat Raghavan S  <[EMAIL PROTECTED]>
+
+    * netware/mktemp.h
+      netware/sys/stat.h
+      netware/tsrm.mak: Changes to build TSRM on NetWare
+
+2002-05-29  Den V. Tsopa  <[EMAIL PROTECTED]>
+
+    * ext/mbstring/mbfilter_ru.c: Fixed some dummy errors. (dets)
+
+2002-05-29  Venkat Raghavan S  <[EMAIL PROTECTED]>
+
+    * netware/zend.mak: Changes to build Zend on NetWare
+
+2002-05-29  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Command.php: * no longer test on whether displayLine exists
+
+    * pear/PEAR/Builder.php
+      pear/PEAR/Command/Build.php:
+    * build extensions in /var/tmp/pear-build-$USER/extname-n.n
+    * copy built .so files
+
+    * pear/PEAR/Command/Registry.php: * folding marks
+
+    * pear/PEAR/Common.php: * make PEAR_Common::log work with the new UI API
+
+    * pear/PEAR/Frontend/CLI.php:
+    * for now, provoke php errors on calls to the old methods
+
 2002-05-28  Andrei Zmievski  <[EMAIL PROTECTED]>
 
     * acinclude.m4: Fix a bug in case statement.


Reply via email to