From: Andrei Zmievski Date: Mon, 20 Mar 2000 14:50:56 +0000 (+0000) Subject: Please use @ in front of _all_ lines intended for NEWS file. X-Git-Tag: PHP-4.0-RC1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ab3d2d22c2369381d8ee07a5bbf476c763742d0;p=php Please use @ in front of _all_ lines intended for NEWS file. --- diff --git a/NEWS b/NEWS index defd7118bf..c6e1e30420 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ PHP 4.0 NEWS ???, Version 4.0 Release Candidate 1 - 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 working on objects. (Thies) - renamed to_string() method to __string_value() for consistency.