View Single Post
Old 11-17-2007, 02:25 PM   #8 (permalink)
Salathe
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

Depending on your host's configuration, you may be able to place a php.ini file in your web root folder with your desired settings. This ini should (again, if your host allows) overrule the settings in the main ini file. At least, that's how my shared hosting provider works.

You don't need to copy the entire ini file, just the bits you need. E.g.;
Code:
extension = my_custom_extension.so
Salathe is offline  
Reply With Quote