diff --git a/ChangeLog b/ChangeLog index c050122b056..e60a5de8c4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2003-01-11 Ilia Alshanetsky + + * ext/sybase_ct/php_sybase_ct.c: + Do not 'convert' double columns to integers after the 1st row in the result + set. + + * ext/sybase_ct/php_sybase_ct.c: + Fixed handling of NUMERIC type, when it contains numbers that could + potentially exceed the interger limit. + +2003-01-11 Moriyoshi Koizumi + + * ext/standard/browscap.c + ext/standard/datetime.c + ext/standard/file.c + ext/standard/formatted_print.c + ext/standard/pack.c + ext/standard/reg.c + ext/standard/string.c: + Reverted because correct decision has not been made yet. + + * sapi/apache2filter/php_functions.c: + This patch is likely to fix win32 build + + * ext/standard/browscap.c + ext/standard/datetime.c + ext/standard/pack.c + ext/standard/reg.c + ext/standard/string.c: + Reduced warnings in ZE2 build + + * ext/standard/file.c + ext/standard/formatted_print.c: + Reduced compiler warnings in ZE2 build + +2003-01-11 Ilia Alshanetsky + + * ext/standard/string.c: + Added stripos() & strripos() functions. + Added 3rd parameter (offset) to strrpos(). + +2003-01-11 Sebastian Bergmann + + * ext/rpc/rpc.c: + Add missing ,. + +2003-01-11 Harald Radi + + * ext/rpc/rpc.c + ext/rpc/rpc_proxy.c + ext/rpc/com/variant.c: + fix build + +2003-01-11 Sebastian Bergmann + + * win32/php4dllts.dsp: + Leftover. + +2003-01-11 Ilia Alshanetsky + + * sapi/cli/php_cli.c: + Fix the line numbering when the 1st line in the script is #!. + 2003-01-10 Harald Radi * main/config.w32.h diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3a097302f8d..605f844e9be 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,21 @@ +2003-01-11 Andi Gutmans + + * zend_execute.c: + - Fix typo and whitespace + +2003-01-11 Derick Rethans + + * zend.c + zend_execute.c + zend_execute.h + zend_execute_API.c: + - Ported the zend_execute_internal hook to ZendEngine2. + +2003-01-11 Harald Radi + + * zend_ts_hash.c: + freed reader twice instead of writer and reader + 2003-01-10 Ilia Alshanetsky * zend_alloc.c: