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.

This commit is contained in:
Ulf Wendel 2009-05-27 17:52:32 +00:00
parent b3645db1ce
commit 774f562375

View file

@ -1,7 +1,9 @@
--TEST-- --TEST--
mysqli_pconnect() - reusing/caching persistent connections mysqli_pconnect() - reusing/caching persistent connections - TODO
--SKIPIF-- --SKIPIF--
<?php <?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('skipif.inc');
require_once('skipifemb.inc'); require_once('skipifemb.inc');
require_once('skipifconnectfailure.inc'); require_once('skipifconnectfailure.inc');