+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: