From 79e5df27af3d210550c475d20151fb72154f71db Mon Sep 17 00:00:00 2001 From: Date: Fri, 5 Sep 2003 00:32:09 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 12 +++++++ 2 files changed, 98 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4a4bf8a0de..0b2f9faf83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,89 @@ +2003-09-04 Ard Biesheuvel + + * ext/interbase/interbase.c: + Added support for binding arrays + +2003-09-04 Greg Beaver + + * pear/PEAR/Installer.php: + remove debug code + + * pear/PEAR/Installer.php: + fix bug in --force - $options was never passed to _installFile. + add PHPDoc + + * pear/PEAR/Installer.php: + fix bug in --force on windows + +2003-09-04 Jani Taskinen + + * (PHP_4_3) + ext/standard/var_unserializer.c: + really sync + +2003-09-04 Marcus Boerger + + * ZendEngine2/zend_API.c + ZendEngine2/zend_execute.c + ZendEngine2/zend_object_handlers.c + tests/classes/static_properties_001.phpt + tests/classes/static_properties_002.phpt: + Tests show updating consts must happen once at runtime (revert + optimization). + Add tests for static properties. + + * ZendEngine2/zend_reflection_api.c: + Add reflection_class::getstaticproerties() + + * ext/sqlite/sqlite.c + ext/sqlite/tests/sqlite_oo_010.phpt + ext/sqlite/tests/sqlite_oo_013.phpt + ext/sqlite/tests/sqlite_oo_016.phpt + ext/sqlite/tests/sqlite_oo_020.phpt + ext/sqlite/tests/sqlite_oo_024.phpt: + Go with the mess + +2003-09-04 Ard Biesheuvel + + * ext/interbase/interbase.c + ext/interbase/php_interbase.h: + Don't rely on sizeof(int) == 4 + +2003-09-04 Marcus Boerger + + * main/main.c: + Remove unwanted space + + * run-tests.php: + Update necessary test INIs + +2003-09-04 Ard Biesheuvel + + * ext/interbase/interbase.c + ext/interbase/php_interbase.h: + Fix inter-op with IB < 6 + Fixes for 64-bit archs + + * ext/interbase/interbase.c + ext/interbase/php_interbase.h: + Fixed fetching of arrays + +2003-09-04 Jon Parise + + * (PHP_4_3) + ext/imap/php_imap.c: + MFH 1.176: Register the TYPEMODEL constant from c-client's mail.h. + + * ext/imap/php_imap.c: + Register the TYPEMODEL constant from c-client's mail.h. + +2003-09-04 Ard Biesheuvel + + * ext/interbase/interbase.c: + No scaling for double type + Added missing array types + Precompute scale factors + 2003-09-03 Jani Taskinen * acinclude.m4: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d0ad44b389..7b8e147624 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2003-09-04 Marcus Boerger + + * zend_API.c + zend_execute.c + zend_object_handlers.c: + Tests show updating consts must happen once at runtime (revert + optimization). + Add tests for static properties. + + * zend_reflection_api.c: + Add reflection_class::getstaticproerties() + 2003-09-03 Marcus Boerger * zend_compile.c: -- 2.40.0