changelog               Sat Oct 27 20:11:49 2001 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.840 php4/ChangeLog:1.841
--- php4/ChangeLog:1.840        Fri Oct 26 20:10:14 2001
+++ php4/ChangeLog      Sat Oct 27 20:11:47 2001
@@ -1,3 +1,135 @@
+2001-10-27  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+    * sapi/servlet/README: Another fix for Tomcat 4.
+
+    * sapi/servlet/web.xml: Fix for Tomcat 4.
+
+2001-10-27  Thomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * pear/DB/STATUS: updated status of getListOf()
+
+    * pear/DB/mysql.php: added list of databases and users
+
+    * pear/DB/pgsql.php: added list of databases
+
+    * pear/DB/common.php:
+    make getListOf() to more datatype returned by drivers->getSpecialQuery()
+
+2001-10-27  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/zlib/zlib.c: - fix crash bug
+
+2001-10-27  Richard Heyes  <[EMAIL PROTECTED]>
+
+    * pear/Mail/mimePart.php: Whitespace
+
+    * pear/Mail/mimePart.php:
+    Changed output format of the headers to enable easy passing to pear smtp,
+    sendmail and mail classes.
+
+2001-10-27  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/standard/parsedate.y
+      ext/standard/tests/time/002.phpt: - MFH for bug fix of #9640 and #13789
+
+    * ext/standard/tests/time/002.phpt
+      ext/standard/parsedate.y: - Fix for bugs #9640 and #13789
+
+2001-10-27  Thomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * pear/DB/mysql.php: return "not capable" when try to get the "views list"
+
+    * pear/DB/common.php:
+    the returned param from getSpecialQuery can be now a error code or
+    a Pear Error object
+
+    * pear/DB/STATUS
+      pear/DB/pgsql.php: added users list for pgsql
+
+    * pear/DB/STATUS: added status of the new getListOf() method
+
+2001-10-27  Richard Heyes  <[EMAIL PROTECTED]>
+
+    * pear/Mail/mimeDecode.php:
+    Now returns permissions and filename of the decoded file.
+
+    * pear/Mail/mimeDecode.php: Minor documentation fix for uudecode function.
+
+    * pear/Mail/mimeDecode.php: Added uudecode function.
+
+2001-10-27  Thomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * pear/DB/mssql.php
+      pear/DB/pgsql.php
+      pear/DB/sybase.php: Added views list
+
+    * pear/DB/odbc.php
+      pear/DB/sybase.php
+      pear/DB/oci8.php
+      pear/DB/fbsql.php
+      pear/DB/ibase.php
+      pear/DB/ifx.php
+      pear/DB/msql.php
+      pear/DB/mssql.php:
+    added getSpecialQuery support for the rest of backends and for some
+    of them the table list
+
+    * pear/DB/mysql.php
+      pear/DB/pgsql.php
+      pear/DB/common.php:
+    Initial support for retrieving special info from the backend.
+    Actually only tables list for mysql and postgres
+
+2001-10-27  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * ext/skeleton/skeleton.c: These were supposed to match
+
+2001-10-27  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * sapi/thttpd/thttpd.c:
+    Get rid of post_off-hack which was only suitable for POST data
+    which fit into the small thttpd read buffer.  Do a small recv
+    after content-length bytes have been read to accomodate non-conforming
+    user-agents.
+
+    * sapi/thttpd/thttpd.c: Improved handling of posts
+
+2001-10-27  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/zlib/zlib.c: Modified the error message a bit. Happy now Andi? :)
+
+2001-10-27  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Config.php
+      pear/scripts/pear.in: * actually implement -s/-S options :-)
+
+2001-10-27  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/session/config.m4
+      ext/wddx/wddx.c: MFH
+
+    * ext/msession/config.m4
+      ext/session/config.m4
+      ext/wddx/wddx.c: Fixed bug: #13844
+
+    * main/rfc1867.c:
+    - Fixed HTTP file upload support to handle big files better. 
+
+    * ext/zlib/zlib.c
+      php.ini-dist
+      php.ini-recommended:
+    - Prevent PHP from starting if output_handler is set and
+      zlib.output_compression is on
+    - Added notes to the bundled php.ini files about this.
+
+2001-10-27  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ext/standard/basic_functions.c
+      ext/standard/php_array.h
+      ext/standard/array.c:
+    - Added array_chunk() function that splits an array into chunks of specified
+      size. 
+
 2001-10-26  Andrei Zmievski  <[EMAIL PROTECTED]>
 
     * ext/standard/crc32.c


Reply via email to