]> granicus.if.org Git - php/commitdiff
The test is bogus as long as there is no (proper) way to detect from the PHP userland...
authorUlf Wendel <uw@php.net>
Wed, 27 May 2009 17:52:32 +0000 (17:52 +0000)
committerUlf Wendel <uw@php.net>
Wed, 27 May 2009 17:52:32 +0000 (17:52 +0000)
ext/mysqli/tests/mysqli_pconn_reuse.phpt

index 4a7e75b72f2d210f5b127a068bac98aa9acbdb50..c2808579ac08d77234feca3e122e8475db52e04e 100644 (file)
@@ -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');