summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2009-09-24 12:51:03 +0000
committerUlf Wendel <uw@php.net>2009-09-24 12:51:03 +0000
commite123cae8acfbd76cf7d729ad912d1a0a78f7f750 (patch)
tree92efbed12a3fab64dc999773bf574a69f930e613 /ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt
parentfe1709ec49851703dba772cd2fddd15aa4d75ecd (diff)
downloadphp-git-e123cae8acfbd76cf7d729ad912d1a0a78f7f750.tar.gz
Proxying as many connect calls as possible to make testing of the compression protocol @ mysqlnd easier. By setting the environment variable MYSQL_TEST_COMPRESS you can tell the tests to set the MYSQLI_CLIENT_COMPRESS flag upon connect.
Diffstat (limited to 'ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt b/ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt
index d5422dccac..ef7d7622fd 100644
--- a/ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt
+++ b/ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt
@@ -10,7 +10,7 @@ require_once('skipifconnectfailure.inc');
<?php
include "connect.inc";
- if (!$mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket))
+ if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
printf("[001] Cannot connect\n");
require('table.inc');