From: Date: Wed, 5 Mar 2003 01:33:51 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_5~612 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41a7bc4271fd5577baf88329b21e4d1562861962;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d6256d5b78..d3430704a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,116 @@ +2003-03-04 Marcus Boerger + + * ext/dba/dba.c + ext/dba/php_dba.h: + Use stream locking support + +2003-03-04 Ilia Alshanetsky + + * README.STREAMS: + Added notes about locking functions. + +2003-03-04 Marcus Boerger + + * ext/dba/tests/dba_cdb.phpt + ext/dba/tests/dba_cdb_make.phpt + ext/dba/tests/dba_cdb_read.phpt + ext/dba/tests/dba_db2.phpt + ext/dba/tests/dba_db3.phpt + ext/dba/tests/dba_db4.phpt + ext/dba/tests/dba_dbm.phpt + ext/dba/tests/dba_flatfile.phpt + ext/dba/tests/dba_gdbm.phpt + ext/dba/tests/dba_inifile.phpt + ext/dba/tests/dba_ndbm.phpt + ext/dba/tests/skipif.inc + ext/dba/tests/test.inc: + Support all possible configurations and simplify includes + + * ext/dba/dba.c: + fix dba by fixing key_len retrieval + +2003-03-04 Moriyoshi Koizumi + + * tests/lang/bug22510.phpt: + + Added a test case for bug #22510 + +2003-03-04 Marcus Boerger + + * run-tests.php: + do not use $GLOBAL[] + +2003-03-04 Jani Taskinen + + * ext/hyperwave/hw.c: + typofix + +2003-03-04 Marcus Boerger + + * tests/classes/__call_001.phpt: + If this doesn't show "3.4" there is another error + +2003-03-04 Moriyoshi Koizumi + + * ext/iconv/iconv.c: + 64bit long fix + + * ext/mbstring/mbstring.c + ext/mbstring/php_mbregex.c: + 64bit long fix: patch by Dave Hill + +2003-03-04 Ilia Alshanetsky + + * ext/odbc/php_odbc.c: + Fixed bug #22437. + + * (PHP_4_3) + NEWS: + Bug fixing news. + + * (PHP_4_3) + main/streams.c: + Compiler warning fix. + + * ext/standard/http_fopen_wrapper.c: + Added support for http redirects to ftp. + Fixed bug #22508 (Added protection against circular HTML redirects). + + * ext/standard/tests/file/bug22414.phpt: + Skip test if running under safe-mode. + +2003-03-04 Jani Taskinen + + * (PHP_4_3) + NEWS: + adding news entry for disable_classes addition + + * NEWS: + These are in the branch. + + * main/main.c: + ws & CS + + * NEWS: + remove this from here as it belongs elsewhere + +2003-03-04 Christian Stocker + + * ext/domxml/php_domxml.c: + MFB (make it really W3C compatible (unlink node, when in tree...)) + + * (PHP_4_3) + ext/domxml/php_domxml.c: + make it really W3C compatible (unlink node, when in tree...) + +2003-03-04 Edin Kadribasic + + * ext/standard/credits_ext.h + ext/standard/credits_sapi.h + sapi/apache2filter/CREDITS + sapi/apache2handler/CREDITS: + Credits update. + 2003-03-03 Georg Richter * ext/mysqli/php_mysqli.h: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a52b6bb87d..39767caaad 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2003-03-04 Zeev Suraski + + * zend_compile.c + zend_language_parser.y: + Remove legacy code + + * zend_compile.c: + Remove redundant code + 2003-03-03 Harald Radi * zend_API.c: