Build Status

NAME

Plack::App::PHPCGI - execute PHP script as CGI

SYNOPSIS

use Plack::App::PHPCGI;

my $app = Plack::App::PHPCGI->new(
    script => '/path/to/test.php'
);

DESCRIPTION

Plack::App::WrapCGI supports CGI scripts written in other languages. but WrapCGI cannot execute PHP script that does not have shebang line and exec bits. Plack::App::PHPCGI execute any PHP scripts as CGI with php-cgi command.

METHODS

AUTHOR

Masahiro Nagano <kazeburo {at} gmail.com>

SEE ALSO

Plack::App::WrapCGI

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.