1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00

ChangeLog update

This commit is contained in:
2008-04-02 01:31:29 +00:00
parent 9b30b7398a
commit 74a8cd2b6c
+41
View File
@@ -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: