Installazione

Queste funzioni sono disponibili solo se PHP è stato configurato con --enable-bcmath.

La versione per Windows di PHP ha già compilato il supporto per questo modulo. Non occorre caricare alcun modulo addizionale per potere utilizzare queste funzioni.

add a note add a note

User Contributed Notes 1 note

up
-32
Anonymous
6 years ago
bcmath ist not installed automatically with php 7 on linux (ubuntu server)
You have to use: sudo apt-get install php-bcmath
To Top