mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
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:
parent
b3645db1ce
commit
774f562375
1 changed files with 3 additions and 1 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue