diff options
author | <changelog@php.net> | 2003-01-12 01:31:51 +0000 |
---|---|---|
committer | <changelog@php.net> | 2003-01-12 01:31:51 +0000 |
commit | 091609d661f80d15c279d02f43f2e92ed565fb7d (patch) | |
tree | 68bef54ef140be5d2fa23dd8268c9e9b77afd9cb | |
parent | c4088ce25b271427f7f800412db3074636e4d772 (diff) | |
download | php-git-091609d661f80d15c279d02f43f2e92ed565fb7d.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 63 | ||||
-rw-r--r-- | Zend/ChangeLog | 18 |
2 files changed, 81 insertions, 0 deletions
@@ -1,3 +1,66 @@ +2003-01-11 Ilia Alshanetsky <ilia@prohost.org> + + * 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 <moriyoshi@at.wakwak.com> + + * 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 <ilia@prohost.org> + + * ext/standard/string.c: + Added stripos() & strripos() functions. + Added 3rd parameter (offset) to strrpos(). + +2003-01-11 Sebastian Bergmann <sb@sebastian-bergmann.de> + + * ext/rpc/rpc.c: + Add missing ,. + +2003-01-11 Harald Radi <harald.radi+coding.php@nme.at> + + * ext/rpc/rpc.c + ext/rpc/rpc_proxy.c + ext/rpc/com/variant.c: + fix build + +2003-01-11 Sebastian Bergmann <sb@sebastian-bergmann.de> + + * win32/php4dllts.dsp: + Leftover. + +2003-01-11 Ilia Alshanetsky <ilia@prohost.org> + + * sapi/cli/php_cli.c: + Fix the line numbering when the 1st line in the script is #!. + 2003-01-10 Harald Radi <harald.radi+coding.php@nme.at> * main/config.w32.h diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3a097302f8..605f844e9b 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,21 @@ +2003-01-11 Andi Gutmans <andi@zend.com> + + * zend_execute.c: + - Fix typo and whitespace + +2003-01-11 Derick Rethans <d.rethans@jdimedia.nl> + + * 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 <harald.radi+coding.php@nme.at> + + * zend_ts_hash.c: + freed reader twice instead of writer and reader + 2003-01-10 Ilia Alshanetsky <ilia@prohost.org> * zend_alloc.c: |