View Single Post
Old 04-24-2008, 04:18 PM   #11 (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 server configuration, it might be possible to do one of the following:
  • Create a custom php.ini file for your website (or a sub-folder) with the necessary settings only.
  • Create a .htaccess file with php_value or php_flag declarations for the settings.
Salathe is offline  
Reply With Quote