11-17-2007, 02:25 PM
|
#8 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
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
|
|
|
|