On 02/08/2011 01:40 PM, Gustavo André dos Santos Lopes wrote:
cataphract                               Tue, 08 Feb 2011 21:40:51 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=308150

Log:
- Changed default serialize_precision from 100 to 17, as discussed in internals.

Changed paths:
     U   php/php-src/branches/PHP_5_3/NEWS
     A   
php/php-src/branches/PHP_5_3/ext/standard/tests/serialize/precision.phpt
     U   php/php-src/branches/PHP_5_3/main/main.c
     A   php/php-src/trunk/ext/standard/tests/serialize/precision.phpt
     U   php/php-src/trunk/main/main.c

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2011-02-08 21:19:23 UTC (rev 308149)
+++ php/php-src/branches/PHP_5_3/NEWS   2011-02-08 21:40:51 UTC (rev 308150)
@@ -16,6 +16,8 @@
  - Core:
    . Added ability to connect to HTTPS sites through proxy with basic
      authentication using stream_context/http/header/Proxy-Authorization 
(Dmitry)
+  . Changed default value of ini directive serialize_precision from 100 to 17.
+    (Gustavo)
    . Fixed bug #53959 (reflection data for fgetcsv out-of-date). (Richard)
    . Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir with a
      trailing forward slash). (lekensteyn at gmail dot com, Pierre)

Gustavo,

Can you update php.ini-* too - and ideally also update the doc?  Try using 
edit.php.net.

Thanks,

Chris


--
Email: christopher.jo...@oracle.com
Tel:  +1 650 506 8630
Blog:  http://blogs.oracle.com/opal/

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to