summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-09-23 00:09:59 +0000
committer <changelog@php.net>2001-09-23 00:09:59 +0000
commit524b089127a348adee64ae5e281acdc7d761b615 (patch)
treedf8fe478d3d8cb37da147a81716fff5b2eb035f9
parent1eda5996cc26fedb267bb096ec83f49d8c7244e6 (diff)
downloadphp-git-524b089127a348adee64ae5e281acdc7d761b615.tar.gz
ChangeLog update
-rw-r--r--ChangeLog55
1 files changed, 55 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9873f891c..e61fa669e0 100644
--- 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