|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-01-14 11:15 UTC] georg@php.net
[2006-01-14 13:05 UTC] sniper@php.net
[2006-01-14 15:26 UTC] georg@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 10:00:01 2025 UTC |
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