Test: /ext/zlib/tests/zlib_wrapper_meta_data_basic.phpt - Version 5.3.19    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
002+
003+ Fatal error: Call to undefined function gzopen() in %s/zlib_wrapper_meta_data_basic.php on line 4
002- array(7) {
003- ["stream_type"]=>
004- string(4) "ZLIB"
005- ["mode"]=>
006- string(1) "r"
007- ["unread_bytes"]=>
008- int(0)
009- ["seekable"]=>
010- bool(true)
011- ["timed_out"]=>
012- bool(false)
013- ["blocked"]=>
014- bool(true)
015- ["eof"]=>
016- bool(false)
017- }
018-
019- with wrapper
020- array(9) {
021- ["wrapper_type"]=>
022- string(4) "ZLIB"
023- ["stream_type"]=>
024- string(4) "ZLIB"
025- ["mode"]=>
026- string(1) "r"
027- ["unread_bytes"]=>
028- int(0)
029- ["seekable"]=>
030- bool(true)
031- ["uri"]=>
032- string(%d) "compress.zlib://%s/004.txt.gz"
033- ["timed_out"]=>
034- bool(false)
035- ["blocked"]=>
036- bool(true)
037- ["eof"]=>
038- bool(false)
039- }
040- ===DONE===