Home
last modified time | relevance | path

Searched refs:mysqlnd (Results 76 – 100 of 110) sorted by relevance

12345

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt19 die("skip Test has been written for the latest version of mysqlnd only");
21 die("skip Test requires mysqlnd Revision 5.0.4 or newer");
H A Dmysqli_pam_sha256.phpt14 die("skip SHA256 auth plugin not built-in to mysqlnd");
H A Dmysqli_debug_mysqlnd_control_string.phpt2 mysqli_debug() - all control string options supported by both mysqlnd and libmysql except oOaA
207 // mysqlnd only option
H A Dmysqli_pconn_kill.phpt44 // Kill the persistent connection - don't use mysqli_kill, mysqlnd will catch that...
H A Dmysqli_kill.phpt45 printf("[008] mysqlnd used to be more verbose and used to support SELECT\n");
H A Dmysqli_reconnect.phpt8 if (stristr(mysqli_get_client_info(), 'mysqlnd'))
H A Dmysqli_pam_sha256_public_key_option.phpt14 die("skip SHA256 auth plugin not built-in to mysqlnd");
H A Dmysqli_real_connect_pconn.phpt10 die("skip mysqlnd only test");
H A Dmysqli_change_user.phpt96 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
H A Dmysqli_expire_password.phpt10 die("SKIP Available in mysqlnd as of PHP 5.4.12-dev");
H A Dmysqli_change_user_old.phpt106 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt14 die("skip SHA256 auth plugin not built-in to mysqlnd");
H A Dmysqli_fetch_all_oo.phpt2 $mysqli->fetch_all() (introduced with mysqlnd)
10 die("skip: function only available with mysqlnd");
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_load_data.phpt76 // mysqlnd will give 2014 as a follow-up of the fallback logic
H A Dpdo_mysql_stmt_variable_columncount.phpt4 nextRowset() problem with stored proc & emulation mode & mysqlnd
H A Dmysql_pdo_test.inc166 preg_match('/Client API version.*mysqlnd/', $tmp));
H A Dpdo_mysql_stmt_unbuffered_2050.phpt81 - use mysqlnd
H A Dpdo_mysql_stmt_nextrowset.phpt4 nextRowset() problem with stored proc & emulation mode & mysqlnd
H A Dpdo_mysql_prepare_native.phpt250 // mysqlnd returns native types
305 // mysqlnd returns native types
/PHP-5.5/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt10 die("skip mysqlnd only, libmysql does not know about open_basedir restrictions");
/PHP-5.5/
H A D.gitattributes1 ext/mysqlnd/mysqlnd.h ident
H A DMakefile.global123 …nfig.h ext/mbstring/oniguruma/config.h ext/mbstring/libmbfl/config.h ext/mysqlnd/php_mysqlnd_confi…
H A DUPGRADING474 - mysqlnd:
475 - Added mysqlnd.sha256_server_public_key INI PERDIR setting that
476 affects all APIs which use(are built) for mysqlnd. This allows
H A Dphp.ini-development970 ; If mysqlnd is used: Number of cache slots for the internal result set cache
1206 [mysqlnd]
1207 ; Enable / Disable collection of general statistics by mysqlnd which can be
1209 ; http://php.net/mysqlnd.collect_statistics
1210 mysqlnd.collect_statistics = On
1214 ; http://php.net/mysqlnd.collect_memory_statistics
1215 mysqlnd.collect_memory_statistics = On
1218 ; http://php.net/mysqlnd.net_cmd_buffer_size
1219 ;mysqlnd.net_cmd_buffer_size = 2048
1223 ; http://php.net/mysqlnd.net_read_buffer_size
[all …]
H A Dphp.ini-production970 ; If mysqlnd is used: Number of cache slots for the internal result set cache
1206 [mysqlnd]
1207 ; Enable / Disable collection of general statistics by mysqlnd which can be
1209 ; http://php.net/mysqlnd.collect_statistics
1210 mysqlnd.collect_statistics = On
1214 ; http://php.net/mysqlnd.collect_memory_statistics
1215 mysqlnd.collect_memory_statistics = Off
1218 ; http://php.net/mysqlnd.net_cmd_buffer_size
1219 ;mysqlnd.net_cmd_buffer_size = 2048
1223 ; http://php.net/mysqlnd.net_read_buffer_size
[all …]

Completed in 49 milliseconds

12345