summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Schindler <thetaphi@php.net>2003-11-18 09:04:31 +0000
committerUwe Schindler <thetaphi@php.net>2003-11-18 09:04:31 +0000
commit26b57724556af6902c2b6136c35e0ec513896e6f (patch)
tree76a35d86812536ada8f441fd78086be04660f60f
parentcf1a6108eb50030baeff93745ca2e7943d1bed90 (diff)
downloadphp-git-26b57724556af6902c2b6136c35e0ec513896e6f.tar.gz
change names to php5_xxx in NSAPI
-rw-r--r--win32/install.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/install.txt b/win32/install.txt
index 24a55fb00e..8af4c966ba 100644
--- a/win32/install.txt
+++ b/win32/install.txt
@@ -578,8 +578,8 @@ Web server configuration
for iPlanet/SunONE Web Server 6.0 and above however at the end of the
<path-to-server>\https-servername\config\magnus.conf file:
- Init fn="load-modules" funcs="php4_init,php4_execute,php4_auth_trans" shlib="c:/path/to/PHP4/php4nsapi.dll"
- Init fn=php4_init errorString="Failed to initialize PHP!" [php_ini="c:/path/to/php.ini"]
+ Init fn="load-modules" funcs="php5_init,php5_execute,php5_auth_trans" shlib="c:/path/to/PHP/php5nsapi.dll"
+ Init fn=php5_init errorString="Failed to initialize PHP!" [php_ini="c:/path/to/php.ini"]
In obj.conf (for virtual server classes [SunONE 6.0+] in their vserver.obj.conf):
@@ -594,7 +594,7 @@ Web server configuration
# For boolean ini-keys please use 0/1 as value, NOT "On","Off",... (this will not work
# correctly), e.g. zlib.output_compression=1 instead of zlib.output_compression="On"
- Service fn="php4_execute" type="magnus-internal/x-httpd-php" [inikey=value ...]
+ Service fn="php5_execute" type="magnus-internal/x-httpd-php" [inikey=value ...]
.
.
.
@@ -605,7 +605,7 @@ Web server configuration
<Object name="x-httpd-php">
ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
- Service fn="php4_execute" [inikey=value ...]
+ Service fn="php5_execute" [inikey=value ...]
</Object>
After that you can configure a directory in the Administration server and assign it