changelog               Mon Oct 22 20:10:33 2001 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.835 php4/ChangeLog:1.836
--- php4/ChangeLog:1.835        Sun Oct 21 20:11:40 2001
+++ php4/ChangeLog      Mon Oct 22 20:10:31 2001
@@ -1,3 +1,101 @@
+2001-10-22  Richard Heyes  <[EMAIL PROTECTED]>
+
+    * pear/Mail/mimeDecode.php:
+    Bugfix. Some headers were being returned with a preceding space when they
+    shouldn't have.
+
+2001-10-22  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c:
+    Use references instead of making a copy each time in array_init().  About
+    twice as fast for a high number of elements.  2.80 seconds for the copy
+    of 1,000,000 elements and 1.39s for the reference version.  Need to chunk
+    it every 62k or so because refcount is a short.
+
+2001-10-22  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * README.PARAMETER_PARSING_API: Fix-up.
+
+    * README.PARAMETER_PARSING_API:
+    Adding some docs for new parameter parsing API. They really should be more
+    fleshed out.
+
+    * ext/ctype/ctype.c: Remove redundant conversion.
+
+2001-10-22  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
+
+    * ext/ctype/ctype.c: new-style parameter parsing
+
+2001-10-22  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * pear/Net/Curl.php: Fix bug 13038
+
+2001-10-22  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ext/session/php_session.h: Fix build.
+
+    * ext/session/session.c: Fix ZTS build.
+
+    * ext/session/session.c:
+    - Added session_cache_expire() function. (patch from [EMAIL PROTECTED])
+
+2001-10-22  Jeroen van Wolffelaar  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/versioning/.cvsignore
+      ext/standard/tests/array/.cvsignore
+      ext/standard/tests/file/.cvsignore
+      ext/standard/tests/serialize/.cvsignore
+      ext/standard/tests/strings/.cvsignore:
+    .cvsignore now everywhere in ext/standard
+
+    * ext/standard/tests/math/001.phpt
+      ext/standard/tests/math/abs.phpt
+      ext/standard/tests/math/pow.phpt
+      ext/standard/tests/math/round.phpt:
+    MFH (math tests pass now - at least on my system)
+
+    * ext/standard/tests/math/001.phpt
+      ext/standard/tests/math/abs.phpt
+      ext/standard/tests/math/pow.phpt
+      ext/standard/tests/math/round.phpt:
+    Make math tests pass, round & co don't work this way, and there was an error
+    in expected output
+
+2001-10-22  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/zlib/tests/.cvsignore: Yet another missing .cvsignore file
+
+2001-10-22  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * pear/DB/fbsql.php: Fixing drop table statement.
+    Fixing error in tableInfo()
+
+2001-10-22  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/gmp/tests/.cvsignore
+      ext/mcrypt/tests/.cvsignore
+      ext/satellite/tests/.cvsignore: Missing .cvsignore files added.
+
+    * ext/ctype/tests/001.phpt
+      ext/ctype/tests/002.phpt:
+    Use of deprecated stuff and having error_reporting(E_ALL) made the tests fail.
+
+    * ext/satellite/tests/003.phpt: Deprecated style used
+
+    * main/.cvsignore: Added missing entry.
+
+    * ext/standard/tests/time/002.phpt: MFH
+
+    * ext/standard/tests/time/002.phpt: Fixed bug: #12617
+
+    * ext/iconv/iconv.c
+      ext/iconv/php_iconv.h: MFH
+
+    * ext/iconv/iconv.c
+      ext/iconv/php_iconv.h: Fixed bug: #12443
+
+    * ext/iconv/tests/.cvsignore: Missing .cvsignore file
+
 2001-10-21  Rasmus Lerdorf  <[EMAIL PROTECTED]>
 
     * main/SAPI.c: MFH


Reply via email to