/PHP-7.2/ext/mysqlnd/ |
H A D | config9.m4 | 3 dnl config.m4 for mysqlnd driver 5 PHP_ARG_ENABLE(mysqlnd, whether to enable mysqlnd, 6 [ --enable-mysqlnd Enable mysqlnd explicitly, will be done implicitly 10 [ --disable-mysqlnd-compression-support 11 Disable support for the MySQL compressed protocol in mysqlnd], yes, no) 15 [ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no) 18 dnl If some extension uses mysqlnd it will get compiled in PHP core 32 AC_DEFINE([MYSQLND_SSL_SUPPORTED], 1, [Enable core mysqlnd SSL code]) 45 PHP_ADD_BUILD_DIR([ext/mysqlnd], 1) 46 PHP_INSTALL_HEADERS([ext/mysqlnd/]) [all …]
|
H A D | config.w32 | 4 ARG_WITH("mysqlnd", "Mysql Native Client Driver", "yes"); 7 if (CHECK_LIB("ws2_32.lib", "mysqlnd")) { 31 EXTENSION("mysqlnd", mysqlnd_source, false, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); 32 if ((((PHP_ZLIB=="no") && (CHECK_LIB("zlib_a.lib;zlib.lib", "mysqlnd", PHP_MYSQLND))) || 33 (PHP_ZLIB_SHARED && CHECK_LIB("zlib.lib", "mysqlnd", PHP_MYSQLND)) || 41 PHP_INSTALL_HEADERS("", "ext/mysqlnd");
|
H A D | php_mysqlnd.c | 113 PHP_MINFO_FUNCTION(mysqlnd) in PHP_MINFO_FUNCTION() argument 177 static PHP_GINIT_FUNCTION(mysqlnd) in ZEND_DECLARE_MODULE_GLOBALS() 251 static PHP_MINIT_FUNCTION(mysqlnd) in PHP_INI_END() 336 PHP_MINIT(mysqlnd), 337 PHP_MSHUTDOWN(mysqlnd), 339 PHP_RINIT(mysqlnd), 344 PHP_RSHUTDOWN(mysqlnd), 348 PHP_MINFO(mysqlnd), 350 PHP_MODULE_GLOBALS(mysqlnd), 351 PHP_GINIT(mysqlnd), [all …]
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_mysqlnd_read_timeout_zero.phpt | 2 mysqlnd.net_read_timeout = 0 10 die("skip: test applies only to mysqlnd"); 23 mysqlnd.net_read_timeout=0
|
H A D | mysqli_get_client_stats_implicit_free.phpt | 9 die("skip only available with mysqlnd"); 13 mysqlnd.collect_statistics=1 14 mysqlnd.collect_memory_statistics=1
|
H A D | mysqli_get_client_stats_off.phpt | 9 die("skip only available with mysqlnd"); 13 mysqlnd.collect_statistics=0 14 mysqlnd.collect_memory_statistics=0
|
H A D | mysqli_mysqlnd_read_timeout.phpt | 2 mysqlnd.net_read_timeout limit check 10 die("skip mysqlnd only test"); 15 mysqlnd.net_read_timeout=1
|
H A D | mysqli_mysqlnd_read_timeout_long.phpt | 2 mysqlnd.net_read_timeout > default_socket_timeout 10 die("skip: test applies only to mysqlnd"); 22 mysqlnd.net_read_timeout=12
|
H A D | mysqli_debug_ini.phpt | 20 die("skip needs mysqlnd version/revision 5.0.4"); 29 mysqlnd.debug="t:O,/tmp/mysqli_debug_phpt.trace" 35 var_dump(ini_get('mysqlnd.debug'));
|
H A D | mysqli_get_client_stats_skipped.phpt | 4 mysqlnd.collect_statistics="1" 5 mysqlnd.collect_memory_statistics="1" 12 die("skip only available with mysqlnd");
|
H A D | mysqli_get_connection_stats_off.phpt | 4 mysqlnd.collect_statistics="0" 5 mysqlnd.collect_memory_statistics="0" 12 die("skip only available with mysqlnd");
|
H A D | mysqli_store_result_buffered_c.phpt | 10 mysqlnd.debug=d:t:O,/tmp/mysqlnd.trace
|
H A D | bug69899.phpt | 2 Bug #69899: Segfault on stmt close after free_result with mysqlnd. 15 die('skip mysqlnd only');
|
H A D | mysqli_get_connection_stats.phpt | 4 mysqlnd.collect_statistics="1" 5 mysqlnd.collect_memory_statistics="1" 12 die("skip only available with mysqlnd");
|
H A D | mysqli_get_client_stats_ps.phpt | 9 die("skip only available with mysqlnd"); 13 mysqlnd.collect_statistics=1 14 mysqlnd.collect_memory_statistics=1
|
H A D | bug49442.phpt | 2 Bug #49422 (mysqlnd: mysqli_real_connect() and LOAD DATA INFILE crash) 67 …mysqlnd makes a connection created through mysql_init()/mysqli_real_connect() always a 'persistent… 69 'persistent' means that mysqlnd uses malloc() instead of emalloc(). nothing else. ext/mysqli will 73 …However, the bug is about malloc() and efree(). You can make make mysqlnd use malloc() by either u…
|
H A D | mysqli_store_result_copy.phpt | 9 die("SKIP mysqlnd only test"); 13 mysqlnd.debug=d:t:O,/tmp/mysqlnd.trace 14 mysqlnd.net_read_buffer_size=1 15 mysqlnd.mempool_default_size=1 16 mysqlnd.fetch_data_copy=0 105 /* There's no need for in-depth testing here. If you want in-depth switch mysqlnd
|
H A D | mysqli_result_references.phpt | 22 /* mysqlnd: force separation - create copies */ 33 /* mysqlnd: force separation - create copies */ 51 /* mysqlnd: force separation - create copies*/
|
/PHP-7.2/ext/mysqli/ |
H A D | config.m4 | 34 to mysql_config. If no value or mysqlnd is passed 48 if test "$PHP_MYSQLI" = "yes" || test "$PHP_MYSQLI" = "mysqlnd"; then 49 dnl This needs to be set in any extension which wishes to use mysqlnd 60 dnl mysqlnd doesn't support embedded, so we have to add some extra stuff 126 if test "$PHP_MYSQLI" = "yes" || test "$PHP_MYSQLI" = "mysqlnd"; then 127 PHP_ADD_EXTENSION_DEP(mysqli, mysqlnd) 128 AC_DEFINE([MYSQLI_USE_MYSQLND], 1, [Whether mysqlnd is enabled])
|
H A D | config.w32 | 5 // Passing value "mysqlnd" to it enables the bundled 25 if (PHP_MYSQLI == "yes" || PHP_MYSQLI == "mysqlnd") { 29 ADD_EXTENSION_DEP('mysqli', 'mysqlnd', true);
|
/PHP-7.2/ext/pdo_mysql/ |
H A D | config.w32 | 7 if (PHP_PDO_MYSQL == "yes" || PHP_PDO_MYSQL == "mysqlnd") { 9 STDOUT.WriteLine("INFO: mysqlnd build");
|
H A D | config.m4 | 7 If no value or mysqlnd is passed as DIR, the 43 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then 57 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then 60 AC_DEFINE([PDO_USE_MYSQLND], 1, [Whether pdo_mysql uses mysqlnd]) 163 if test "$PHP_MYSQL" = "mysqlnd"; then 164 PHP_ADD_EXTENSION_DEP(pdo_mysql, mysqlnd)
|
/PHP-7.2/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_connect_attr.phpt | 8 if (!MySQLPDOTest::isPDOMySQLnd()) die('skip only for mysqlnd'); 51 } elseif ($row['attr_value'] !== 'mysqlnd') { 52 printf("_client_name mismatch (expected 'mysqlnd', got '%s')\n", $row['attr_value']);
|
H A D | pdo_mysql_class_constants.phpt | 6 if (!extension_loaded('mysqli') && !extension_loaded('mysqlnd')) { 39 if (extension_loaded('mysqlnd')) { 62 Assorted mysqlnd settings missing
|
/PHP-7.2/travis/ |
H A D | compile.sh | 36 --with-pdo-mysql=mysqlnd \ 37 --with-mysqli=mysqlnd \
|