Enabling bcmath in PHP

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
ForrestMarkX
New to forums
New to forums
Posts: 14
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat May 03, 2014 9:01 pm

Enabling bcmath in PHP

Post by ForrestMarkX »

I recently got an application that requires this module but sadly it appears that PHP does not have it enabled by default and any result I find about it in Google says I have to recompile PHP with a flag to enable it which I really do not want to do
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Enabling bcmath in PHP

Post by kraze »

BCMath is actually enabled on our hosting machines, so it should be working properly. What happens when you try to run your application? What error do you see?
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
ForrestMarkX
New to forums
New to forums
Posts: 14
Joined: Sat May 03, 2014 9:01 pm

Re: Enabling bcmath in PHP

Post by ForrestMarkX »

(May have the wrong forum again) The webhost is run from a NFO VDS but it appears that Apache2 by default does not have this enabled
Post Reply