From: Date: Thu, 1 Feb 2007 01:31:06 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6afc610bd04b62f6b5ca7d3efbfe47ebec384c2a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a74c146bd5..a7880ac217 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2007-01-31 Antony Dovgal + + * 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 + + * ext/shmop/shmop.c: + Minor code optimization + 2007-01-30 Nuno Lopes * run-tests.php: