Home
last modified time | relevance | path

Searched refs:mysql (Results 76 – 100 of 108) sorted by relevance

12345

/PHP-7.2/ext/pdo_mysql/tests/
H A Dconfig.inc13 $config['ENV']['PDOTEST_DSN'] = 'mysql:host=localhost;dbname=test';
H A Dpdo_mysql_connect_attr.phpt14 die("skip mysql does not support session_connect_attrs table yet");
H A Dbug_41125.phpt2 Bug #41125 (PDO mysql + quote() + prepare() can result in segfault)
H A Dbug68371.phpt97 string(5) "mysql"
H A Dbug41125.phpt2 Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
H A Dmysql_pdo_test.inc70 $dsn = 'mysql:';
/PHP-7.2/ext/pdo/tests/
H A Dpdo_021.phpt17 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
H A Dbug_43130.phpt22 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql')
H A Dpdo_016.phpt18 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
H A Dpdo_016a.phpt18 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
/PHP-7.2/ext/mysqli/tests/
H A D036.phpt28 see mysql bug #54. So we don't check for the value, only for type (which must
H A Dmysqli_connect_attr.phpt22 die("skip mysql does not support session_connect_attrs table yet");
H A Dbug_mysql_49406.phpt2 …params doesn't work when selecting a date inside a CASE-WHEN, http://bugs.mysql.com/bug.php?id=494…
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt67 TODO - we skip this part of the test for now, because of bugs.mysql.com/26824
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt64 TODO - we skip this because of the open bug http://bugs.mysql.com/bug.php?id=26824
H A Dmysqli_constants.phpt185 /* pretty dump test, but that is the best way to mimic mysql.c */
H A Dmysqli_explain_metadata.phpt10 die("skip Open libmysql/MySQL issue http://bugs.mysql.com/?id=62350");
H A Dmysqli_fetch_object_oo.phpt132 [E_WARNING] mysqli_result::__construct(): invalid object or resource mysql%s
H A Dmysqli_stmt_result_metadata_sqltests.phpt9 die("skip Check again when the Klingons visit earth - http://bugs.mysql.com/bug.php?id=42490");
H A Dmysqli_fetch_field_flags.phpt154 // http://bugs.mysql.com/bug.php?id=30081 - new flag introduced in 5.1.24/6.0.4
H A Dmysqli_ps_select_union.phpt50 http://bugs.mysql.com/bug.php?id=47483
H A Dmysqli_fetch_array_oo.phpt58 // NOTE: for BC reasons with ext/mysql, ext/mysqli accepts invalid result modes.
/PHP-7.2/
H A Dphp7.spec.in39 #test rpm -q MySQL-devel >&/dev/null && OPTIONS="$OPTIONS --with-mysql=shared"
H A D.gitignore150 ext/mysql/weztest.sqlite
H A DINSTALL226 ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
445 + mysql-3.23.24-beta (if you want mysql support)
458 ./configure --with-mysql=/usr/local/mysql \
688 (add in mysql)
689 # pkg_add php4-mysql-4.3.8.tgz
690 # /usr/local/sbin/phpxs -a mysql
694 (remove mysql as a test)
695 # pkg_delete php4-mysql-4.3.8
696 # /usr/local/sbin/phpxs -r mysql
829 # aptitude search php7 |grep -i mysql
[all …]

Completed in 41 milliseconds

12345