]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 2 Apr 2008 01:31:29 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Wed, 2 Apr 2008 01:31:29 +0000 (01:31 +0000)
ChangeLog

index 9c36c908d969500cfa9b431da728ae4d372ff585..1c66884d442612810f47cb996ef50d99b309bca5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2008-04-01  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/imap/php_imap.c
+      ext/imap/php_imap.c:
+      Typo
+
+2008-04-01  Christopher Jones  <christopher.jones@oracle.com>
+
+    * 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  <ilia@prohost.org>
+
+    * 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  <gwynne@wanderingknights.org>
+
+    * 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  <ilia@prohost.org>
 
     * ext/standard/file.c: