ID:               36007
 Updated by:       [EMAIL PROTECTED]
 Reported By:      paul at noc4 dot ltd dot uk
-Status:           Closed
+Status:           Assigned
 Bug Type:         Feature/Change Request
 Operating System: Linux 2.6
 PHP Version:      5CVS-2006-01-14 (snap)
 Assigned To:      georg
 New Comment:

This is NOT implemented yet!


Previous Comments:
------------------------------------------------------------------------

[2006-01-14 11:15:32] [EMAIL PROTECTED]

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 04:51:53] 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



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36007&edit=1

Reply via email to