php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #78798 Grammar improvement
Submitted: 2019-11-08 23:47 UTC Modified: 2019-11-09 00:02 UTC
From: danielklein at airpost dot net Assigned: peehaa (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2019-11-08 23:47 UTC] danielklein at airpost dot net
Description:
------------
---
From manual page: https://php.net/function.shell-exec
---
"Note:

On Windows, the underlying pipe is opened in text mode what can cause the function to fail for binary output. Consider to use popen() instead for such cases."

It should say:

"Note:

On Windows, the underlying pipe is opened in text mode which can cause the function to fail for binary output. Consider using popen() instead in that case."


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-11-08 23:59 UTC] peehaa@php.net
Automatic comment from SVN on behalf of peehaa
Revision: http://svn.php.net/viewvc/?view=revision&revision=348273
Log: Fixes grammar #78798
 [2019-11-09 00:02 UTC] peehaa@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: peehaa
 [2019-11-09 00:02 UTC] peehaa@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 10:01:32 2024 UTC