[PHP-DEV] CVS update: php3 From: jim (php-dev <email protected>)
Date: 06/14/99

Date: Monday June 14, 1999 @ 17:59
Author: jim

Update of /repository/php3
In directory php:/tmp/cvs-serv2689

Modified Files:
        ChangeLog
Log Message:
Add "localhost:/path/to/socket" syntax patch from Orion Poplawski.

Index: php3/ChangeLog
diff -u php3/ChangeLog:1.678 php3/ChangeLog:1.679
--- php3/ChangeLog:1.678 Thu Jun 10 16:37:01 1999
+++ php3/ChangeLog Mon Jun 14 17:59:56 1999
@@ -2,7 +2,10 @@
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? 1999, Version 3.0.10
-- Added support for file-upload arrays and put file-upload vars into HTTP_POST_VARS (Brian)
+- Added support for "localhost:/path/to/socket" syntax for mysql_connect
+ (Thanks to Orion Poplawski <orion <email protected>>.)
+- Added support for file-upload arrays and put file-upload vars into
+ HTTP_POST_VARS (Brian)
 - fix a string allocation bug introduced in 3.0.8 in the MySQL module (Sascha)
 - overhaul of Hyperwave module, mainly code clean ups, some bug fixes
 - fixed a bug in preg_split() that would return nothing if nothing
@@ -14,8 +17,8 @@
 - added 'L' flag to date(): 1 if it's a leap year, 0 if it isn't (C. Viebrock)
 - fixed 't' flag in date() (J. Ahto)
 - added support for upcoming pdflib 2.0 (U. Steinmann)
-- sendmail on Win32 checks extra headers for Date: and From:
- Only add if not supplied by user.
+- mail() on Win32 will only add Date: and From: headers if not supplied
+ by the caller. (F. Kromann)
 
 June 6 1999, Version 3.0.9
 - added preg_quote() function (Andrey)

-- 
PHP Development Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>