From: Date: Tue, 21 Mar 2000 02:09:06 +0000 (+0000) Subject: NEWS update X-Git-Tag: PHP-4.0-RC1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bd7d3db6477d1c02520293a20012863a0943eb2;p=php NEWS update --- diff --git a/NEWS b/NEWS index c6e1e30420..42fa4d5094 100644 --- 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