|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-02-06 09:30 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 18:00:01 2025 UTC |
Description: ------------ The value of bcmath.scale reported in php.ini is not reported by ini_get(). Reproduce code: --------------- echo ini_get('bcmath.scale'); Expected result: ---------------- The value defined in php.ini Actual result: -------------- Empty string.