Patch 61659.diff for SPL related Bug #61659
Patch version 2012-04-07 12:00 UTC
Return to Bug #61659 |
Download this patch
Patch Revisions:
Developer: ab@php.net
diff --git a/ext/spl/tests/bug60082.phpt b/ext/spl/tests/bug60082.phpt
index 2cf9692..346bee7 100755
--- a/ext/spl/tests/bug60082.phpt
+++ b/ext/spl/tests/bug60082.phpt
@@ -7,6 +7,8 @@ if ((stristr(PHP_OS, 'freebsd'))) {
die('skip.. this test causes the run-tests.php to hang on Freebsd, see #60186');
}
?>
+--INI--
+allow_call_time_pass_reference = Off
--FILE--
<?php
$test = array();
|