New MySQL 5.0 Field Types not defined
| Request #36007 | New MySQL 5.0 Field Types not defined | ||||
|---|---|---|---|---|---|
| Submitted: | 2006-01-14 04:51 UTC | Modified: | 2006-01-14 15:26 UTC | ||
| From: | paul at noc4 dot ltd dot uk | Assigned: | georg (profile) | ||
| Status: | Closed | Package: | Feature/Change Request | ||
| PHP Version: | 5CVS-2006-01-14 (snap) | OS: | Linux 2.6 | ||
| Private report: | No | CVE-ID: | None | ||
[2006-01-14 04:51 UTC] paul at noc4 dot ltd dot uk
Description:
------------
constants
MYSQLI_TYPE_BIT
MYSQLI_TYPE_NEWDECIMAL
not currently defined by the mysqli extension for the new mysql 5.0 BIT(n) fields and NEWDECIMAL type as returned buy the 5.0 c api
addition of:
REGISTER_LONG_CONSTANT("MYSQLI_TYPE_NEWDECIMAL", FIELD_TYPE_NEWDECIMAL, CONST_CS | CONST_PERSISTENT);
REGISTER_LONG_CONSTANT("MYSQLI_TYPE_BIT", FIELD_TYPE_BIT, CONST_CS | CONST_PERSISTENT);
to
ext/mysqli/mysqli.c
fixes the problem
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2006-01-14 11:15 UTC] georg@php.net
[2006-01-14 15:26 UTC] georg@php.net