Re: [PHP] PHP's auto_prepend_file inside an Apache Directory container

2005-05-06 Thread Richard Lynch
On Tue, May 3, 2005 10:38 pm, Dan Trainor said: > Hello, all - > > I've been tinkering around with PHP's auto_prepend_file, specifying this > from inside an Apache VirtualHost container, something as such: > > > blah > blah > blah > php_value auto_prepend_file /super_duper_

[PHP] PHP's auto_prepend_file inside an Apache Directory container

2005-05-04 Thread Dan Trainor
Hello, all - I've been tinkering around with PHP's auto_prepend_file, specifying this from inside an Apache VirtualHost container, something as such: blah blah blah php_value auto_prepend_file /super_duper_file.php THis works fine from within the VirtualHost cont