From: Gustavo André dos Santos Lopes Date: Tue, 8 Feb 2011 21:40:51 +0000 (+0000) Subject: - Changed default serialize_precision from 100 to 17, as discussed in internals. X-Git-Tag: php-5.3.6RC1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6dfee4f87751d4d80bbb2b63b8a2a8de5a359fd1;p=php - Changed default serialize_precision from 100 to 17, as discussed in internals. --- diff --git a/NEWS b/NEWS index 7f2fe9dc82..4f7331246f 100644 --- a/NEWS +++ b/NEWS @@ -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) diff --git a/ext/standard/tests/serialize/precision.phpt b/ext/standard/tests/serialize/precision.phpt new file mode 100644 index 0000000000..142b2cecf8 --- /dev/null +++ b/ext/standard/tests/serialize/precision.phpt @@ -0,0 +1,49 @@ +--TEST-- +Default precision is sufficient to serialize all the information in floats +--SKIPIF-- +