From 573abd7e502892a6cde98af42e44170ceea9be51 Mon Sep 17 00:00:00 2001 From: Date: Sun, 7 Sep 2003 00:31:51 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 135 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 23 +++++++++ 2 files changed, 158 insertions(+) diff --git a/ChangeLog b/ChangeLog index 683d918e3e..83cfb30c14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,138 @@ +2003-09-06 Jani Taskinen + + * (PHP_4_3) + NEWS: + BFN + +2003-09-06 Georg Richter + + * ext/mysqli/tests/060.phpt: + test for helly's mysqli_fetch_object changes + +2003-09-06 Marcus Boerger + + * ext/mysqli/mysqli.c + ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/php_mysqli.h: + Modify mysqli_fetch_object() to be able to instantiate a selected class and + pass parameters to the constructor. + + * ext/pgsql/pgsql.c + ext/pgsql/tests/03sync_query.phpt + ext/pgsql/tests/04async_query.phpt + ext/pgsql/tests/17result.phpt + ext/pgsql/tests/22pg_fetch_object.phpt: + Modify pg_fetch_object() to be able to instantiate a selected class and + pass + parameters to the constructor. Update tests and add a test for these + features. + +2003-09-06 Stefan Roehrich + + * ext/zlib/php_zlib.h + ext/zlib/zlib.c + ext/zlib/tests/001.phpt + ext/zlib/tests/002.phpt + ext/zlib/tests/gzfilegzreadfile.phpt: + Code cleanup: + Fixed ob_gzhandler with register_long_arrays = On. + Unified compression_coding global var (removed ob_gzip_coding). + Switched to zend_parse_parameters(). + Added some tests. + +2003-09-06 Marcus Boerger + + * ext/pgsql/pgsql.c: + Bugfix #25404 + +2003-09-06 Sara Golemon + + * ext/standard/http.c: + Add missing proto + + * ext/standard/basic_functions.c: + http.h php_http,h rename + +2003-09-06 Marcus Boerger + + * ZendEngine2/zend_default_classes.c: + Disallow to changing the backtrace + + * ZendEngine2/zend_reflection_api.c: + Add missing newline if no static methods are available + + * ZendEngine2/zend_reflection_api.c: + - Internal functions shall be static + - Fix more nesting + +2003-09-06 Jani Taskinen + + * ext/standard/http.c: + - Typos, CS, etc. + +2003-09-06 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + Fix logic + +2003-09-06 Jani Taskinen + + * ext/standard/http.c + ext/standard/http.h + ext/standard/php_http.h + win32/php4dllts.dsp: + renamed http.h -> php_http.h + +2003-09-06 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + - Fix CS: {{{ / }}} + - Fix static reflection_*::export() + - Add class reflection_object which allows to show dynamic properties + + * ZendEngine2/zend_reflection_api.c: + Use %s where it makes more sense + +2003-09-06 Sebastian Bergmann + + * win32/php4dllts.dsp: + Add ext/standard/http.{c|h}. + +2003-09-06 Sara Golemon + + * ext/standard/http.c: + Fix Objects bug. (Objects != Arrays) + + * ext/standard/http.c: + Fix segfault on uninitialized zval, skip NULL/Resource types, fix integer + value handling, and process doubles/bools more efficiently. + + * ext/standard/http.h: + Standard Footer + + * ext/standard/http.c: + Prevent Recursion + +2003-09-06 Greg Beaver + + * pear/PEAR/Installer.php: + make error code helpful if no releases of a package exist at all + + * pear/PEAR/Installer.php: + make error code helpful if no releases of a package in preferred-state + exist + +2003-09-06 Sara Golemon + + * NEWS + ext/standard/basic_functions.c + ext/standard/config.m4 + ext/standard/http.c + ext/standard/http.h: + Introducing php_url_encode_hash_ex() internal function + and http_build_query() userspace function. + 2003-09-05 Marcus Boerger * ext/sqlite/sqlite.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 07898a3903..706ad2dc73 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,26 @@ +2003-09-06 Marcus Boerger + + * zend_default_classes.c: + Disallow to changing the backtrace + + * zend_reflection_api.c: + Add missing newline if no static methods are available + + * zend_reflection_api.c: + - Internal functions shall be static + - Fix more nesting + + * zend_reflection_api.c: + Fix logic + + * zend_reflection_api.c: + - Fix CS: {{{ / }}} + - Fix static reflection_*::export() + - Add class reflection_object which allows to show dynamic properties + + * zend_reflection_api.c: + Use %s where it makes more sense + 2003-09-05 Marcus Boerger * zend_reflection_api.c: -- 2.40.0