Hi
I 've just finished installing lamp.
When i start up my php application everything works (more or less). But at certain pages it gives the following error :
Fatal error: Call to undefined function: bcadd() in /web/htdocs/htdocs/arias/includes/functions.php on line 476
Isn't bcadd a build in function in php ?
The php version is :
4.3.10
configured with : './configure' '--with-apxs2=/usr/local/apache/1.3.27/bin/apxs' '--with-mysql' '--with-dbase' '--with-odbc' '--with-odbtp'
What's wrong ?
With regards