changelog               Sat Mar 23 20:18:31 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.992 php4/ChangeLog:1.993
--- php4/ChangeLog:1.992        Fri Mar 22 20:18:55 2002
+++ php4/ChangeLog      Sat Mar 23 20:18:27 2002
@@ -1,3 +1,178 @@
+2002-03-23  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * ext/dio/dio.c: revert out accidental code
+
+2002-03-23  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * sapi/cli/README
+      sapi/cli/TODO: Documented -r and added TODO
+
+2002-03-23  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ext/xslt/EXPERIMENTAL: - Fix experimental notice
+
+2002-03-23  Jan Lehnardt  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ext/standard/basic_functions.h
+      ext/standard/basic_functions.c: - Remove read_uploaded_file
+
+2002-03-23  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * main/php_memory_streams.h
+      main/streams.c: -defined php_stream_temp_new() for standard temp streams
+
+2002-03-23  Tomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Command/Package.php: Yet another break; forgotten
+
+    * pear/PEAR/Command/Package.php: Oops, forgot the break;
+
+2002-03-23  Marcus Börger  <[EMAIL PROTECTED]>
+
+    * NEWS: -no german in NEWS
+
+2002-03-23  Tomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * main/config.w32.h
+      win32/crypt_win32.c
+      win32/crypt_win32.h
+      win32/php4dllts.dsp: MFH (crypt on win32)
+
+2002-03-23  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/standard/basic_functions.c
+      ext/standard/basic_functions.h:
+    - Added read_uploaded_file (patch by Andrew Sitnikov <[EMAIL PROTECTED]>)
+
+2002-03-23  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+    * sapi/cli/php_cli.c: Nuke unused variables.
+
+2002-03-23  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Installer.php: "reverting" to 1.39 as per Tomas Cox's wishes.
+
+2002-03-23  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * tests/lang/031.phpt: Fix test :)
+
+2002-03-23  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
+
+    * ext/curl/curl.c: proto fix
+
+2002-03-23  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * tests/lang/031.phpt: Added while(list() = each()) test
+
+2002-03-23  Rui Hirokawa  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
 
     * sapi/cli/php_cli.c:    -Add -x


Reply via email to