From: Date: Sun, 17 Aug 2003 00:31:43 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_7~620 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eca25827602043ef190d594525b83fade4eccade;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 51641530a1..96dcf9da2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +2003-08-16 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + BFN + +2003-08-16 Derick Rethans + + * NEWS + ext/standard/parsedate.y + ext/standard/tests/time/bug17988.phpt: + - Fixed bug #17988: strtotime fails to parse timestamp from postgresql + +2003-08-16 Marcus Boerger + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_reflection_api.c: + Simplify abstract method declaration + + * ZendEngine2/zend_object_handlers.h: + WS + +2003-08-16 Ard Biesheuvel + + * ext/interbase/tests/004.phpt: + Fix failure on accidental fread() of 0 bytes + + * ext/interbase/interbase.c: + Always fill entire buffer in ibase_blob_get() + +2003-08-16 Marcus Boerger + + * tests/lang/bug24658.phpt: + Add some debug help + +2003-08-16 Ard Biesheuvel + + * ext/interbase/interbase.c: + Fixed bug #18744 + + * ext/interbase/php_interbase.h: + Some general cleaning up + Some preliminary changes for extensions to array functions + + * ext/interbase/interbase.c: + Fixed bug #24224 + Some general cleaning up + Some preliminary changes for extensions to array functions + + * ext/interbase/tests/004.phpt: + Test for bug #24224 + +2003-08-16 Jason Greene + + * ext/sockets/php_sockets.h + ext/sockets/php_sockets_win.c + ext/sockets/php_sockets_win.h + ext/sockets/sockets.c: + Remove all vector based functions for the following reasons: + - This solves alot of platform compatibility problems + - The possible security issue of allocating an incredibly large vector + pool is prevented + - They are of little to no benefit in a high level language + - 99% of all things done with these functions can be done using + sendto/recvfrom + +2003-08-16 Ard Biesheuvel + + * ext/interbase/interbase.c + ext/interbase/php_interbase.h: + Removed ibase_num_rows() + Converted some MACRO-isms + +2003-08-16 Jani Taskinen + + * NEWS: + Removed ibase_num_rows() (requested by Ard) + +2003-08-16 Ard Biesheuvel + + * ext/interbase/interbase.c: + Added comment about ibase_num_rows() + 2003-08-15 Sascha Schumann * ZendEngine2/zend_execute.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9db3430c02..6ffc503397 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2003-08-16 Marcus Boerger + + * zend_API.c + zend_API.h + zend_reflection_api.c: + Simplify abstract method declaration + + * zend_object_handlers.h: + WS + 2003-08-15 Sascha Schumann * zend_execute.c