From 774f562375d943aafd7f49bd42a5877efbdea01c Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Wed, 27 May 2009 17:52:32 +0000 Subject: [PATCH] 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. --- ext/mysqli/tests/mysqli_pconn_reuse.phpt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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--