RE: [PHP] setting output_buffering for certain hosts or directories

2001-06-29 Thread scott [gts]
i've never done this myself, but a suggestion would be to check out: 'auto_append_file' and 'auto_prepend_file' they're php.ini directives. for example, try adding "auto_prepend_file 'stuff.php'" to your php.ini when PHP goes to load a page, it'll first check to see if 'stuff.php' can be found,

Re: [PHP] setting output_buffering for certain hosts or directories

2001-06-28 Thread Christian Reiniger
On Thursday 28 June 2001 02:08, Mark Maggelet wrote: > Is there any way to set output_buffering per directory or host? > I tried putting: > php_value output_buffering On > > in my virtual host, also in , , and .htaccess > the only place it seems to get noticed is in php.ini Try using php_flag ins