PHP ADD ON HELP

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
loothecat
Forum Newbie
Posts: 2
Joined: Wed Jul 01, 2009 4:22 pm

PHP ADD ON HELP

Post by loothecat »

I had had my website hosted on a remote server from then i have decided to host at home it is all setup but i cannot do all php functions allowed previously. For example i cannot use my random image generator, how do install php functions to work?
Thanks,
Loothecat
EDIT: I am using a LAMP Ubuntu server
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP ADD ON HELP

Post by Christopher »

You can either compile extensions into the PHP module or load them in php.ini. Either way you need to build them or get them from your distribution.
(#10850)
Post Reply