thetaphi Sun Mar 9 07:08:36 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/nsapi nsapi-readme.txt
Log:
Changes for iPlanet Webserver 6
Index: php4/sapi/nsapi/nsapi-readme.txt
diff -u php4/sapi/nsapi/nsapi-readme.txt:1.3 php4/sapi/nsapi/nsapi-readme.txt:1.3.8.1
--- php4/sapi/nsapi/nsapi-readme.txt:1.3 Wed Feb 20 05:41:18 2002
+++ php4/sapi/nsapi/nsapi-readme.txt Sun Mar 9 07:08:36 2003
@@ -23,10 +23,13 @@
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 @@
<Object name="x-httpd-php">
ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
Service fn=php4_execute
- </Object>
+ </Object>
Authentication configuration
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php