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
PHP ADD ON HELP
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: PHP ADD ON HELP
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)