changelog Fri Mar 2 01:31:06 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2616&r2=1.2617&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2616 php-src/ChangeLog:1.2617 --- php-src/ChangeLog:1.2616 Thu Mar 1 01:31:07 2007 +++ php-src/ChangeLog Fri Mar 2 01:31:05 2007 @@ -1,3 +1,69 @@ +2007-03-01 Antony Dovgal <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * (PHP_4_4)