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: Closed Package: Website problem
PHP Version: 5.4.3 OS: Windows 2008 server
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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.
 [2024-07-05 08:02 UTC] git@php.net
Automatic comment on behalf of peterdd (author) and web-flow (committer)
Revision: https://github.com/php/web-php/commit/d2279651a59d94505aff436060415b2f4652f849
Log: fix #62125 no wrap and scroll for source code examples (#444)
 [2024-07-05 08:02 UTC] git@php.net
-Status: Verified +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC