From ea8b930c7d52bf69d49321932fcef4d03660654b Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Mon, 30 Apr 2001 08:42:12 +0000 Subject: [PATCH] Add a note regarding Netscape Enterprise 4.x configuration PR:a 8376 9612 9602 7016 Submitted by: Graeme Hoose Reviewed by: Obtained from: git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@46124 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chapters/install.xml b/chapters/install.xml index 43aa8b6984..50f3731c02 100644 --- a/chapters/install.xml +++ b/chapters/install.xml @@ -4223,6 +4223,18 @@ From: bhager@invacare.com </Object> + If you are running Netscape Enterprise 4.x, then you should use the following: + + Configuration Example for Netscape Enterprise 4.x + +Place these lines after the mime types init, and everything else is similar +to the example configuration above. +From: Graeme Hoose (GraemeHoose@BrightStation.com) + +Init fn="load-modules" shlib="/path/to/server4/bin/libphp4.so" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" +Init fn="php4_init" LateInit="yes" + +