diff options
author | <changelog@php.net> | 2004-04-02 01:32:15 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-04-02 01:32:15 +0000 |
commit | 9a6dad867d1d0c5325dbc94e8db0e45035f7dba1 (patch) | |
tree | b41f6974731190ef8cd3f771afe96ae4182be3ce | |
parent | c85843aec1177c8ff9932c282b5a49876f958ac3 (diff) | |
download | php-git-9a6dad867d1d0c5325dbc94e8db0e45035f7dba1.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 132 | ||||
-rw-r--r-- | Zend/ChangeLog | 9 |
2 files changed, 141 insertions, 0 deletions
@@ -1,3 +1,135 @@ +2004-04-01 Ilia Alshanetsky <ilia@prohost.org> + + * ZendEngine2/zend_builtin_functions.c + ext/standard/array.c + ext/standard/tests/array/bug27782.phpt: + MFB: Revert patch for bug #27782. + + * (PHP_4_3) + Zend/zend_execute.c + tests/lang/bug27731.phpt: + MFH: Fixed reversed condition for error reporting. + + * ZendEngine2/zend_execute.c + ZendEngine2/tests/bug27731.phpt: + Fixed reversed condition for error reporting. + + * (PHP_4_3) + configure.in + main/php_version.h: + Back to dev. + +2004-04-01 Derick Rethans <php@derickrethans.nl> + + * ext/standard/parsedate.y + ext/standard/tests/time/bug27780.phpt: + - MFB: Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time) + +2004-04-01 Ilia Alshanetsky <ilia@prohost.org> + + * (PHP_4_3) + NEWS + configure.in + main/php_version.h: + Prepare for 4.3.6RC1. + +2004-04-01 Derick Rethans <php@derickrethans.nl> + + * ext/standard/tests/time/bug27780.phpt + ext/standard/tests/time/bug27780.phpt: + + file bug27780.phpt was initially added on branch PHP_4_3. + + * (PHP_4_3) + NEWS + ext/standard/parsedate.y: + - Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time) + +2004-04-01 Ilia Alshanetsky <ilia@prohost.org> + + * (PHP_4_3) + NEWS + ext/standard/array.c + ext/standard/tests/array/bug27782.phpt: + Revert patch for bug #27782. + + * (PHP_4_3) + Zend/zend_builtin_functions.c: + Revert patch for bug #27782. + + +2004-04-01 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> + + * ext/interbase/tests/003.phpt + ext/interbase/tests/interbase.inc: + CS/WS + +2004-04-01 Ilia Alshanetsky <ilia@prohost.org> + + * tests/lang/bug27819.phpt + tests/lang/bug27819.phpt: + + file bug27819.phpt was initially added on branch PHP_4_3. + + * (PHP_4_3) + NEWS: + Bug fixing news & test for bug #27819. + + * (PHP_4_3) + Zend/zend_execute.c: + MFH: Fixed bug #27819 (problems returning reference to a reference + parameter). + +2004-04-01 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> + + * ext/interbase/tests/006.phpt: + Test binding of numeric timestamps + + * ext/interbase/tests/002.phpt + ext/interbase/tests/005.phpt + ext/interbase/tests/interbase.inc + ext/interbase/tests/skipif.inc: + Don't rely on isql anymore, as creating databases is now supported by the + API + Changed tests to include ibase_query("SET TRANSACTION ...") + +2004-04-01 Dmitry Stogov <dmitry@zend.com> + + * NEWS: + Fixed bug #27722 (Segfault on schema without targetNamespace). + +2004-04-01 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> + + * ext/interbase/interbase.c: + WS + + * ext/interbase/interbase.c: + Fix unregistered bug (crash when closing db opened with "CREATE DATABASE + ...") + +2004-04-01 Derick Rethans <php@derickrethans.nl> + + * (PHP_4_3) + NEWS + ext/standard/type.c + ext/standard/tests/general_functions/is_resource.phpt: + - MFH: Fixed bug #27822 (is_resource() returns TRUE for closed resources) + + * ext/standard/type.c: + - Fixed bug #27822 (is_resource() returns TRUE for closed resources) + + * ext/standard/tests/general_functions/is_resource.phpt: + + - Fixed bug #27822 (is_resource() returns TRUE for closed resources) + +2004-04-01 Sara Golemon <php@alphaweb.net> + + * main/streams/filter.c: + Only wind filters when appending to the read chain. + + * main/streams/streams.c: + This leaks when a stream opener proxy opens another stream. + 2004-03-31 Sara Golemon <php@alphaweb.net> * NEWS diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b7d6cdd237..49fa16689d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2004-04-01 Ilia Alshanetsky <ilia@prohost.org> + + * zend_builtin_functions.c: + MFB: Revert patch for bug #27782. + + * zend_execute.c + tests/bug27731.phpt: + Fixed reversed condition for error reporting. + 2004-03-31 Dmitry Stogov <dmitry@zend.com> * zend_execute.c: |