Edit report at https://bugs.php.net/bug.php?id=62125&edit=1
ID: 62125 Updated by: [email protected] Reported by: sm at innovia dot dk -Summary: Example wrong +Summary: Example erroneously displayed -Status: Open +Status: Verified -Type: Documentation Problem +Type: Bug -Package: *Configuration Issues +Package: Website problem Operating System: Windows 2008 server PHP Version: 5.4.3 Block user comment: N Private report: N New Comment: The example has moved in the meantime[1]. Anyhow, it is correct, but it's displayed erroneously (white-space:pre-wrap); there shouldn't be any line breaks in this line. I almost certain that this has been reported elsewhere, but can't find it. [1] <https://www.php.net/manual/en/install.windows.manual.php> Previous Comments: ------------------------------------------------------------------------ [2012-05-23 14:49:29] sm at innovia dot dk Description: ------------ --- >From manual page: http://www.php.net/install.windows.iis7 --- The second example #7 Configuring FastCGI and PHP recycling has a bug in third line. Correct and working is the following Test script: --------------- %windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/fastCgi ^ /+[fullPath='C:\php\php-cgi.exe'].environmentVariables.^ [name='PHP_FCGI_MAX_REQUESTS',value='10000']" ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62125&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
