1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00

add new consts

This commit is contained in:
Andrey Hristov
2014-01-28 15:23:41 +02:00
parent c4c10a222e
commit d3faae03ec

View File

@@ -576,6 +576,8 @@ enum php_mysqlnd_server_command
COM_SET_OPTION = 27,
COM_STMT_FETCH = 28,
COM_DAEMON,
COM_BINLOG_DUMP_GTID,
COM_RESET_CONNECTION,
COM_END
};