php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #16384 Default value of a mysql table field
Submitted: 2002-04-01 17:55 UTC Modified: 2002-04-28 20:31 UTC
From: ilia at prohost dot org Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.1.2 OS: Any
Private report: No CVE-ID: None
 [2002-04-01 17:55 UTC] ilia at prohost dot org
PHP's mysql_fetch_field() retrieved information about a MySQL  field, however it does not fetch the default value of the field.

I think it would be very useful if this function was capable of retrieving this information.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-28 20:31 UTC] jimw@php.net
the mysql client library doesn't make this information available outside of mysql_list_fields() results.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 01:01:32 2024 UTC