]> granicus.if.org Git - php/commitdiff
NEWS is not docs and limit lines to 80chars
authorHannes Magnusson <bjori@php.net>
Fri, 7 May 2010 19:04:45 +0000 (19:04 +0000)
committerHannes Magnusson <bjori@php.net>
Fri, 7 May 2010 19:04:45 +0000 (19:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 344be69361b6566d721a6ebf200576fc0d3f290c..ef433ae7292d2522401b193491ebccf1f4af5066 100644 (file)
--- a/NEWS
+++ b/NEWS
 - Added command line option --rz to CLI. (Johannes)
 - Added closure $this support back. (Stas)
 - Added SplObjectStorage::getHash() hook. (Etienne)
-- Added JSON_Serializable interface (json_encode() calls $obj->jsonSerialize()). (Sara)
+- Added JSON_Serializable interface (Sara)
 
 - default_charset if not specified is now UTF-8 instead of ISO-8859-1. (Rasmus)
 
 - Changed the structure of op_array.opcodes. The constant values are moved from
   opcode operands into a separate literal table. (Dmitry)
-- Changed session.entropy_file to default to /dev/urandom or /dev/arandom if either
-  is present at compile time. (Rasmus)
+- Changed session.entropy_file to default to /dev/urandom or /dev/arandom if
+  either is present at compile time. (Rasmus)
 
 - Removed legacy features:
   . allow_call_time_pass_reference. (Pierrick)