diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2013-08-02 12:01:12 -0400 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2013-08-02 12:01:12 -0400 |
commit | 3d0aca80f2f8a63627213881ea06f7ce4d499b14 (patch) | |
tree | 21dc33ddcb919db07b0aa594edaf4e853f622540 /ext/spl | |
parent | a85e71e6552ae6b49552bc4c407868b88649146d (diff) | |
parent | e55f08a5aedf7f0153a969dbca870d7213c49a0f (diff) | |
download | php-git-3d0aca80f2f8a63627213881ea06f7ce4d499b14.tar.gz |
Merge commit 'e55f08a' into PHP-5.5
* commit 'e55f08a':
This test will only work if gc is enabled
Diffstat (limited to 'ext/spl')
-rw-r--r-- | ext/spl/tests/bug63680.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spl/tests/bug63680.phpt b/ext/spl/tests/bug63680.phpt index 3a20c4bb17..0b5c35dc74 100644 --- a/ext/spl/tests/bug63680.phpt +++ b/ext/spl/tests/bug63680.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #63680 (Memleak in splfixedarray with cycle reference) +--INI-- +zend.enable_gc=1 --FILE-- <?php function dummy() { |