php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62125 Example erroneously displayed
Submitted: 2012-05-23 14:49 UTC Modified: 2021-08-26 14:51 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: sm at innovia dot dk Assigned:
Status: Verified Package: Website problem
PHP Version: 5.4.3 OS: Windows 2008 server
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sm at innovia dot dk
New email:
PHP Version: OS:

 

 [2012-05-23 14:49 UTC] 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']"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-28 12:07 UTC] cmb@php.net
-Package: Documentation problem +Package: *Configuration Issues
 [2021-08-26 14:51 UTC] cmb@php.net
-Summary: Example wrong +Summary: Example erroneously displayed -Status: Open +Status: Verified -Type: Documentation Problem +Type: Bug -Package: *Configuration Issues +Package: Website problem
 [2021-08-26 14:51 UTC] cmb@php.net
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>
 [2021-09-13 15:26 UTC] ddpm at liscovius dot de
Adding

.example-contents .cdata pre {
  overflow-x:auto;
  white-space:pre;
}

to the CSS could help.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 14:01:30 2024 UTC