]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Tue, 21 Mar 2000 02:09:06 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Tue, 21 Mar 2000 02:09:06 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c6e1e304205ebcc58e36a6bec296a3e2c906b25c..42fa4d5094c736800559e104432e3c657dd97224 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ???, Version 4.0 Release Candidate 1
+- Don't default to iso-8859-1 since this confuses some browsers
+- Make it possible to specify both a port and a socket in mysql_[p]connect
 - Added --disable-pic for disabling generating PIC for shared objects
   on platforms which support it (i.e. Linux) (Sascha)
 - serialize()/unserialize() now call __sleep() and __wakeup() when