thetaphi Tue Nov 18 04:04:32 2003 EDT Modified files: /php-src/win32 install.txt Log: change names to to php5_xxx in NSAPI Index: php-src/win32/install.txt diff -u php-src/win32/install.txt:1.26 php-src/win32/install.txt:1.27 --- php-src/win32/install.txt:1.26 Mon Nov 17 19:06:37 2003 +++ php-src/win32/install.txt Tue Nov 18 04:04:31 2003 @@ -578,8 +578,8 @@ 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 @@ # 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 @@ <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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php