Hi,
My question is probably entirely described in the subject... I need to
preprocess a PHP file before it enters the PHP parser. My goal is to
change some non-PHP parts of text into PHP orders. I see in PHP doc an
output_handler to postprocess the output. And I see that there is no
input_handler.
Does anybody have a clue, a solution ? I am also looking for a solution
outside PHP, in some Apache modules (for instance mod_transform, but I
am not sure...).
TIA
Sylvain
My question is probably entirely described in the subject... I need to
preprocess a PHP file before it enters the PHP parser. My goal is to
change some non-PHP parts of text into PHP orders. I see in PHP doc an
output_handler to postprocess the output. And I see that there is no
input_handler.
Does anybody have a clue, a solution ? I am also looking for a solution
outside PHP, in some Apache modules (for instance mod_transform, but I
am not sure...).
TIA
Sylvain
Comment