Browse Source

MFB

migration/RELEASE_1_0_0
Nuno Lopes 19 years ago
parent
commit
22ad2f9538
  1. 4
      ext/zlib/tests/bug_34821.phpt

4
ext/zlib/tests/bug_34821.phpt

@ -5,12 +5,12 @@ Bug #34821 (zlib encoders fail on widely varying binary data)
--FILE--
<?php
// test 50 bytes to 500k
// test 50 bytes to 50k
$b = array(
50,
500,
5000,
250000,
50000,
// 1000000, // works, but test would take too long
);

Loading…
Cancel
Save