I am getting this error
PHP Fatal error: Call to undefined function bccomp()
I am using Ubuntu, and I installed PHP-5.6 using APT-GET command
I am getting this error
PHP Fatal error: Call to undefined function bccomp()
I am using Ubuntu, and I installed PHP-5.6 using APT-GET command
Copyright © 2021 Jogjafile Inc.
bccomp()
function belongs to BCMath package; if it's undefined, apparently, there's something wrong with the package itself. To be more specific, it's not enabled (as since PHP 4.0.4, libbcmath is bundled with PHP).Quoting the docs: