php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

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();
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC