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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 25 21:01:36 2024 UTC