php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #83 more minor mysql documnetation errors
Submitted: 1998-02-19 07:24 UTC Modified: 1998-02-23 08:13 UTC
From: mark at togglemedia dot com Assigned: zeev (profile)
Status: Closed Package: Documentation problem
PHP Version: 3.0b4 OS:
Private report: No CVE-ID: None
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
18 + 48 = ?
Subscribe to this entry?

 
 [1998-02-19 07:24 UTC] mark at togglemedia dot com
mysql_field_type() should be mysql_fieldtype().

mysql_fieldtype() returns "string" for a char field, and not "char" as documented.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-23 08:13 UTC] zeev
I'm not a developer, but

is it possible to make in functions/mysql.c in function_entry the remaining
underscores. This has the benefit that the documentation is still ok and the
new naming scheme fit into the mysql new naming scheme. The existing
mysql functions could remain and shouldn't confuse new reader of the 
manual. That way bug #78 can also closed and probably 3 bug reports on
the same theme.

Egon

Done

Zeev
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 05:01:26 2024 UTC