projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a2b48
)
Fix test (gzdecode not valid in 5.3 branch, maybe need add ? )
author
Xinchen Hui
<laruence@php.net>
Tue, 13 Sep 2011 13:18:57 +0000
(13:18 +0000)
committer
Xinchen Hui
<laruence@php.net>
Tue, 13 Sep 2011 13:18:57 +0000
(13:18 +0000)
ext/zlib/tests/003.phpt
patch
|
blob
|
history
diff --git
a/ext/zlib/tests/003.phpt
b/ext/zlib/tests/003.phpt
index d9275d9f1f2270ddd151ed87087eb780071bacae..9fe943659fe6a49518ef7f4d527d687ba49cce5b 100644
(file)
--- a/
ext/zlib/tests/003.phpt
+++ b/
ext/zlib/tests/003.phpt
@@
-1,7
+1,7
@@
--TEST--
gzencode()
--SKIPIF--
-<?php if (!extension_loaded("zlib")) print "skip"; ?>
+<?php if (!extension_loaded("zlib")
|| !function_exists("gzdecode")
) print "skip"; ?>
--FILE--
<?php
$original = str_repeat("hallo php",4096);