aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/event
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2012-08-22 21:18:45 -0400
committerDave Methvin <dave.methvin@gmail.com>2012-08-22 21:47:59 -0400
commitae1d2b3173876e7062324aa61398fef9d0f59f79 (patch)
tree2a2a74cf438645b406896c5a4618dff399e62ab1 /test/data/event
parent9f7e4fcf6a7f469dd30baf5cb68cc7d938ce9144 (diff)
downloadjquery-ae1d2b3173876e7062324aa61398fef9d0f59f79.tar.gz
jquery-ae1d2b3173876e7062324aa61398fef9d0f59f79.zip
Neuter the partialLoadReady test until it's ngnix-ready
Diffstat (limited to 'test/data/event')
-rw-r--r--test/data/event/partialLoadReady.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/data/event/partialLoadReady.php b/test/data/event/partialLoadReady.php
index 000ee567b..1a93b0b8a 100644
--- a/test/data/event/partialLoadReady.php
+++ b/test/data/event/partialLoadReady.php
@@ -1,8 +1,8 @@
<?php
//try very hard to disable output buffering
-@ini_set("output_buffering", 0);
-@apache_setenv("no-gzip", 1);
-@ini_set("zlib.output_compression", 0);
+//@ini_set("output_buffering", 0);
+//@apache_setenv("no-gzip", 1);
+//@ini_set("zlib.output_compression", 0);
ob_start();
?>