changelog Thu May 28 01:32:54 2009 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3416&r2=1.3417&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3416 php-src/ChangeLog:1.3417 --- php-src/ChangeLog:1.3416 Wed May 27 01:32:41 2009 +++ php-src/ChangeLog Thu May 28 01:32:53 2009 @@ -1,3 +1,300 @@ +2009-05-27 Pierre-Alain Joye <pierre....@gmail.com> + + * (PHP_5_2) + ext/curl/interface.c + ext/curl/php_curl.h: + - mf53: fix build, stderr cannot be used as var or struct member + +2009-05-27 Robert Nicholson <rob_nichol...@uk.ibm.com> + + * (PHP_5_2) + tests/lang/returnByReference.001.phpt + tests/lang/returnByReference.001.phpt + tests/lang/returnByReference.002.phpt + tests/lang/returnByReference.002.phpt + tests/lang/returnByReference.003.phpt + tests/lang/returnByReference.003.phpt + tests/lang/returnByReference.004.phpt + tests/lang/returnByReference.004.phpt + tests/lang/returnByReference.005.phpt + tests/lang/returnByReference.005.phpt + tests/lang/returnByReference.006.phpt + tests/lang/returnByReference.006.phpt + tests/lang/returnByReference.007.phpt + tests/lang/returnByReference.007.phpt + tests/lang/returnByReference.008.phpt + tests/lang/returnByReference.008.phpt + tests/lang/returnByReference.009.phpt + tests/lang/returnByReference.009.phpt: + Language Tests: returnByReference + +2009-05-27 Pierre-Alain Joye <pierre....@gmail.com> + + * (PHP_5_3) + ext/curl/interface.c + ext/curl/php_curl.h: + - fix build, stderr cannot be used as var or struct member + +2009-05-27 Robert Nicholson <rob_nichol...@uk.ibm.com> + + * tests/lang/returnByReference.001.phpt + tests/lang/returnByReference.001.phpt + tests/lang/returnByReference.001.phpt + tests/lang/returnByReference.002.phpt + tests/lang/returnByReference.002.phpt + tests/lang/returnByReference.002.phpt + tests/lang/returnByReference.003.phpt + tests/lang/returnByReference.003.phpt + tests/lang/returnByReference.003.phpt + tests/lang/returnByReference.004.phpt + tests/lang/returnByReference.004.phpt + tests/lang/returnByReference.004.phpt + tests/lang/returnByReference.005.phpt + tests/lang/returnByReference.005.phpt + tests/lang/returnByReference.005.phpt + tests/lang/returnByReference.006.phpt + tests/lang/returnByReference.006.phpt + tests/lang/returnByReference.006.phpt + tests/lang/returnByReference.007.phpt + tests/lang/returnByReference.007.phpt + tests/lang/returnByReference.007.phpt + tests/lang/returnByReference.008.phpt + tests/lang/returnByReference.008.phpt + tests/lang/returnByReference.008.phpt + tests/lang/returnByReference.009.phpt + tests/lang/returnByReference.009.phpt + tests/lang/returnByReference.009.phpt: + 1.1.4; + Language Tests: returnByReference + +2009-05-27 Andrey Hristov <p...@hristov.com> + + * (PHP_5_3) + ext/mysqli/php_mysqli_structs.h: + MFH: + Less warnings by usage of proper modifier + + * ext/mysqli/php_mysqli_structs.h: + Less warnings by usage of proper modifier + + * (PHP_5_3) + ext/mysqli/php_mysqli_structs.h: + MFH:because we use int64_t we need corresponding printf modifiers. the type + can be different on 32 and 64 bit, thus we can't use ld and lld but + C helps us with inttypes.h and PRId64 and PRIu64 modifiers (without the %) + + * ext/mysqli/php_mysqli_structs.h: + because we use int64_t we need corresponding printf modifiers. the type + can be different on 32 and 64 bit, thus we can't use ld and lld but + C helps us with inttypes.h and PRId64 and PRIu64 modifiers (without the %) + + * (PHP_5_3) + ext/mysqli/tests/mysqli_affected_rows.phpt + ext/mysqli/tests/mysqli_affected_rows_oo.phpt + ext/mysqli/tests/mysqli_change_user_insert_id.phpt + ext/mysqli/tests/mysqli_change_user_prepared_statements.phpt + ext/mysqli/tests/mysqli_change_user_set_names.phpt + ext/mysqli/tests/mysqli_fetch_field_types.phpt + ext/mysqli/tests/mysqli_field_count.phpt + ext/mysqli/tests/mysqli_get_charset.phpt + ext/mysqli/tests/mysqli_info.phpt + ext/mysqli/tests/mysqli_pconn_disabled.phpt + ext/mysqli/tests/mysqli_pconn_limits.phpt + ext/mysqli/tests/mysqli_pconn_reuse.phpt + ext/mysqli/tests/mysqli_poll_mixing_insert_select.phpt + ext/mysqli/tests/mysqli_prepare.phpt + ext/mysqli/tests/mysqli_query.phpt + ext/mysqli/tests/mysqli_query_stored_proc.phpt + ext/mysqli/tests/mysqli_query_unicode.phpt + ext/mysqli/tests/mysqli_real_query.phpt + ext/mysqli/tests/mysqli_report.phpt + ext/mysqli/tests/mysqli_stmt_affected_rows.phpt + ext/mysqli/tests/mysqli_stmt_execute_stored_proc.phpt + ext/mysqli/tests/mysqli_stmt_field_count.phpt + ext/mysqli/tests/mysqli_stmt_send_long_data.phpt + ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt + ext/mysqli/tests/mysqli_stmt_store_result.phpt + ext/mysqli/tests/table.inc: + MFH: Fix tests when the server is running with ANSI_QUOTES + + * ext/mysqli/tests/mysqli_affected_rows.phpt + ext/mysqli/tests/mysqli_affected_rows_oo.phpt + ext/mysqli/tests/mysqli_change_user_insert_id.phpt + ext/mysqli/tests/mysqli_change_user_prepared_statements.phpt + ext/mysqli/tests/mysqli_change_user_set_names.phpt + ext/mysqli/tests/mysqli_fetch_field_types.phpt + ext/mysqli/tests/mysqli_field_count.phpt + ext/mysqli/tests/mysqli_get_charset.phpt + ext/mysqli/tests/mysqli_info.phpt + ext/mysqli/tests/mysqli_pconn_disabled.phpt + ext/mysqli/tests/mysqli_pconn_limits.phpt + ext/mysqli/tests/mysqli_pconn_reuse.phpt + ext/mysqli/tests/mysqli_poll_mixing_insert_select.phpt + ext/mysqli/tests/mysqli_prepare.phpt + ext/mysqli/tests/mysqli_query.phpt + ext/mysqli/tests/mysqli_query_stored_proc.phpt + ext/mysqli/tests/mysqli_query_unicode.phpt + ext/mysqli/tests/mysqli_real_query.phpt + ext/mysqli/tests/mysqli_report.phpt + ext/mysqli/tests/mysqli_stmt_affected_rows.phpt + ext/mysqli/tests/mysqli_stmt_execute_stored_proc.phpt + ext/mysqli/tests/mysqli_stmt_field_count.phpt + ext/mysqli/tests/mysqli_stmt_send_long_data.phpt + ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt + ext/mysqli/tests/mysqli_stmt_store_result.phpt + ext/mysqli/tests/table.inc: + Fix tests when the server is running with ANSI_QUOTES + +2009-05-27 Ulf Wendel <ulf.wen...@phpdoc.de> + + * (PHP_5_3) + ext/mysqli/tests/mysqli_pconn_max_links.phpt: + Crappy anonymous MySQL user account... trying to make the test more + portable. + + * (PHP_5_3) + ext/mysqli/tests/mysqli_pconn_reuse.phpt: + The test is bogus as long as there is no (proper) way to detect from the + PHP userland if persistent connections do a change user or not. If they do + is controlled by define at the moment. + + * (PHP_5_3) + ext/mysqli/tests/mysqli_stmt_execute.phpt: + Testing a little further into the direction of a possible mysqlnd vs. + libmysql compatibility break or a libmysql bug. It is not clearly stated + in the MySQL C-API documentation what excactly happens on stmt_reset(). + + * (PHP_5_3) + ext/mysqli/tests/mysqli_poll_reference.phpt + ext/mysqli/tests/mysqli_stmt_attr_set.phpt + ext/mysqli/tests/mysqli_stmt_result_metadata_sqltests.phpt + ext/mysqli/tests/mysqli_stmt_send_long_data.phpt: + Trying to get test failures down by fixing tests. + +2009-05-27 Pierre-Alain Joye <pierre....@gmail.com> + + * (PHP_5_3) + ext/gd/libgd/gd_color.c: + - fix build + +2009-05-27 Andrey Hristov <p...@hristov.com> + + * (PHP_5_3) + ext/mysqli/mysqli_prop.c: + MFH: Revert in regard of my_ulonglong which should be used instead of long + which can be anything. + + * ext/mysqli/mysqli_prop.c: + Additional revert + +2009-05-27 Antony Dovgal <t...@daylessday.org> + + * main/php_variables.c: + use request encoding when parsing cookies + fixes 14 segfaults in HEAD + +2009-05-27 Andrey Hristov <p...@hristov.com> + + * ext/mysqli/mysqli_prop.c: + Revert previous patch to something that make sense and works in error cases + +2009-05-27 Pierre-Alain Joye <pierre....@gmail.com> + + * ext/gd/libgd/gd_color.c + ext/gd/libgd/gd_color.c: + - fix build on unix with bundled gd + +2009-05-27 Ilia Alshanetsky <i...@prohost.org> + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + Back to dev + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + 5.2.10RC1 + +2009-05-27 Antony Dovgal <t...@daylessday.org> + + * ext/mbstring/mbstring.c: + fix compile warnings + +2009-05-27 David Soria Parra <dso...@gmx.net> + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_hash.c + ZendEngine2/zend_hash.h: + Remove duplicated code of zend_hash_func and alias it to + zend_get_hash_value + +2009-05-27 Antony Dovgal <t...@daylessday.org> + + * (PHP_5_2) + ext/curl/interface.c: + fix build + +2009-05-27 Pierre-Alain Joye <pierre....@gmail.com> + + * ext/gd/config.m4 + ext/gd/config.m4 + ext/gd/config.w32 + ext/gd/config.w32 + ext/gd/gd.c + ext/gd/gd.c + ext/gd/php_gd.h + ext/gd/php_gd.h + ext/gd/libgd/gd_color.c + ext/gd/libgd/gd_color.c + ext/gd/libgd/gd_color.c + ext/gd/libgd/gd_compat.h + ext/gd/libgd/gd_topal.c + ext/gd/libgd/gd_topal.c: + - [DOC] always enable imagecolormatch + + * (PHP_5_3) + ext/gd/config.m4 + ext/gd/config.w32 + ext/gd/gd.c + ext/gd/php_gd.h + ext/gd/libgd/gd.c + ext/gd/libgd/gd_compat.h + ext/gd/libgd/gd_rotate.c: + - MFH: [DOC] always enable imagerotate (bundled or system gd) + + * ext/gd/config.m4 + ext/gd/config.w32 + ext/gd/gd.c + ext/gd/php_gd.h + ext/gd/libgd/gd.c + ext/gd/libgd/gd_compat.h + ext/gd/libgd/gd_rotate.c + ext/gd/libgd/gd_rotate.c: + - [DOC] always enable imagerotate (using bundled or system gd) + +2009-05-27 Kalle Sommer Nielsen <kalle....@gmail.com> + + * (PHP_5_3) + win32/build/Makefile: + MFH: Lets pass the built php binary to run-tests.php's -p parameter + + * win32/build/Makefile: + Lets pass the built php binary to run-tests.php's -p parameter + + * .cvsignore: + Added configure.bat to cvsignore + + * win32/build/registersyslog.php: + Silent dl() if it fails + + * win32/registry.c: + Nuke warnings + 2009-05-26 Pierre-Alain Joye <pierre....@gmail.com> * (PHP_5_3) @@ -42451,7 +42748,7 @@ * sapi/litespeed/lsapi_main.c sapi/litespeed/lsapilib.c: - - Added missing $Id: ChangeLog,v 1.3416 2009/05/27 01:32:41 changelog Exp $ tags and nuked c++ comments + - Added missing $Id: ChangeLog,v 1.3417 2009/05/28 01:32:53 changelog Exp $ tags and nuked c++ comments * (PHP_5_3) ext/intl/locale/locale.c