In article <Pine.WNT.4.44.0202271857090.3884-100000@associate>, [EMAIL PROTECTED] (Timothy J. Luoma) wrote:
> I have a virtual domain under Apache and do not have access to the global > php.ini file > > Apache lets me set site-wide configuration in an /.htaccess file > > Is there something similar for PHP? Forget "similar", you can set PHP config options in the .htaccess file itself. See <http://php.net/configuration>. You can also set PHP options on a per-script basis using the ini_set() function <http://php.net/ini-set>. -- CC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php