From fa0f08e089dd60d2c08b9de7f228308d6008fded Mon Sep 17 00:00:00 2001 From: Date: Tue, 6 Dec 2005 06:46:50 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 125 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 32 +++++++++++++ 2 files changed, 157 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0f9008c7f1..f9877cc8cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,128 @@ +2005-12-05 Jani Taskinen + + * ext/skeleton/skeleton.c: + - Use the real name instead of the BC name here + + * ext/fbsql/php_fbsql.c + ext/informix/ifx.ec + ext/interbase/interbase.c + ext/msql/php_msql.c + ext/mssql/php_mssql.c + ext/mysql/php_mysql.c + ext/oci8/oci8.c + ext/odbc/php_odbc.c + ext/pgsql/pgsql.c + ext/sqlite/sqlite.c + ext/sybase/php_sybase_db.c + ext/sybase_ct/php_sybase_ct.c + main/streams/streams.c: + - list_entry -> zend_rsrc_list_entry + + * ext/dba/dba.c: + - Do not use the PHP3 era names + + * ext/msql/php_msql.c + ext/standard/array.c + ext/standard/assert.c + ext/standard/basic_functions.c + ext/standard/browscap.c + ext/standard/cyr_convert.c + ext/standard/dir.c + ext/standard/dns.c + ext/standard/exec.c + ext/standard/exec.h + ext/standard/file.c + ext/standard/filestat.c + ext/standard/image.c + ext/standard/info.c + ext/standard/iptc.c + ext/standard/php_filestat.h + ext/standard/php_string.h + ext/standard/quot_print.c + ext/standard/reg.c + ext/standard/scanf.c + ext/standard/scanf.h + ext/standard/string.c + ext/standard/type.c: + - Nuke php3 legacy + +2005-12-05 Brian France + + * ext/sqlite/sqlite.c + ext/sqlite/sqlite.c: + Wrap the php_session.h include in the same ifdef as the rest of the + session code. + +2005-12-05 Antony Dovgal + + * ZendEngine2/zend_vm_gen.php: + MF51: more typos fixed (thanks to Mike Naberezny for noticing these) + + * (PHP_5_1) + ZendEngine2/zend_vm_gen.php: + more typos fixed (thanks to Mike Naberezny for noticing these) + +2005-12-05 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + Fixed bug #35558 (mktime() interpreting 3 digit years incorrectly). + +2005-12-05 Antony Dovgal + + * ZendEngine2/zend_exceptions.c: + MF51: improve error messages + + * (PHP_5_1) + ZendEngine2/zend_exceptions.c: + improve error messages + + * (PHP_4_4) + NEWS + NEWS + ext/mysql/php_mysql.c + ext/mysql/php_mysql.c + ext/mysql/php_mysql.c: + MF51: + fix #35536 (mysql_field_type() doesn't handle NEWDECIMAL) + add also SET, ENUM, NEWDATE and GEOMETRY to the switch + + * (PHP_5_1) + NEWS + ext/mysql/php_mysql.c: + fix #35536 (mysql_field_type() doesn't handle NEWDECIMAL) + add also SET, ENUM, NEWDATE and GEOMETRY to the switch + +2005-12-05 Dmitry Stogov + + * ZendEngine2/tests/bug35509.phpt + ZendEngine2/tests/bug35509.phpt: + + file bug35509.phpt was initially added on branch PHP_5_1. + + * (PHP_5_1) + NEWS + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_hash.c + ZendEngine2/zend_hash.h + ZendEngine2/zend_hash.h + ZendEngine2/tests/bug35509.phpt: + Fixed bug #35509 (string constant as array key has different behavior + inside object) + +2005-12-05 Ilia Alshanetsky + + * ext/standard/sunfuncs.c: + MBF51: load proper header file + + * Makefile.gcov: + MFB51:Avoid gcov conflicts on non-unique filenames + + * (PHP_5_1) + Makefile.gcov: + Avoid gcov conflicts on non-unique filenames + 2005-12-04 Jani Taskinen * sapi/apache/config.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4600ff06a8..7a8cf91439 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,35 @@ +2005-12-05 Antony Dovgal + + * zend_vm_gen.php: + MF51: more typos fixed (thanks to Mike Naberezny for noticing these) + + * (PHP_5_1) + zend_vm_gen.php: + more typos fixed (thanks to Mike Naberezny for noticing these) + + * zend_exceptions.c: + MF51: improve error messages + + * (PHP_5_1) + zend_exceptions.c: + improve error messages + +2005-12-05 Dmitry Stogov + + * zend_execute_API.c + zend_execute_API.c + zend_hash.c + zend_hash.h + zend_hash.h + tests/bug35509.phpt: + Fixed bug #35509 (string constant as array key has different behavior + inside object) + + * tests/bug35509.phpt + tests/bug35509.phpt: + + file bug35509.phpt was initially added on branch PHP_5_1. + 2005-12-04 Antony Dovgal * (PHP_5_1) -- 2.40.0