Skip to content

Commit ae1d2b3

Browse files
committed
Neuter the partialLoadReady test until it's ngnix-ready
1 parent 9f7e4fc commit ae1d2b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/data/event/partialLoadReady.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
//try very hard to disable output buffering
3-
@ini_set("output_buffering", 0);
4-
@apache_setenv("no-gzip", 1);
5-
@ini_set("zlib.output_compression", 0);
3+
//@ini_set("output_buffering", 0);
4+
//@apache_setenv("no-gzip", 1);
5+
//@ini_set("zlib.output_compression", 0);
66
ob_start();
77
?>
88

0 commit comments

Comments
 (0)