Edit report at https://bugs.php.net/bug.php?id=62125&edit=1
ID: 62125
Comment by: ddpm at liscovius dot de
Reported by: sm at innovia dot dk
Summary: Example erroneously displayed
Status: Verified
Type: Bug
Package: Website problem
Operating System: Windows 2008 server
PHP Version: 5.4.3
Block user comment: N
Private report: N
New Comment:
Adding
.example-contents .cdata pre {
overflow-x:auto;
white-space:pre;
}
to the CSS could help.
Previous Comments:
------------------------------------------------------------------------
[2021-08-26 14:51:05] [email protected]
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>
------------------------------------------------------------------------
[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