From: Date: Fri, 2 Mar 2007 01:31:05 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_1~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28e22564bc4dc3d97b3e8463a5373a0ad11bdff7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 36442c6db6..769b3eb193 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2007-03-01 Antony Dovgal + + * (PHP_5_2) + ext/oci8/tests/bug40415.phpt + ext/oci8/tests/fetch_all3.phpt + ext/oci8/tests/fetch_all3.phpt + ext/oci8/tests/lob_037.phpt + ext/oci8/tests/lob_038.phpt + ext/oci8/tests/lob_039.phpt: + new tests + + * ext/oci8/tests/bug40415.phpt + ext/oci8/tests/bug40415.phpt + ext/oci8/tests/lob_029.phpt + ext/oci8/tests/lob_037.phpt + ext/oci8/tests/lob_037.phpt + ext/oci8/tests/lob_038.phpt + ext/oci8/tests/lob_038.phpt + ext/oci8/tests/lob_039.phpt + ext/oci8/tests/lob_039.phpt: + + new tests by Chris and me + + * ext/oci8/oci8_statement.c + ext/oci8/php_oci8_int.h: + MFB: allocate and define descriptors dynamically + + * (PHP_5_2) + ext/oci8/oci8_statement.c + ext/oci8/php_oci8_int.h: + allocate descriptors dynamically + +2007-03-01 Nuno Lopes + + * (PHP_4_4) + ext/gd/libgd/gdft.c: + MFH + + * ext/gd/libgd/gdft.c: + MFB + + * (PHP_5_2) + ext/gd/libgd/gdft.c: + merge from gd sources: unlock mutex before shuting it down + +2007-03-01 Antony Dovgal + + * ext/iconv/config.m4: + fix iconv cross-compilation + + * (PHP_5_2) + NEWS + ext/posix/config.m4: + MFH: fix #40678 (Cross compilation fails) + + * ext/posix/config.m4: + fix #40678 (Cross compilation fails) + +2007-03-01 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + + Fixed bug #40464 (session.save_path wont use default-value when safe_mode + or open_basedir is enabled). + 2007-02-28 Derick Rethans * (PHP_4_4)