changelog               Tue Apr  2 20:23:33 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1002 php4/ChangeLog:1.1003
--- php4/ChangeLog:1.1002       Mon Apr  1 20:18:51 2002
+++ php4/ChangeLog      Tue Apr  2 20:23:27 2002
@@ -1,3 +1,68 @@
+2002-04-02  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * main/memory_streams.c
+      main/streams.c
+      ext/standard/exec.c
+      ext/standard/exec.h
+      ext/standard/basic_functions.c
+      ext/mailparse/php_mailparse.h
+      ext/mailparse/try.php
+      ext/mailparse/mailparse.c: main/streams.c
+
+    * sapi/cgi/cgi_main.c: fix quoting
+
+2002-04-02  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/tokenizer/config.m4: - Fix layout
+
+2002-04-02  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Command/Install.php
+      pear/PEAR/Installer.php:
+    * Added "-s" (soft update) option to install/upgrade.  Will make installs
+      fail silently.
+
+    * pear/PEAR/Common.php: * add Frontend support to PEAR_Common::log()
+
+    * pear/PEAR/Command/Registry.php:
+    * Implemented "shell-test" command for writing shell scripts that check
+      whether a package is installed.  Example of use:
+
+        if ! pear shell-test Net_Socket; then
+            echo "You don't have the Net_Socket package installed!" >&2
+            exit 1
+        fi
+
+    * pear/PEAR/Registry.php: * just renaming some comments
+
+    * pear/PEAR/Frontend/CLI.php:
+    * add type property telling what type of frontend this class implements
+
+    * pear/scripts/pear.in:
+    * remove "exit" at the end, it causes a "false" exit code always
+
+    * pear/Makefile.frag:
+    * comment out the php files that are not necessary for the installer
+
+2002-04-02  Kirill Maximov  <[EMAIL PROTECTED]>
+
+    * ext/standard/quot_print.c:
+
+2002-04-02  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/standard/quot_print.c: - Whitespace
+
+2002-04-02  James Cox  <[EMAIL PROTECTED]>
+
+    * sapi/cgi/cgi_main.c: just did...
+
+    * sapi/cgi/cgi_main.c:
+    updated the alert sent to the browser. removed the verbosity, and linked to more 
+info.
+
+2002-04-02  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/imap/config.m4: Be a bit more verbose about what was not found.
+
 2002-04-01  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * main/rfc1867.c: MFH


Reply via email to