uw Wed May 27 17:52:32 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysqli/tests mysqli_pconn_reuse.phpt
Log:
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.
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/mysqli_pconn_reuse.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/mysqli/tests/mysqli_pconn_reuse.phpt
diff -u php-src/ext/mysqli/tests/mysqli_pconn_reuse.phpt:1.1.2.1
php-src/ext/mysqli/tests/mysqli_pconn_reuse.phpt:1.1.2.2
--- php-src/ext/mysqli/tests/mysqli_pconn_reuse.phpt:1.1.2.1 Wed Oct 10
10:17:38 2007
+++ php-src/ext/mysqli/tests/mysqli_pconn_reuse.phpt Wed May 27 17:52:32 2009
@@ -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');
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php