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
Comment on
Re: Make PHP Execute in CGI output
Replies are listed 'Best First'.
Re: Re: Make PHP Execute in CGI output
by
hakkr
(Chaplain)
on Dec 01, 2001 at 19:07 UTC
We are not yet running under mod_perl. Converting all our scripts to be able to do so is way up there on my todo list
All our PHP installations are of the Apache Server module variety so we have no command line PHP available.
Is there any documentation for php-perl?
[reply]
In Section
Seekers of Perl Wisdom