2007年3月9日 星期五

Perl PLP for Apache 2.x

PLP速度比PHP快!

PLP = HTML+PERL for Apache

Patch for PLP-3.19 on Apache2

Patch for 'PLP.pm':
============================================================
142c142
< return Apache::Constants::OK();
---
> return Apache2::Const::OK();
154c154
< return Apache::Constants::NOT_FOUND();
---
> return Apache2::Const::NOT_FOUND();
157c157
< return Apache::Constants::FORBIDDEN();
---
> return Apache2::Const::FORBIDDEN();
============================================================

Patch for 'Fields.pm':
============================================================
31c31
< $post = Apache->request->content;
---
> $post = Apache2::RequestUtil->request->content;
============================================================

沒有留言: