]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 23 Sep 2001 00:09:59 +0000 (00:09 +0000)
committer <changelog@php.net> <>
Sun, 23 Sep 2001 00:09:59 +0000 (00:09 +0000)
ChangeLog

index f9873f891c3aabe20e9eee0cf6c42ff1c078d2fc..e61fa669e044e0c9cfad89211652769b1db29030 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2001-09-22  Jani Taskinen  <sniper@iki.fi>
+
+    * ext/mcrypt/config.m4:
+    Moved the check for mcrypt_generic_deinit to the right place.
+
+    * ext/mcrypt/config.m4: Check if mcrypt lib has mcrypt_generic_deinit
+
+2001-09-22  Sterling Hughes  <sterling@designmultimedia.com>
+
+    * ext/curl/curl.c
+      ext/curl/php_curl.h: fix compile
+
+2001-09-22  Thomas V.V.Cox  <cox@idecnet.com>
+
+    * pear/Mail/mime.php: ws
+
+2001-09-22  Richard Heyes  <richard.heyes@heyes-computing.net>
+
+    * pear/Mail/mimeDecode.php:
+
+    Changed two tabs in regexs to \t
+
+2001-09-22  Rasmus Lerdorf  <rasmus@php.net>
+
+    * sapi/apache/php_apache.c: new apache_setenv()
+
+2001-09-22  Richard Heyes  <richard.heyes@heyes-computing.net>
+
+    * pear/Mail/mimeDecode.php:
+    Added:
+      Support for multipart/digest, message/rfc822
+      Header decoding (rfc2047),
+      Preliminary support for body decoding (function just needs writing)
+      Facility to toggle bodies on/off in returned object
+      Support for multiple headers with same name (eg. Recieved: )
+      Utilises Pear error handling
+    Couple of bug fixes too. FWIW, the class now successfully decodes the
+    "MIME torture test", available here: ftp://ftp.cac.washington.edu/imap/mime/
+
+2001-09-22  Jani Taskinen  <sniper@iki.fi>
+
+    * ext/xmlrpc/libs.mk: removed autogenerated file from cvs
+
+2001-09-22  Jeroen van Wolffelaar  <jeroen@A-Eskwadraat.nl>
+
+    * ext/standard/basic_functions.c:
+    Let settype also accept 'int', 'bool', 'float' and 'null'
+
+2001-09-22  Sterling Hughes  <sterling@designmultimedia.com>
+
+    * ext/curl/curl.c: update to curl 7.9 (when it comes out :)
+    make REGISTER_CURL_CONSTANT() only take one argument
+    couple of speed-up's
+    few style fixes
+
 2001-09-21  Hartmut Holzgraefe  <hartmut@six.de>
 
     * ext/swf/swf.c