uw Mon, 04 Jan 2010 15:05:34 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=293085
Log:
The internal zval cache has been removed and not been reintroduced... remove
corresponding test code
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysql/tests/mysql_phpinfo.phpt
U php/php-src/trunk/ext/mysql/tests/mysql_phpinfo.phpt
Modified: php/php-src/branches/PHP_5_3/ext/mysql/tests/mysql_phpinfo.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysql/tests/mysql_phpinfo.phpt
2010-01-04 14:59:04 UTC (rev 293084)
+++ php/php-src/branches/PHP_5_3/ext/mysql/tests/mysql_phpinfo.phpt
2010-01-04 15:05:34 UTC (rev 293085)
@@ -1,8 +1,8 @@
--TEST--
phpinfo() mysql section
--SKIPIF--
-<?php
-require_once('skipif.inc');
+<?php
+require_once('skipif.inc');
require_once('skipifconnectfailure.inc');
?>
--FILE--
@@ -62,8 +62,7 @@
'connect_failure', 'connection_reused', 'explicit_close',
'implicit_close',
'disconnect_close', 'in_middle_of_command_close',
'explicit_free_result',
'implicit_free_result', 'explicit_stmt_close',
'implicit_stmt_close',
- 'put_hits', 'put_misses', 'get_hits', 'get_misses',
- 'size', 'free_items', 'references', 'mysql.cache_size',
+ 'size',
);
foreach ($expected as $k => $entry)
if (!stristr($phpinfo, $entry))
Modified: php/php-src/trunk/ext/mysql/tests/mysql_phpinfo.phpt
===================================================================
--- php/php-src/trunk/ext/mysql/tests/mysql_phpinfo.phpt 2010-01-04
14:59:04 UTC (rev 293084)
+++ php/php-src/trunk/ext/mysql/tests/mysql_phpinfo.phpt 2010-01-04
15:05:34 UTC (rev 293085)
@@ -1,8 +1,8 @@
--TEST--
phpinfo() mysql section
--SKIPIF--
-<?php
-require_once('skipif.inc');
+<?php
+require_once('skipif.inc');
require_once('skipifconnectfailure.inc');
?>
--FILE--
@@ -62,8 +62,7 @@
'connect_failure', 'connection_reused', 'explicit_close',
'implicit_close',
'disconnect_close', 'in_middle_of_command_close',
'explicit_free_result',
'implicit_free_result', 'explicit_stmt_close',
'implicit_stmt_close',
- 'put_hits', 'put_misses', 'get_hits', 'get_misses',
- 'size', 'free_items', 'references', 'mysql.cache_size',
+ 'size',
);
foreach ($expected as $k => $entry)
if (!stristr($phpinfo, $entry))
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php