summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2009-05-27 17:52:32 +0000
committerUlf Wendel <uw@php.net>2009-05-27 17:52:32 +0000
commit774f562375d943aafd7f49bd42a5877efbdea01c (patch)
tree6f7aa2b6eeaa1de17c8432ceca589d06eb48cca4
parentb3645db1ce6ae179ddf5b7500c2cab8860d60013 (diff)
downloadphp-git-774f562375d943aafd7f49bd42a5877efbdea01c.tar.gz
The test is bogus as long as there is no (proper) way to detect from the PHP userland if persistent connections do a change user or not. If they do is controlled by define at the moment.
-rw-r--r--ext/mysqli/tests/mysqli_pconn_reuse.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/mysqli/tests/mysqli_pconn_reuse.phpt b/ext/mysqli/tests/mysqli_pconn_reuse.phpt
index 4a7e75b72f..c2808579ac 100644
--- a/ext/mysqli/tests/mysqli_pconn_reuse.phpt
+++ b/ext/mysqli/tests/mysqli_pconn_reuse.phpt
@@ -1,7 +1,9 @@
--TEST--
-mysqli_pconnect() - reusing/caching persistent connections
+mysqli_pconnect() - reusing/caching persistent connections - TODO
--SKIPIF--
<?php
+die("skip TODO - we need to add a user level way to check if CHANGE_USER gets called by pconnect");
+
require_once('skipif.inc');
require_once('skipifemb.inc');
require_once('skipifconnectfailure.inc');