La función PHP bcdiv
no está disponible por defecto. ¿Cómo habilito eso en la configuración de PHP?
La función PHP bcdiv
no está disponible por defecto. ¿Cómo habilito eso en la configuración de PHP?
Respuestas:
Instalar módulo bcmath
sudo apt-get install php-bcmath
(nota: en ubuntu 16.04 ^ con PHP 7.0 ^ use el paquete php7.0-bcmath en su lugar)
Reinicie el servicio apache eventualmente
sudo service apache2 restart
Instale el módulo bcmath en PHP 7.0, debe intentar:
sudo apt-get install php7.0-bcmath
Y reinicie el motor php o apache
php7.0-bcmath
está disponible en 16.04 y versiones más recientes .