changelog Thu Feb 1 01:31:06 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2587&r2=1.2588&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2587 php-src/ChangeLog:1.2588 --- php-src/ChangeLog:1.2587 Wed Jan 31 01:31:00 2007 +++ php-src/ChangeLog Thu Feb 1 01:31:06 2007 @@ -1,3 +1,37 @@ +2007-01-31 Antony Dovgal <[EMAIL PROTECTED]> + + * acinclude.m4: + use correct comment marker (dnl, not #) + add comment regarding AC_DECL_YYTEXT and the annoying warning + (just in case I'm not the only one who's annoyed by it) + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + ext/oci8/oci8.c + ext/oci8/oci8_statement.c + ext/oci8/php_oci8_int.h: + MFH: fix segfault on rebindinging and rexecuting a statement with LOBs + fix compile failure in ZTS mode when collections support is missing + + * ext/oci8/oci8.c + ext/oci8/oci8_statement.c: + fix compile failure in ZTS mode when collections support is missing + + * ext/oci8/oci8_statement.c + ext/oci8/php_oci8_int.h + ext/oci8/tests/oci_execute_segfault.phpt: + fix segfault on re-binding and re-executing a statement + improve the test + patch by Chris Jones + +2007-01-31 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/shmop/shmop.c: + Minor code optimization + 2007-01-30 Nuno Lopes <[EMAIL PROTECTED]> * run-tests.php: