Home
last modified time | relevance | path

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

12345

/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt47 // libmysql should return a string here whereas mysqlnd returns a native int
H A Dmysql_pdo_test.inc166 preg_match('/Client API version.*mysqlnd/', $tmp));
H A Dpdo_mysql_stmt_unbuffered_2050.phpt81 - use mysqlnd
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_options_int_and_float_native.phpt10 die("skip mysqlnd only test");
H A Dmysqli_insert_id_variation.phpt60 mysqlnd resets the IDE to 0
H A Dmysqli_stmt_multires.phpt8 die("skip mysqlnd only test");
H A Dmysqli_poll_kill.phpt10 die("skip mysqlnd only feature, compile PHP using --with-mysqli=mysqlnd");
H A D009.phpt52 $c8 = 4567;// change this to test how mysqli/mysqlnd handles is_ref changing
H A Dmysqli_kill.phpt38 printf("[008] mysqlnd used to be more verbose and used to support SELECT\n");
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt8 if (stristr(mysqli_get_client_info(), 'mysqlnd'))
H A Dbug51647.phpt13 …die("skip PHP streams lack support for SSL. mysqli is compiled to use mysqlnd which uses PHP strea…
H A Dconnect.inc29 $IS_MYSQLND = stristr(mysqli_get_client_info(), "mysqlnd");
H A Dmysqli_pam_sha256.phpt13 die("skip SHA256 auth plugin not built-in to mysqlnd");
H A Dmysqli_options.phpt71 …of MySQL 8.0.28, `SHOW CHARACTER SET` contains utf8mb3, but that is not yet supported by mysqlnd */
H A Dmysqli_character_set.phpt47 …of MySQL 8.0.28, `SHOW CHARACTER SET` contains utf8mb3, but that is not yet supported by mysqlnd */
H A Dmysqli_debug_mysqlnd_control_string.phpt2 mysqli_debug() - all control string options supported by both mysqlnd and libmysql except oOaA
206 // mysqlnd only option
H A Dmysqli_pconn_kill.phpt43 // Kill the persistent connection - don't use mysqli_kill, mysqlnd will catch that...
H A Dmysqli_reconnect.phpt7 if (stristr(mysqli_get_client_info(), 'mysqlnd'))
H A Dmysqli_pam_sha256_public_key_option.phpt13 die("skip SHA256 auth plugin not built-in to mysqlnd");
H A Dmysqli_change_user_old.phpt90 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
H A Dmysqli_real_connect_pconn.phpt9 die("skip mysqlnd only test");
H A Dmysqli_set_charset.phpt88 …of MySQL 8.0.28, `SHOW CHARACTER SET` contains utf8mb3, but that is not yet supported by mysqlnd */
H A Dbug79375.phpt7 if (!defined('MYSQLI_STORE_RESULT_COPY_DATA')) die('skip requires mysqlnd');
/PHP-8.0/
H A Dphp.ini-development1193 [mysqlnd]
1196 mysqlnd.collect_statistics = On
1200 mysqlnd.collect_memory_statistics = On
1204 ; http://php.net/mysqlnd.debug
1205 ;mysqlnd.debug =
1208 ;mysqlnd.log_mask = 0
1211 ;mysqlnd.mempool_default_size = 16000
1214 ;mysqlnd.net_cmd_buffer_size = 2048
1218 ;mysqlnd.net_read_buffer_size = 32768
1221 ;mysqlnd.net_read_timeout = 31536000
[all …]
H A Dphp.ini-production1195 [mysqlnd]
1198 mysqlnd.collect_statistics = On
1202 mysqlnd.collect_memory_statistics = Off
1206 ; http://php.net/mysqlnd.debug
1207 ;mysqlnd.debug =
1210 ;mysqlnd.log_mask = 0
1213 ;mysqlnd.mempool_default_size = 16000
1216 ;mysqlnd.net_cmd_buffer_size = 2048
1220 ;mysqlnd.net_read_buffer_size = 32768
1223 ;mysqlnd.net_read_timeout = 31536000
[all …]

Completed in 139 milliseconds

12345