Re: [PHP-DEV] adding serialize_precision's value that uses mode2 and long double
Sorry, please forget… I must have been very sleepy… Saki -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php
[PHP-DEV] adding serialize_precision's value that uses mode2 and long double
Hi, internals. I had incorrect knowledge the `serialize_precision` until recently. I knew that setting this to `-1` would use a `long double`, but I didn't know that the number of digits would not be `17`. I've looked through RFC related to this. https://wiki.php.net/rfc/precise_float_value The