Sorry: "Nerds only" installation instructions.
php (the CGI executable) and
php.ini from the archive.
:HELLO USER.ACCOUNT,GROUP :XEQ TAR.HPBIN.SYS 'xvzopf ./php-exe.tar.Z'
php globally executable and
php.ini globally readable.
/usr/local/lib/php.ini
:HELLO MANAGER.SYS :NEWLINK /usr/local/lib/php.ini ;TO=/ACCOUNT/GROUP/php.ini
:HELLO USER.ACCOUNT,GROUP ./php "-h" ./php "-q -i" > ./phpinfo.html
libphp4.dso which is intended to be untarred into the
libexec directory of your Apache installation. Don't
forget to check file ownership & permissions.
httpd.conf to enable PHP4 (not PHP3). It
is easiest just to search for "php", and remove the #'s.
php.ini
file as described above. Or copy it from somewhere else. Create a
soft link /usr/local/lib/php.ini to wherever you install
php.ini & make sure that the Apache server process
has read permission.
Also, here is an a copy of HTTPD with PHP statically linked. Restore it with something like:
FILE H=H;DEV=DISC RESTORE *H;LOCAL;SHOW
The CGI version has been built with full PHP debugging. This means that it checks for memory leaks. The DSO version has been built for speed. I would recommend that scripts be tested using the CGI version, and please report any memory leaks to me.