diff options
author | Jani Taskinen <jani@php.net> | 2009-11-28 00:47:42 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-11-28 00:47:42 +0000 |
commit | c4d350632b05ddf44535a7c4192c1b06e95c1961 (patch) | |
tree | 290dea40ed23c666bcfa15e4271a3affe3cf0712 /tests/output | |
parent | 2e5546d71ed397103188d7b7e606696550ef9aaf (diff) | |
download | php-git-c4d350632b05ddf44535a7c4192c1b06e95c1961.tar.gz |
- Use correct revision
Diffstat (limited to 'tests/output')
-rw-r--r-- | tests/output/ob_011.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/output/ob_011.phpt b/tests/output/ob_011.phpt index 996ed3925f..a90fd56f83 100644 --- a/tests/output/ob_011.phpt +++ b/tests/output/ob_011.phpt @@ -1,8 +1,7 @@ --TEST-- output buffering - fatalism --XFAIL-- -This test will fail until the fix in version 1.178 of ext/main/output.c -is backported from php 6 +This test will fail until the fix in revision r214155 is backported from php 6 --FILE-- <?php function obh($s) |