Home
last modified time | relevance | path

Searched refs:mysql (Results 51 – 75 of 188) sorted by relevance

12345678

/PHP-5.5/ext/mysql/tests/
H A Dmysql_max_persistent.phpt27 mysql.max_links=2
28 mysql.allow_persistent=1
29 mysql.max_persistent=1
93 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
95 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
100 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
103 resource(%d) of type (mysql link persistent)
H A Dmysql_deprecated_api.phpt9 mysql.trace_mode=1
37 In 5.3 and before the deprecation message was bound to mysql.trace_mode=1.
38 In 5.3.99 the warning will always be thrown, independent of the mysql.trace_mode
78 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_trace_mode.phpt2 mysql.trace_mode=1
9 mysql.trace_mode=1
32 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_reflection_extension.phpt9 $r = new ReflectionExtension("mysql");
41 Name: mysql
44 mysql
H A D002.phpt40 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
41 resource(%d) of type (mysql link)
45 resource(%d) of type (mysql result)
H A Dmysql_select_db.phpt42 if (mysql_select_db('mysql', $link)) {
52 if (strtolower($row['dbname']) !== 'mysql')
53 printf("[010] Expecting database 'mysql', found '%s'\n", $row['dbname']);
69 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_pconn_kill.phpt9 mysql.allow_persistent=1
10 mysql.max_persistent=2
109 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
111 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
114 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
116 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_pconn_max_links.phpt2 Persistent connections and mysql.max_persistent
14 // we need a second DB user to test for a possible flaw in the ext/mysql[i] code
61 mysql.max_links=3
62 mysql.max_persistent=2
63 mysql.allow_persistent=1
194 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
196 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
204 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
/PHP-5.5/ext/mysqli/
H A Dmysqli.c197 if (mysql->li_read) { in php_clear_mysql()
230 if (mysql->mysql) { in mysqli_link_free_storage()
234 efree(mysql); in mysqli_link_free_storage()
538 MY_MYSQL * mysql; in mysqli_convert_zv_to_mysqlnd() local
547 return mysql ? mysql->mysql : NULL; in mysqli_convert_zv_to_mysqlnd()
1035 MY_MYSQL *mysql; in PHP_FUNCTION() local
1052 stmt->stmt = mysql_stmt_init(mysql->mysql); in PHP_FUNCTION()
1062 if ((stmt->stmt = mysql_stmt_init(mysql->mysql))) { in PHP_FUNCTION()
1095 MY_MYSQL *mysql; in PHP_FUNCTION() local
1120 result = mysql_store_result(mysql->mysql); in PHP_FUNCTION()
[all …]
H A Dmysqli_libmysql.h36 #define mysqli_stmt_warning_count(s) mysql_warning_count((s)->mysql)
37 #define mysqli_stmt_server_status(s) (s)->mysql->server_status
38 #define mysqli_stmt_get_connection(s) (s)->mysql
H A Dconfig.w3234 CHECK_HEADER_ADD_INCLUDE("mysql.h", "CFLAGS_MYSQLI", PHP_MYSQLI +
36 "\\include\\mysql;" + PHP_MYSQLI)) {
/PHP-5.5/ext/mysql/
H A Dmysql.dsp7 CFG=mysql - Win32 Debug_TS
11 !MESSAGE NMAKE /f "mysql.mak".
16 !MESSAGE NMAKE /f "mysql.mak" CFG="mysql - Win32 Debug_TS"
34 !IF "$(CFG)" == "mysql - Win32 Release"
60 !ELSEIF "$(CFG)" == "mysql - Win32 Debug"
86 !ELSEIF "$(CFG)" == "mysql - Win32 Debug_TS"
112 !ELSEIF "$(CFG)" == "mysql - Win32 Release_TS"
142 # Name "mysql - Win32 Release"
143 # Name "mysql - Win32 Debug"
144 # Name "mysql - Win32 Debug_TS"
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dbug34810.phpt22 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
23 $mysql->query("DROP TABLE IF EXISTS test_warnings");
24 $mysql->query("CREATE TABLE test_warnings (a int not null)");
25 $mysql->query("SET sql_mode=''");
26 $mysql->query("INSERT INTO test_warnings VALUES (1),(2),(NULL)");
28 $warning = $mysql->get_warnings();
H A Dmysqli_change_user_insert_id.phpt2 mysqli_change_user() - LAST_INSERT_ID() - http://bugs.mysql.com/bug.php?id=45184?
11 …die("skip Might hit known and open bugs http://bugs.mysql.com/bug.php?id=30472, http://bugs.mysql.…
H A D011.phpt30 'foobar','mysql rulez')");
76 %unicode|string%(11) "mysql rulez"
/PHP-5.5/ext/pdo_mysql/tests/
H A DREADME4 For example: mysql:dbname=test;host=localhost;port=3306
16 for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test.
H A Dpdo_mysql_prepare_emulated.phpt34 if (isset($error_info['prepare']['mysql']) &&
35 ($error_info['prepare']['mysql'] !== $tmp[1])) {
37 $offset, $error_info['prepare']['mysql'], $tmp[0]);
66 if (isset($error_info['execute']['mysql']) &&
67 ($error_info['execute']['mysql'] !== $tmp[1])) {
69 $offset, $error_info['execute']['mysql'], $tmp[0]);
160 array(':placeholder' => 'mysql'));
173 array('execute' => array('sqlstate' => '42000', 'mysql' => 1064)));
177 array('execute' => array('sqlstate' => '42000', 'mysql' => 1064)));
265 array('mysql'));
[all …]
/PHP-5.5/travis/
H A Dcompile.sh19 --with-pdo-mysql=mysqlnd \
20 --with-mysql=mysqlnd \
/PHP-5.5/travis/ext/mysql/
H A Dsetup.sh2 mysql -e "CREATE DATABASE IF NOT EXISTS test"
/PHP-5.5/travis/ext/mysqli/
H A Dsetup.sh2 mysql -e "CREATE DATABASE IF NOT EXISTS test"
/PHP-5.5/travis/ext/pdo_mysql/
H A Dsetup.sh2 mysql -e "CREATE DATABASE IF NOT EXISTS test"
/PHP-5.5/ext/pdo/tests/
H A Dpdo_017.phpt18 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
21 die('skip your mysql configuration does not support working transactions');
31 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
/PHP-5.5/
H A D.travis.yml31 - PDO_MYSQL_TEST_DSN="mysql:host=127.0.0.1;dbname=test"
44 - . ./travis/ext/mysql/setup.sh
/PHP-5.5/ext/soap/interop/
H A Dconfig.php.dist3 $interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
/PHP-5.5/ext/date/tests/
H A Dstrtotime-mysql-64bit.phpt2 strtotime() and mysql timestamps (64 bit)

Completed in 38 milliseconds

12345678