From: Date: Sun, 23 Sep 2001 00:09:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_SUBST_Z_MACROS~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=524b089127a348adee64ae5e281acdc7d761b615;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f9873f891c..e61fa669e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2001-09-22 Jani Taskinen + + * 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 + + * ext/curl/curl.c + ext/curl/php_curl.h: fix compile + +2001-09-22 Thomas V.V.Cox + + * pear/Mail/mime.php: ws + +2001-09-22 Richard Heyes + + * pear/Mail/mimeDecode.php: + + Changed two tabs in regexs to \t + +2001-09-22 Rasmus Lerdorf + + * sapi/apache/php_apache.c: new apache_setenv() + +2001-09-22 Richard Heyes + + * 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 + + * ext/xmlrpc/libs.mk: removed autogenerated file from cvs + +2001-09-22 Jeroen van Wolffelaar + + * ext/standard/basic_functions.c: + Let settype also accept 'int', 'bool', 'float' and 'null' + +2001-09-22 Sterling Hughes + + * 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 * ext/swf/swf.c