]> granicus.if.org Git - php/commitdiff
Please use @ in front of _all_ lines intended for NEWS file.
authorAndrei Zmievski <andrei@php.net>
Mon, 20 Mar 2000 14:50:56 +0000 (14:50 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 20 Mar 2000 14:50:56 +0000 (14:50 +0000)
NEWS

diff --git a/NEWS b/NEWS
index defd7118bf5b79f76220cc03cc3cb4e89cddb087..c6e1e304205ebcc58e36a6bec296a3e2c906b25c 100644 (file)
--- 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.