php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #12347 Misspelled text
Submitted: 2001-07-24 14:08 UTC Modified: 2001-08-07 01:19 UTC
From: myron at myronjennings dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS: any
Private report: No CVE-ID: None
 [2001-07-24 14:08 UTC] myron at myronjennings dot com
While you are creating the PDF manual, I discovered what I think are 2 errors.  As I am reading the single html page, they can be found by searching for  "wass" and "mysql_both".  I think they should be "was" and "msql_both".

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-24 17:38 UTC] andy@php.net
Both of these are present and are incorrect.

This is not only a problem with the full txt documentation, it is also
a problem with the online, seperate html, etc... documentation

TODO:  Fix these errors in the documentation.
 [2001-07-25 03:10 UTC] goba@php.net
MYSQL_BOTH exists eg.:

  mysql_fetch_array($result, MYSQL_BOTH);
 [2001-08-07 01:19 UTC] tom@php.net
The changes are already in the CVS.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 16 11:00:01 2026 UTC