From: Date: Tue, 14 May 2002 00:27:31 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e1a68277dacb736a9f1f850ac241f9462baedfd;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f4acebaaab..85ca3dec6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2002-05-13 Marko Karppinen + + * sapi/apache2filter/config.m4: + Patch by Justin Erenkrantz for enabling + --with-apxs2 build on Darwin. Omitting the change to start linking + with libtool for now, though. + +2002-05-13 Rasmus Lerdorf + + * ext/gd/libgd/gd.c: fix copyresampled bug in bundled gd lib + +2002-05-13 Jim Jagielski + + * sapi/apache2filter/apache_config.c: + More verbose but more generic error message when we spot multiple + PHPINIDir directives + +2002-05-13 Rasmus Lerdorf + + * ext/standard/filestat.c: MFH + + * ext/standard/filestat.c: Make sure newtime is never NULL + +2002-05-13 Jan Lehnardt + + * README.CVS-RULES: - MFH + + * README.CVS-RULES: - added reference to http://cvsbook.red-bean.com/ + +2002-05-13 Zeev Suraski + + * ext/standard/info.c: - Fix a buglet in printing of GPCSE arrays + - Remove indirect access + +2002-05-13 Andrei Zmievski + + * 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 + + * configure.in + main/php_version.h: - Bumb version number + +2002-05-13 Sander Roobol + + * .cvsignore: Added confdefs.h which seems to be generated by configure + +2002-05-13 Zeev Suraski + + * main/main.c + ext/standard/info.c: - Centralize html_puts() again + - Revolutionize phpinfo()'s speed + +2002-05-13 Jon Parise + + * 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 + 2002-05-12 Stig Bakken * pear/scripts/pear.in: * fix option parsing diff --git a/Zend/ChangeLog b/Zend/ChangeLog index c342fa6db1..d1e95606d3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2002-05-13 Sterling Hughes + + * zend_qsort.c: MFZE1 + +2002-05-13 Derick Rethans + + * zend_builtin_functions.c: - MFZE1 + 2002-05-12 Zeev Suraski * zend_highlight.c: MFZE1