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

    from the manual on BCMath

    These functions are only available if PHP was configured with --enable-bcmath. In PHP 3, these functions are only available if PHP was not configured with --disable-bcmath.

    The windows version of PHP has built in support for this extension. You do not need to load any additional extension in order to use these functions.

      Write a Reply...