|
|
|
@ -1,3 +1,74 @@ |
|
|
|
2002-05-13 Marko Karppinen <karppinen@pobox.com> |
|
|
|
|
|
|
|
* sapi/apache2filter/config.m4: |
|
|
|
Patch by Justin Erenkrantz <jerenkrantz@apache.org> for enabling |
|
|
|
--with-apxs2 build on Darwin. Omitting the change to start linking |
|
|
|
with libtool for now, though. |
|
|
|
|
|
|
|
2002-05-13 Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
|
|
|
|
|
|
* ext/gd/libgd/gd.c: fix copyresampled bug in bundled gd lib |
|
|
|
|
|
|
|
2002-05-13 Jim Jagielski <jim@jaguNET.com> |
|
|
|
|
|
|
|
* sapi/apache2filter/apache_config.c: |
|
|
|
More verbose but more generic error message when we spot multiple |
|
|
|
PHPINIDir directives |
|
|
|
|
|
|
|
2002-05-13 Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
|
|
|
|
|
|
* ext/standard/filestat.c: MFH |
|
|
|
|
|
|
|
* ext/standard/filestat.c: Make sure newtime is never NULL |
|
|
|
|
|
|
|
2002-05-13 Jan Lehnardt <jan@dasmoped.net> |
|
|
|
|
|
|
|
* README.CVS-RULES: - MFH |
|
|
|
|
|
|
|
* README.CVS-RULES: - added reference to http://cvsbook.red-bean.com/ |
|
|
|
|
|
|
|
2002-05-13 Zeev Suraski <zeev@zend.com> |
|
|
|
|
|
|
|
* ext/standard/info.c: - Fix a buglet in printing of GPCSE arrays |
|
|
|
- Remove indirect access |
|
|
|
|
|
|
|
2002-05-13 Andrei Zmievski <andrei@php.net> |
|
|
|
|
|
|
|
* 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 <d.rethans@jdimedia.nl> |
|
|
|
|
|
|
|
* configure.in |
|
|
|
main/php_version.h: - Bumb version number |
|
|
|
|
|
|
|
2002-05-13 Sander Roobol <phy@wanadoo.nl> |
|
|
|
|
|
|
|
* .cvsignore: Added confdefs.h which seems to be generated by configure |
|
|
|
|
|
|
|
2002-05-13 Zeev Suraski <zeev@zend.com> |
|
|
|
|
|
|
|
* main/main.c |
|
|
|
ext/standard/info.c: - Centralize html_puts() again |
|
|
|
- Revolutionize phpinfo()'s speed |
|
|
|
|
|
|
|
2002-05-13 Jon Parise <jon@csh.rit.edu> |
|
|
|
|
|
|
|
* 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 <adam.kauffman@mindspring.com> |
|
|
|
|
|
|
|
2002-05-12 Stig Bakken <ssb@fast.no> |
|
|
|
|
|
|
|
* pear/scripts/pear.in: * fix option parsing |
|
|
|
|