mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Bump version to 7.0.0-dev
This commit is contained in:
parent
8b66d64b23
commit
d9f3eac12f
6 changed files with 11 additions and 10 deletions
|
@ -1689,7 +1689,8 @@ static int mysqli_options_get_option_zval_type(int option)
|
|||
switch (option) {
|
||||
#ifdef MYSQLI_USE_MYSQLND
|
||||
#if PHP_MAJOR_VERSION >= 6
|
||||
case MYSQLND_OPT_NUMERIC_AND_DATETIME_AS_UNICODE:
|
||||
/* PHP-7 doesn't supprt unicode yet ??? */
|
||||
/*case MYSQLND_OPT_NUMERIC_AND_DATETIME_AS_UNICODE:*/
|
||||
#endif
|
||||
case MYSQLND_OPT_NET_CMD_BUFFER_SIZE:
|
||||
case MYSQLND_OPT_NET_READ_BUFFER_SIZE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue