Commit:    b2f2e1d6ccf5e4e282799c6639548833d766985a
Author:    Anatoliy Belsky <a...@php.net>         Tue, 10 Apr 2012 14:03:19 
+0200
Parents:   b3be5d920a7e084d04e7bd05d2d035d67506bd39
Branches:  PHP-5.3 PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=b2f2e1d6ccf5e4e282799c6639548833d766985a

Log:
Fix bug #61659 Test ext\spl\tests\bug60082.phpt fails

Bugs:
https://bugs.php.net/61659
https://bugs.php.net/60082

Changed paths:
  M  ext/spl/tests/bug60082.phpt


Diff:
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 CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to