summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Schindler <thetaphi@php.net>2003-03-09 12:09:06 +0000
committerUwe Schindler <thetaphi@php.net>2003-03-09 12:09:06 +0000
commit96cc9aa4c46e5cdc78e6cc9659c878d706dc4ebf (patch)
tree40bf98f448fd361849853970f02f6e45d24cfaf9
parent002b3efe63649e052593eb19832f975610cb2002 (diff)
downloadphp-git-96cc9aa4c46e5cdc78e6cc9659c878d706dc4ebf.tar.gz
Changes for iPlanet Webserver 6
-rw-r--r--sapi/nsapi/nsapi-readme.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/sapi/nsapi/nsapi-readme.txt b/sapi/nsapi/nsapi-readme.txt
index 61e7dc8254..df595e9129 100644
--- a/sapi/nsapi/nsapi-readme.txt
+++ b/sapi/nsapi/nsapi-readme.txt
@@ -23,10 +23,13 @@ Add the following line to mime.types:
type=magnus-internal/x-httpd-php exts=php
-Add the following to obj.conf, shlib will vary depending on your OS, for
-Unix it will be something like:
+Add the following to obj.conf (for iPlanet/SunONE Web Server 6.0 and above however, you need to make the specified changes to the Init function
+in the server-id/config/magnus.conf file, and not the server-id/config/obj.conf file):
- "<path-to-netscape-server>/bin/libphp4.so".
+"shlib" will vary depending on your OS:
+
+ Unix: "<path-to-netscape-server>/bin/libphp4.so".
+ Windows: "c:\path\to\PHP4\nsapiPHP4.dll"
Note! Place following two lines after mime.types init:
@@ -49,7 +52,7 @@ Note! Place following two lines after mime.types init:
<Object name="x-httpd-php">
ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
Service fn=php4_execute
- </Object>
+ </Object>
Authentication configuration