in reply to Make PHP Execute in CGI output
Some of that I can imagine:
- write mod_perl handler (maybe PerlTransHandler) to output your PHP code into temporary directory, translate rerquest's filepath to the one in tmp, and set main content handler to php.
- use command line PHP to process code.
- use php-perl by dougm, the author of mod_perl.
--
Tatsuhiko Miyagawa
miyagawa@cpan.org
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Make PHP Execute in CGI output
by hakkr (Chaplain) on Dec 01, 2001 at 19:07 UTC |
In Section
Seekers of Perl Wisdom