I just upgraded to 18.04 LTS from 16.04 LTS.
I am informed that bcadd() is an undefined function.
As far as I can tell bcmath has to be compiled in.
am I missing something?
How do I get bcmath?
-bill
On Tue, Feb 05, 2019 at 09:56:22AM -0500, william drescher wrote:
(It might have been helpful to point out that you're using PHP. At
least I think you are.)
Comments
Re: Apache2 v 7.2 BCMATH
By Colin Watson at 02/05/2019 - 10:10On Tue, Feb 05, 2019 at 09:56:22AM -0500, william drescher wrote:
(It might have been helpful to point out that you're using PHP. At
least I think you are.)
apt install php-bcmath
Re: Apache2 v 7.2 BCMATH
By bill at 02/06/2019 - 05:45On 2/5/2019 10:10 AM, Colin Watson wrote:
bill