ID: 27167
Updated by: [EMAIL PROTECTED]
Reported By: lalo at teligens dot com
-Status: Open
+Status: Wont fix
Bug Type: BC math related
Operating System: Windows
PHP Version: 4.3.4
New Comment:
In PHP 4 that option is not 'real' ini setting.
Workaround: Use get_cfg_var().
(this is fixed in PHP 5)
Previous Comments:
------------------------------------------------------------------------
[2004-02-05 20:27:02] lalo at teligens dot com
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.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=27167&edit=1