diff options
author | reeze <reeze.xia@gmail.com> | 2012-03-29 00:18:02 +0800 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@ohgaki.net> | 2012-03-29 06:23:05 +0900 |
commit | abd2b2ee4332e598f46efec0cac0a9f546bc4f2d (patch) | |
tree | 8bc76d4d4942799c5bb643159409195ae780bbd3 /tests | |
parent | 5ddfdb8fd4f52d49a9483792ccc37d7879b14e72 (diff) | |
download | php-git-abd2b2ee4332e598f46efec0cac0a9f546bc4f2d.tar.gz |
- fix bug #61541, Segfault when using ob_* in output_callback
Diffstat (limited to 'tests')
-rw-r--r-- | tests/output/ob_011.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/output/ob_011.phpt b/tests/output/ob_011.phpt index a90fd56f83..35b0388339 100644 --- a/tests/output/ob_011.phpt +++ b/tests/output/ob_011.phpt @@ -1,7 +1,5 @@ --TEST-- output buffering - fatalism ---XFAIL-- -This test will fail until the fix in revision r214155 is backported from php 6 --FILE-- <?php function obh($s) |