You are not logged in Log in Join
You are here: Home » Members » hewei » PHParser/PHPGateway » PHParser-0.9.0 » PHParser 0.9.0 Installation Instructions » View Document

Log in
Name

Password

 

PHParser 0.9.0 Installation Instructions

Requirements

  • PHP 4.0 and up compiled as CGI. Apache module version doesn't work. You probably will compile it from the source on Unix platforms. A How-To containing some sample ./configure options to compile PHP will be published soon. For Windows, you can download and use any of the Windows Binaries.
  • The PHP executable is in the PATH. If not, either update your system's PATH environment or modify the PHPath line in PHParser.py.

Installation

Unix:

        cd ZOPE_HOME/lib/python/Products

        tar -zxvf /path/to/downloaded/PHParser-x.y.z.tar.gz

        Restart Zope

Windows:

        unzip PHParser-x.y.z.tar.gz to ZOPE_HOME\lib\python\Products

        Restart Zope