bjori Fri, 07 May 2010 19:04:45 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=299118
Log: NEWS is not docs and limit lines to 80chars Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS =================================================================== --- php/php-src/trunk/NEWS 2010-05-07 18:23:49 UTC (rev 299117) +++ php/php-src/trunk/NEWS 2010-05-07 19:04:45 UTC (rev 299118) @@ -30,14 +30,14 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php