From: Date: Fri, 21 Sep 2001 00:10:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_SUBST_Z_MACROS~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b08e6310fbd7b80797d3c0cdabc35fc7319c4d8a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b7fe440364..0978a7a868 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2001-09-20 Richard Heyes + + * pear/Mail/mime.php: + + Changed case of NULL to null + + * pear/Mail/mime.php: + + Removed a couple of spaces. + + * pear/Mail/mime.php: + + All code changes. Including better encoding support, more control over build + process and character set support. + +2001-09-20 Frank M. Kromann + + * ext/iisfunc/iisfunc.cpp + ext/iisfunc/setup.c + ext/iisfunc/setup.h: Fixing crash on module init. + Renaming functions and adding aliases for compatibility + Fixing some prototypes + +2001-09-20 Richard Heyes + + * pear/Mail/mime.php: + + Changed all \r\n to be configurable. Lots changed hence the seperate commit. + + * pear/Mail/mime.php: + + Mostly style updates, eg changing private functions/variables to be underscore + prefixed. + +2001-09-20 Wez Furlong + + * ext/sockets/sockets.c: MFH + +2001-09-20 Mark L. Woodward + + * ext/msession/Makefile + ext/msession/msession.c + ext/msession/reqclient.h: (Removed Makefile, added accidentally.) + Eliminated mod_msession in ext/session, and moved that code into msesion.c + +2001-09-20 Sascha Schumann + + * ext/standard/math.c: + Rework some string-to-number and vice-versa functions to work smarter + (e.g. without using functions that use slow locales, without allocating + extra memory and with fewer integer/float operations) + 2001-09-19 Stig Venaas * ext/ldap/ldap.c: