From b5455f7a7d6468eee2b7728ee43db6edcf5d076f Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Wed, 1 Jul 2009 12:52:58 +0000 Subject: MFH - Adding XFAIL for some tests which expect the zval cache of mysqlnd to be on. It has been disabled for the PHP 5.3.0 release. Adding INI sections to ensure that statistics are collected. Adding tests that check if statistics collection can be disabled --- ext/mysqli/tests/mysqli_get_cache_stats.phpt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ext/mysqli/tests/mysqli_get_cache_stats.phpt') diff --git a/ext/mysqli/tests/mysqli_get_cache_stats.phpt b/ext/mysqli/tests/mysqli_get_cache_stats.phpt index c9dcc09598..745787f7ff 100644 --- a/ext/mysqli/tests/mysqli_get_cache_stats.phpt +++ b/ext/mysqli/tests/mysqli_get_cache_stats.phpt @@ -1,5 +1,10 @@ --TEST-- mysqli_get_cache_stats() +--XFAIL-- +zval caching has been temporarily disabled for the 5.3.0 release +--INI-- +mysqlnd.collect_statistics="1" +mysqlnd.collect_memory_statistics="1" --SKIPIF--