From: Date: Wed, 2 Apr 2008 01:31:29 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0b1~516 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74a8cd2b6ca5ebd541ed255d27781ee7f910444d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9c36c908d9..1c66884d44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2008-04-01 Felipe Pena + + * ext/imap/php_imap.c + ext/imap/php_imap.c: + Typo + +2008-04-01 Christopher Jones + + * ext/oci8/oci8.c: + Use new version macro + + * (PHP_5_3) + ext/oci8/oci8.c + ext/oci8/php_oci8.h: + Use new version macro. Make code portable to older PHP versions + +2008-04-01 Ilia Alshanetsky + + * ext/imap/php_imap.c: + + MFB: Fixed bug #44594 (imap_open() does not validate # of retries + parameter) + + * (PHP_5_3) + ext/imap/php_imap.c: + Fixed bug #44594 (imap_open() does not validate # of retries parameter) + +2008-04-01 Gwynne Raskind + + * configure.in: + Fix the fix. Sorry for the commit noise. + + * configure.in: + MFB: fix the darwin 9 hack again; add the -O2 back in to avoid performance + loss when not compiling for debug + + * (PHP_5_3) + configure.in: + fix the darwin 9 hack again; add the -O2 back in to avoid performance loss + when not compiling for debug + 2008-03-31 Ilia Alshanetsky * ext/standard/file.c: