changelog               Mon May 13 20:26:47 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1043 php4/ChangeLog:1.1044
--- php4/ChangeLog:1.1043       Sun May 12 20:19:05 2002
+++ php4/ChangeLog      Mon May 13 20:26:44 2002
@@ -1,3 +1,74 @@
+2002-05-13  Marko Karppinen  <[EMAIL PROTECTED]>
+
+    * sapi/apache2filter/config.m4:
+    Patch by Justin Erenkrantz <[EMAIL PROTECTED]> for enabling
+    --with-apxs2 build on Darwin. Omitting the change to start linking
+    with libtool for now, though.
+
+2002-05-13  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * ext/gd/libgd/gd.c: fix copyresampled bug in bundled gd lib
+
+2002-05-13  Jim Jagielski  <[EMAIL PROTECTED]>
+
+    * sapi/apache2filter/apache_config.c:
+    More verbose but more generic error message when we spot multiple
+    PHPINIDir directives
+
+2002-05-13  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * ext/standard/filestat.c: MFH
+
+    * ext/standard/filestat.c: Make sure newtime is never NULL
+
+2002-05-13  Jan Lehnardt  <[EMAIL PROTECTED]>
+
+    * README.CVS-RULES:  - MFH
+
+    * README.CVS-RULES:  - added reference to http://cvsbook.red-bean.com/
+
+2002-05-13  Zeev Suraski  <[EMAIL PROTECTED]>
+
+    * ext/standard/info.c: - Fix a buglet in printing of GPCSE arrays
+    - Remove indirect access
+
+2002-05-13  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c
+      ext/standard/php_array.h
+      ext/session/session.c
+      ext/wddx/php_wddx.h
+      ext/wddx/wddx.c
+      pear/Console/Getopt.php
+      ext/pcre/php_pcre.c
+      ext/pcre/php_pcre.h: Changing email address.
+
+2002-05-13  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * configure.in
+      main/php_version.h: - Bumb version number
+
+2002-05-13  Sander Roobol  <[EMAIL PROTECTED]>
+
+    * .cvsignore: Added confdefs.h which seems to be generated by configure
+
+2002-05-13  Zeev Suraski  <[EMAIL PROTECTED]>
+
+    * main/main.c
+      ext/standard/info.c: - Centralize html_puts() again
+    - Revolutionize phpinfo()'s speed
+
+2002-05-13  Jon Parise  <[EMAIL PROTECTED]>
+
+    * ext/imap/php_imap.c:
+    Instead of calling mail_fetchheader_full() to retrieve the complete header
+    information just to extract the message envelope, call mail_fetchenvelope(),
+    which returns just what we need.
+
+    This is simpler, faster, and saves the IMAP server some work.
+
+    Submitted by: Adam Kauffman <[EMAIL PROTECTED]>
+
 2002-05-12  Stig Bakken  <[EMAIL PROTECTED]>
 
     * pear/scripts/pear.in: * fix option parsing


Reply via email to