From: Ulf Wendel Date: Wed, 27 May 2009 17:52:32 +0000 (+0000) Subject: The test is bogus as long as there is no (proper) way to detect from the PHP userland... X-Git-Tag: php-5.3.0RC3~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=774f562375d943aafd7f49bd42a5877efbdea01c;p=php 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. --- 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--