changelog Wed Apr 2 01:31:30 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3005&r2=1.3006&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3005 php-src/ChangeLog:1.3006
--- php-src/ChangeLog:1.3005 Tue Apr 1 01:31:33 2008
+++ php-src/ChangeLog Wed Apr 2 01:31:29 2008
@@ -1,3 +1,44 @@
+2008-04-01 Felipe Pena <[EMAIL PROTECTED]>
+
+ * ext/imap/php_imap.c
+ ext/imap/php_imap.c:
+ Typo
+
+2008-04-01 Christopher Jones <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* ext/standard/file.c: