cataphract                               Wed, 09 Feb 2011 00:25:44 +0000

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

Log:
- Changed php.ini files to match the hard-coded default for serialize_precision.

Changed paths:
    U   php/php-src/branches/PHP_5_3/php.ini-development
    U   php/php-src/branches/PHP_5_3/php.ini-production
    U   php/php-src/trunk/php.ini-development
    U   php/php-src/trunk/php.ini-production

Modified: php/php-src/branches/PHP_5_3/php.ini-development
===================================================================
--- php/php-src/branches/PHP_5_3/php.ini-development    2011-02-08 22:56:25 UTC 
(rev 308152)
+++ php/php-src/branches/PHP_5_3/php.ini-development    2011-02-09 00:25:44 UTC 
(rev 308153)
@@ -317,7 +317,7 @@
 ; When floats & doubles are serialized store serialize_precision significant
 ; digits after the floating point. The default value ensures that when floats
 ; are decoded with unserialize, the data will remain the same.
-serialize_precision = 100
+serialize_precision = 17

 ; This directive allows you to enable and disable warnings which PHP will issue
 ; if you pass a value by reference at function call time. Passing values by

Modified: php/php-src/branches/PHP_5_3/php.ini-production
===================================================================
--- php/php-src/branches/PHP_5_3/php.ini-production     2011-02-08 22:56:25 UTC 
(rev 308152)
+++ php/php-src/branches/PHP_5_3/php.ini-production     2011-02-09 00:25:44 UTC 
(rev 308153)
@@ -317,7 +317,7 @@
 ; When floats & doubles are serialized store serialize_precision significant
 ; digits after the floating point. The default value ensures that when floats
 ; are decoded with unserialize, the data will remain the same.
-serialize_precision = 100
+serialize_precision = 17

 ; This directive allows you to enable and disable warnings which PHP will issue
 ; if you pass a value by reference at function call time. Passing values by

Modified: php/php-src/trunk/php.ini-development
===================================================================
--- php/php-src/trunk/php.ini-development       2011-02-08 22:56:25 UTC (rev 
308152)
+++ php/php-src/trunk/php.ini-development       2011-02-09 00:25:44 UTC (rev 
308153)
@@ -303,7 +303,7 @@
 ; When floats & doubles are serialized store serialize_precision significant
 ; digits after the floating point. The default value ensures that when floats
 ; are decoded with unserialize, the data will remain the same.
-serialize_precision = 100
+serialize_precision = 17

 ; open_basedir, if set, limits all file operations to the defined directory
 ; and below.  This directive makes most sense if used in a per-directory

Modified: php/php-src/trunk/php.ini-production
===================================================================
--- php/php-src/trunk/php.ini-production        2011-02-08 22:56:25 UTC (rev 
308152)
+++ php/php-src/trunk/php.ini-production        2011-02-09 00:25:44 UTC (rev 
308153)
@@ -303,7 +303,7 @@
 ; When floats & doubles are serialized store serialize_precision significant
 ; digits after the floating point. The default value ensures that when floats
 ; are decoded with unserialize, the data will remain the same.
-serialize_precision = 100
+serialize_precision = 17

 ; open_basedir, if set, limits all file operations to the defined directory
 ; and below.  This directive makes most sense if used in a per-directory

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

Reply via email to