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
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: cardinal at dodds dot net
New email:
PHP Version: OS:

 

 [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 03:00:02 2026 UTC