Searched refs:ob_gzhandler (Results 1 – 14 of 14) sorted by relevance
2 ob_gzhandler legacy16 if (false !== ob_gzhandler("", PHP_OUTPUT_HANDLER_START)) {18 ob_start("ob_gzhandler");
2 ob_gzhandler16 ob_start("ob_gzhandler");
2 Bug #55544 (ob_gzhandler always conflicts with zlib.output_compression)11 output_handler=ob_gzhandler
2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression9 ob_start('ob_gzhandler');
2 Bug #55544 (ob_gzhandler always conflicts with zlib.output_compression)15 output_handler=ob_gzhandler
2 Bug #65391 (Unable to send vary header user-agent when ob_start('ob_gzhandler') is called)14 ob_start("ob_gzhandler");
15 // test using ob_start and zlib.output_compression(or ob_gzhandler)23 // can't use ob_gzhandler with zlib.output_compression24 ob_start();//"ob_gzhandler");
2 Bug #60282 (Segfault when using ob_gzhandler() with open buffers)9 ob_start('ob_gzhandler');
14 ob_start('ob_gzhandler');
59 php_zlib_context *ob_gzhandler; variable
466 if (ZLIBG(ob_gzhandler)) { in php_zlib_cleanup_ob_gzhandler_mess()467 deflateEnd(&(ZLIBG(ob_gzhandler)->Z)); in php_zlib_cleanup_ob_gzhandler_mess()468 php_zlib_output_handler_context_dtor(ZLIBG(ob_gzhandler)); in php_zlib_cleanup_ob_gzhandler_mess()469 ZLIBG(ob_gzhandler) = NULL; in php_zlib_cleanup_ob_gzhandler_mess()476 static PHP_FUNCTION(ob_gzhandler) in PHP_FUNCTION() argument512 if (!ZLIBG(ob_gzhandler)) { in PHP_FUNCTION()513 ZLIBG(ob_gzhandler) = php_zlib_output_handler_context_init(); in PHP_FUNCTION()520 rv = php_zlib_output_handler_ex(ZLIBG(ob_gzhandler), &ctx); in PHP_FUNCTION()1418 PHP_FE(ob_gzhandler, arginfo_ob_gzhandler)1604 zlib_globals->ob_gzhandler = NULL; in PHP_GINIT_FUNCTION()
231 ; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
Completed in 21 milliseconds