changelog               Thu Sep 20 20:10:30 2001 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.803 php4/ChangeLog:1.804
--- php4/ChangeLog:1.803        Wed Sep 19 20:10:58 2001
+++ php4/ChangeLog      Thu Sep 20 20:10:28 2001
@@ -1,3 +1,55 @@
+2001-09-20  Richard Heyes  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ext/sockets/sockets.c: MFH
+
+2001-09-20  Mark L. Woodward  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
 
     * ext/ldap/ldap.c:


Reply via email to