PHP4 NES3.6 Solaris 2.6
[email protected] ("Mark Faine") Tue, 30 May 2000 13:08:42 -0500
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
I've compiled PHP4.0 as nsapi but I can't get it to load, I followed all the instructions but for some strange reason the server fails to restart after editing my obj.conf. Here is what I have added according to directions included with php4 source. Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="/home/web_server/netscape/suitespot/bin/libphp4.so" Init fn=php4_init errorString="Failed to initialize PHP!" Service fn="php4_execute" type="magnus-internal/x-httpd-php" <Object name="x-httpd-php"> ObjectType fn="force-type" type="magnus-internal/x-httpd-php" Service fn=php4_execute </Object> - Thanks Mark