From: Date: Sun, 24 Mar 2002 01:18:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1071 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a927404520e127f1caa437991e460e7edc794b6a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 19dd3d59bf..8c4bab85eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,178 @@ +2002-03-23 Sterling Hughes + + * ext/dio/dio.c: revert out accidental code + +2002-03-23 Edin Kadribasic + + * sapi/cli/README + sapi/cli/TODO: Documented -r and added TODO + +2002-03-23 Sterling Hughes + + * ext/dio/dio.c + ext/mcrypt/EXPERIMENTAL + ext/xslt/EXPERIMENTAL: remove experimental status + + * ext/mcrypt/EXPERIMENTAL: the point can be made both ways :) + + * ext/xslt/sablot.c: make key identifiers case sensitive + +2002-03-23 Derick Rethans + + * ext/xslt/EXPERIMENTAL: - Fix experimental notice + +2002-03-23 Jan Lehnardt + + * ext/xml/tests/007.phpt: - MFH + + * ext/xml/tests/007.phpt: + - fix "xml_parse_into_struct/umlauts in tags" testcase. It never really + - worked + +2002-03-23 Derick Rethans + + * ext/standard/basic_functions.h + ext/standard/basic_functions.c: - Remove read_uploaded_file + +2002-03-23 Edin Kadribasic + + * ext/bz2/tests/with_strings.phpt: MFH + + * ext/ncurses/tests/.cvsignore + ext/xslt/tests/.cvsignore + ext/mcve/tests/.cvsignore + ext/mailparse/tests/.cvsignore + ext/mbstring/tests/.cvsignore + ext/dbplus/tests/.cvsignore + ext/dio/tests/.cvsignore: .cvsignore in tests dirs cleanup + +2002-03-23 jim winstead + + * NEWS: MFH + + * NEWS: remove inappropriate article + + * NEWS: MFH. + + * NEWS: rewrite history a bit. there is no is_enum(), it was com_isenum(). + +2002-03-23 Tomas V.V.Cox + + * pear/PEAR/Registry.php: + The System class was modified to always return true or false instead + of PEAR Errors. Changed then assertStateDir() to check for false. + + * pear/PEAR/Command/Package.php: + Show maintainers name in package-info and show more human friendly + column table names + +2002-03-23 Marcus Börger + + * main/php_memory_streams.h + main/streams.c: -defined php_stream_temp_new() for standard temp streams + +2002-03-23 Tomas V.V.Cox + + * pear/PEAR/Command/Package.php: Yet another break; forgotten + + * pear/PEAR/Command/Package.php: Oops, forgot the break; + +2002-03-23 Marcus Börger + + * NEWS: -no german in NEWS + +2002-03-23 Tomas V.V.Cox + + * pear/PEAR/Command/Package.php: + - Show the real dir where files would be installed (using role & config) + - Introduce column wrapping + +2002-03-23 Marcus Börger + + * NEWS: -removed -x + -no german in NEWS + + * sapi/cli/php_cli.c: -removed -x + -error handling for illegal switch combinations + -corrected ws for one case block + +2002-03-23 Tomas V.V.Cox + + * pear/PEAR/Frontend/CLI.php: + - Use getenv('TERM') instead of $_ENV (empty for me in 4.1.1) + - Added 'linux' as bold capable list of term types + - Pass the col by reference for making the wrap take effect in tableRow + + * pear/PEAR/Command/Install.php: fix parse error + +2002-03-23 Hartmut Holzgraefe + + * ext/standard/dl.c: dl is now aware of modules compiled for php <4.1.0 + which have a slightly different module_entry structure + +2002-03-23 Edin Kadribasic + + * main/config.w32.h + win32/crypt_win32.c + win32/crypt_win32.h + win32/php4dllts.dsp: MFH (crypt on win32) + +2002-03-23 Derick Rethans + + * ext/standard/basic_functions.c + ext/standard/basic_functions.h: + - Added read_uploaded_file (patch by Andrew Sitnikov ) + +2002-03-23 Sebastian Bergmann + + * sapi/cli/php_cli.c: Nuke unused variables. + +2002-03-23 Stig Bakken + + * pear/PEAR/Command/Package.php: + * added package-list and package-info commands (for .tgz files) + + * pear/PEAR/Command/Install.php: * use switch/case for what it's worth :-) + + * pear/PEAR/Registry.php: * _lock() calls _assertStateDir() + + * pear/PEAR/Common.php: + * support having a toplevel package.xml in tgz files + + * pear/PEAR/Frontend/CLI.php: + * wordwrapping and multiline table cell support + +2002-03-23 Rui Hirokawa + + * ext/mbstring/mbstring.c: fixed some errors in regression tests. + + * ext/mbstring/php_mbregex.c: changed license from GPL2 to PHP License. + + * ext/mbstring/mbregex.c: fixed compile warnings. + +2002-03-23 James Cox + + * pear/PEAR/Installer.php: "reverting" to 1.39 as per Tomas Cox's wishes. + +2002-03-23 Yasuo Ohgaki + + * tests/lang/031.phpt: Fix test :) + +2002-03-23 Hartmut Holzgraefe + + * ext/curl/curl.c: proto fix + +2002-03-23 Yasuo Ohgaki + + * tests/lang/031.phpt: Added while(list() = each()) test + +2002-03-23 Rui Hirokawa + + * ext/mbstring/mbregex.c + ext/mbstring/mbstring.c: fixed some compilation warning. + + * ext/mbstring/tests/003.inc: fixed POST/GET argument handling. + 2002-03-22 Marcus Börger * sapi/cli/php_cli.c: -Add -x diff --git a/Zend/ChangeLog b/Zend/ChangeLog index adcf2c99d3..08c626c7fd 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2002-03-23 Andi Gutmans + + * zend_ts_hash.c + zend_ts_hash.h: + - Fix build without ZTS. If someone has a nicer fix let me know. + 2002-03-21 Andi Gutmans * zend_language_parser.y: