php_auto_append help?
Posted: Thu Apr 22, 2010 3:07 pm
Hey guys.
If anyone is familiar with the php_auto_append configuration variable, I'd like to find a way to use it to append a file to the end of every php script executed on my host.
Unfortunately, scripts that have the exit; command anywhere in them will not continue executing and include the append file.
Is there any way to get around this (besides Apache mod_layout, which unfortunately corrupts php scripts too much to be usable), so even scripts that have an exit in them will still execute the file at the end and append it?
Thanks a lot.
If anyone is familiar with the php_auto_append configuration variable, I'd like to find a way to use it to append a file to the end of every php script executed on my host.
Unfortunately, scripts that have the exit; command anywhere in them will not continue executing and include the append file.
Is there any way to get around this (besides Apache mod_layout, which unfortunately corrupts php scripts too much to be usable), so even scripts that have an exit in them will still execute the file at the end and append it?
Thanks a lot.