From fd44ea24e2e1bc337db9f0eea739b318f4e69247 Mon Sep 17 00:00:00 2001 From: Date: Wed, 26 Mar 2008 01:31:44 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 114 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 22 ++++++++++ 2 files changed, 136 insertions(+) diff --git a/ChangeLog b/ChangeLog index 73e53259b1..4ccc18d6e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,117 @@ +2008-03-25 Marcus Boerger + + * (PHP_5_3) + sapi/embed/php_embed.c: + MFH: + - Fix memory leak found by Osman + - Merge strlen to sizof change from CLI + + * sapi/embed/php_embed.c: + - Fix memory leak found by Osman + - Merge strlen to sizof change from CLI + + * (PHP_5_3) + sapi/cli/php_cli.c: + - MFH Use sizeof rather than strlen and cleanup + + * sapi/cli/php_cli.c: + - Use sizeof rather than strlen and cleanup + +2008-03-25 Ilia Alshanetsky + + * (PHP_5_3) + ZendEngine2/zend_compile.c: + Removed unused variable + +2008-03-25 Andrey Hristov + + * (PHP_5_3) + NEWS: + Fix typo, thank Jani :) + + * (PHP_5_3) + NEWS: + news entry + + * ext/mysqli/mysqli_nonapi.c + ext/mysqli/tests/mysqli_stmt_datatype_change.phpt + ext/mysqlnd/mysqlnd_charset.c + ext/mysqlnd/mysqlnd_ps.c + ext/mysqlnd/mysqlnd_structs.h: + MFB : Fix for Bug #43832 mysqi_get_charset() doesn't expose charset comment + + * (PHP_5_3) + ext/mysqli/mysqli_nonapi.c + ext/mysqli/tests/mysqli_stmt_datatype_change.phpt + ext/mysqlnd/mysqlnd_charset.c + ext/mysqlnd/mysqlnd_ps.c + ext/mysqlnd/mysqlnd_structs.h: + Small updates & a fix for + Bug #43832 mysqi_get_charset() doesn't expose charset comment + +2008-03-25 Felipe Pena + + * (PHP_5_3) + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h: + MFH: + - Renamed zend_do_fetch_class_name() to zend_do_build_full_name() (It is + not used only for classes) + - Moved zend_resolve_class_name prototype to zend_compile.h + +2008-03-25 Christopher Jones + + * (PHP_5_3) + ext/oci8/oci8_statement.c: + revert stmt release on connection error change (and sync with PHP 6) + + * (PHP_5_3) + ext/oci8/oci8_lob.c + ext/oci8/tests/lob_028.phpt: + Remove trailing period from error thus syncing with PHP 6 + +2008-03-25 Johannes Schlüter + + * main/logos.h: + - New egg + +2008-03-25 Dmitry Stogov + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.c: + Optimized detection of "__call" and "__callstatic" methods. + + * (PHP_5_2) + ext/standard/tests/array/bug42177.phpt: + Fixed test (removed leaks becaue of cyrcular references) + +2008-03-25 Christopher Jones + + * ext/oci8/config.m4 + ext/oci8/config.w32 + ext/oci8/oci8.c + ext/oci8/oci8_collection.c + ext/oci8/oci8_interface.c + ext/oci8/oci8_lob.c + ext/oci8/oci8_statement.c + ext/oci8/php_oci8.h + ext/oci8/php_oci8_int.h + ext/oci8/tests/drcp_cclass1.phpt + ext/oci8/tests/drcp_connect1.phpt + main/build-defs.h.in: + oci8: Sync with 5.3 - version macro updates and DRCP tweaks + + * (PHP_5_3) + ext/oci8/config.m4 + ext/oci8/config.w32 + ext/oci8/oci8.c + ext/oci8/oci8_interface.c + ext/oci8/php_oci8.h + ext/oci8/php_oci8_int.h + main/build-defs.h.in: + rename PHP_OCI8_VERSION in preparation for peclversioning RFC. Remove + obsolete HAVE_OCI8_ATTR_STATEMENT macro + 2008-03-24 Ilia Alshanetsky * ext/standard/tests/dir/rewinddir_basic.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4df620b147..9665b06e5a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,25 @@ +2008-03-25 Ilia Alshanetsky + + * (PHP_5_3) + zend_compile.c: + Removed unused variable + +2008-03-25 Felipe Pena + + * (PHP_5_3) + zend_compile.c + zend_compile.h: + MFH: + - Renamed zend_do_fetch_class_name() to zend_do_build_full_name() (It is + not used only for classes) + - Moved zend_resolve_class_name prototype to zend_compile.h + +2008-03-25 Dmitry Stogov + + * zend_API.c + zend_API.c: + Optimized detection of "__call" and "__callstatic" methods. + 2008-03-23 Marcus Boerger * tests/multibyte/.cvsignore -- 2.50.1