php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #8241 Grammar nitpick in fopen() page
Submitted: 2000-12-13 16:27 UTC Modified: 2000-12-13 17:15 UTC
From: cardinal at dodds dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.3pl1 OS: n/a
Private report: No CVE-ID: None
 [2000-12-13 16:27 UTC] cardinal at dodds dot net
The sentance in the ftp-related paragraph

If the server does not support passive mode ftp, this will fail. You can open files for either reading and writing via ftp (but not both simultaneously).

should read

If the server does not support passive mode ftp, this will fail. You can open files for either reading OR writing via ftp (but not both simultaneously).

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-13 17:15 UTC] eschmid@php.net
It is fixed now in CVS. Many thanks for your report.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 16 01:00:01 2026 UTC