Home
last modified time | relevance | path

Searched refs:mysqlnd (Results 51 – 75 of 115) sorted by relevance

12345

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt45 Advantage mysqlnd -
46 The metadata mysqlnd has available after prepare is better than
101 /* Advantage mysqlnd - see above... */
150 /* Advantage mysqlnd - see above */
188 /* Advantage mysqlnd - see above */
228 /* Advantage mysqlnd - see above */
H A Dgh8058.phpt2 GH-8058 (NULL pointer dereference in mysqlnd package (#81706))
H A Dbug44897.phpt7 if (!stristr(mysqli_get_client_info(), 'mysqlnd'))
8 die("skip: only available in mysqlnd");
H A Dbug62046.phpt2 Bug #62046 mysqli@mysqlnd can't iterate over stored sets after call to mysqli_stmt_reset()
H A Dmysqli_debug_mysqlnd_only.phpt2 mysqli_debug() - mysqlnd only control strings
19 die("skip mysqlnd only test");
H A Dbug70949.phpt9 die("skip mysqlnd only test");
H A Dbug71863.phpt9 die("skip mysqlnd only test");
H A Dbug49027.phpt2 Bug #49027 (mysqli_options() doesn't work when using mysqlnd)
H A Dmysqli_connect_oo_warnings.phpt9 if (stristr(mysqli_get_client_info(), 'mysqlnd'))
H A Dmysqli_poll.phpt10 die("skip mysqlnd only feature, compile PHP using --with-mysqli=mysqlnd");
H A Dbug52891.phpt2 Bug #52891 (Wrong data inserted with mysqli/mysqlnd when using bind_param,value > LONG_MAX)
8 die("skip: test applies only to mysqlnd");
H A Dmysqli_no_reconnect.phpt89 mysqlnd is a bit more verbose than libmysql. mysqlnd should print:
H A Dmysqli_debug.phpt26 // let's make this mysqlnd only - for libmysql we need debug installation
H A Dmysqli_poll_reference.phpt10 die("skip mysqlnd only feature, compile PHP using --with-mysqli=mysqlnd");
H A Dbug66124.phpt2 Bug #66124 (mysqli under mysqlnd loses precision when bind_param with 'i')
H A Dmysqli_stmt_bind_result_zerofill.phpt73 no padding/filling done. Neither with libmysql nor with mysqlnd.
H A Dmysqli_poll_mixing_insert_select.phpt10 die("skip mysqlnd only feature, compile PHP using --with-mysqli=mysqlnd");
H A Dbug55283.phpt13 …die("skip PHP streams lack support for SSL. mysqli is compiled to use mysqlnd which uses PHP strea…
H A Dbug68077.phpt8 die("skip: test applies only to mysqlnd");
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_client_version.phpt19 // No more constraints - mysqlnd and libmysql return different strings at least
H A Dbug66141.phpt2 Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES after failed query)
H A Dbug_33689.phpt29 // libmysql and mysqlnd will show the pdo_type entry at a different position in the hash
H A Dpdo_mysql_bit.phpt9 die("skip Known bug - mysqlnd handles BIT incorrectly!");
H A Dpdo_mysql_attr_max_buffer_size.phpt9 die("skip PDO::MYSQL_ATTR_MAX_BUFFER_SIZE not supported with mysqlnd");
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd.h302 ZEND_BEGIN_MODULE_GLOBALS(mysqlnd)
322 ZEND_END_MODULE_GLOBALS(mysqlnd)
324 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(mysqlnd)
325 #define MYSQLND_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(mysqlnd, v)

Completed in 24 milliseconds

12345