]> granicus.if.org Git - php/commitdiff
Attribution.
authorAndrei Zmievski <andrei@php.net>
Tue, 21 Mar 2000 20:50:56 +0000 (20:50 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 21 Mar 2000 20:50:56 +0000 (20:50 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 42fa4d5094c736800559e104432e3c657dd97224..b1211d1c72bddb11e3052dc097defeb07a5d2a2f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,9 @@ 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
+- Don't default to iso-8859-1 since this confuses some browsers (Rasmus)
+- Make it possible to specify both a port and a socket in
+  mysql_[p]connect (Rasmus)
 - 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