changelog               Tue Jul  2 20:17:41 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1093 php4/ChangeLog:1.1094
--- php4/ChangeLog:1.1093       Mon Jul  1 20:36:01 2002
+++ php4/ChangeLog      Tue Jul  2 20:17:40 2002
@@ -1,3 +1,77 @@
+2002-07-02  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * ext/standard/mail.c:
+    Add default arguments to new internal mail function.
+
+    * ext/imap/php_imap.c:
+    Make sure To addresses are parsed correct with RFC822.
+
+    * win32/sendmail.c: Oops. Last commit reverted some of sebastians changes.
+
+2002-07-02  Marcus Börger  <[EMAIL PROTECTED]>
+
+    * ext/exif/exif.c: -fix datatypes for some vriables
+    -fix comment for function exif_process_CME
+    -force return parameters to be passed by reference
+
+2002-07-02  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * win32/sendmail.c
+      win32/sendmail.h: Switch from imap_sendmail.* to sendmail.c under Win32
+
+    * ext/fbsql/php_fbsql.c:
+    Fixing compilation of FrontBase extension with ZTS
+
+2002-07-02  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * ext/standard/filestat.c:
+    use access instead of manually determining file permissions..
+
+2002-07-02  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * ext/imap/imap.dsp
+      ext/imap/php_imap.c:
+    Switch from imap_sendmail.* to sendmail.c under Win32
+
+    * win32/imap_sendmail.c
+      win32/imap_sendmail.h:
+    These files are no longer needed as the imap module will use the standard 
+sendmail function under Win32
+
+2002-07-02  Rui Hirokawa  <[EMAIL PROTECTED]>
+
+    * main/rfc1867.c: *** empty log message ***
+
+    * ext/mbstring/mbstring.h:
+    fixed shift_jis character corruption including 0x5c as second byte on uploaded 
+filename.
+
+    * ext/mbstring/mbstring.c:
+    fixed shift_jis character corruption including 0x5c as second byte.
+
+2002-07-02  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/standard/mail.c:
+    - Be nice to users and allow them to check if the mail was send
+
+    * ext/standard/mail.c: - Disable 5th parameter to mail in safemode
+    - Disabled the fifth parameter to the mail function in safemode. 
+
+2002-07-02  Christian Dickmann  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Command/Remote.php
+      pear/PEAR/Frontend/CLI.php:
+    make 'remote-info' use package.info. add deps to 'list-all'
+
+2002-07-02  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * configure.in: Avoid error messages, if the variable is empty.
+
+    ./config.status: test: !=: unary operator expected
+
+2002-07-02  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/standard/file.c:
+    - Fix for bug #15547 (Patch by Justin Garrett <[EMAIL PROTECTED]>)
+
 2002-07-01  Marko Karppinen  <[EMAIL PROTECTED]>
 
     * Makefile.global


Reply via email to