|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2008-04-27 15:19 UTC] marc at phpmyadmin dot net
Description:
------------
In ext/mysqli/mysqli.c, please add REGISTER_LONG_CONSTANT("MYSQLI_ENUM_FLAG", ENUM_FLAG, CONST_CS | CONST_PERSISTENT);
and also add a reference to MYSQLI_ENUM_FLAG in the PHP manual:
http://www.php.net/manual/en/mysqli.constants.php
The value of this ENUM_FLAG can be seen in the MySQL source: mysql-5.0.51a/include/mysql_com.h
Reproduce code:
---------------
php.n
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 22:00:02 2025 UTC |
I see it in 5.3-dev andrey@whirlpool:~/dev/vanilla/php5_3/ext/mysqli> grep ENUM * mysqli.c: REGISTER_LONG_CONSTANT("MYSQLI_ENUM_FLAG", ENUM_FLAG, CONST_CS | CONST_PERSISTENT); Do you want it in 5.2 ? I think there will be no more versions of 5.2