thetaphi Thu May 29 08:29:50 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/nsapi nsapi-readme.txt Log: MFH. Index: php4/sapi/nsapi/nsapi-readme.txt diff -u php4/sapi/nsapi/nsapi-readme.txt:1.3.8.1 php4/sapi/nsapi/nsapi-readme.txt:1.3.8.2 --- php4/sapi/nsapi/nsapi-readme.txt:1.3.8.1 Sun Mar 9 07:08:36 2003 +++ php4/sapi/nsapi/nsapi-readme.txt Thu May 29 08:29:50 2003 @@ -32,10 +32,10 @@ Windows: "c:\path\to\PHP4\nsapiPHP4.dll" -Note! Place following two lines after mime.types init: +Note! Place following two lines after mime.types init ([] means optional): Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="/php4/nsapiPHP4.dll" - Init fn=php4_init errorString="Failed to initialize PHP!" + Init fn=php4_init errorString="Failed to initialize PHP!" [php_ini="/path/to/php.ini"] <Object name="default"> . @@ -43,8 +43,10 @@ . # NOTE this next line should happen after all 'ObjectType' and before # all 'AddLog' lines + # You can modify some entries in php.ini request specific by adding it to the Service + # directive, e.g. doc_root="/path" - Service fn="php4_execute" type="magnus-internal/x-httpd-php" + Service fn="php4_execute" type="magnus-internal/x-httpd-php" [inikey=value ...] . . </Object>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php