php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: paul at noc4 dot ltd dot uk
New email:
PHP Version: OS:

 

 [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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-14 11:15 UTC] georg@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 [2006-01-14 13:05 UTC] sniper@php.net
This is NOT implemented yet!
 [2006-01-14 15:26 UTC] georg@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

sorry - last commit was broken
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC