]> granicus.if.org Git - php/commitdiff
Fix test due to opcache
authorXinchen Hui <laruence@php.net>
Wed, 3 Apr 2013 11:52:09 +0000 (19:52 +0800)
committerXinchen Hui <laruence@php.net>
Wed, 3 Apr 2013 11:52:09 +0000 (19:52 +0800)
Zend/tests/bug43450.phpt

index 926e146f4e56c19f213fd5961965aae0d357f2eb..a94eba312e9cf7ca2d5d0e8185495dc30edbbbaa 100644 (file)
@@ -2,6 +2,8 @@
 Bug #43450 (Memory leak on some functions with implicit object __toString() call)
 --SKIPIF--
 <?php if (!function_exists('memory_get_usage')) die('memory_get_usage() not installed'); ?>
+--INI--
+opcache.enable_cli=0
 --FILE--
 <?php
 error_reporting(E_ALL|E_STRICT);