Home
last modified time | relevance | path

Searched refs:ob_gzhandler (Results 1 – 15 of 15) sorted by relevance

/PHP-5.6/ext/zlib/tests/
H A Dob_gzhandler_legacy_002.phpt2 ob_gzhandler legacy
16 if (false !== ob_gzhandler("", PHP_OUTPUT_HANDLER_START)) {
18 ob_start("ob_gzhandler");
H A Dbug55544-win.phpt2 Bug #55544 (ob_gzhandler always conflicts with zlib.output_compression)
11 output_handler=ob_gzhandler
H A Dob_005.phpt2 ob_gzhandler
16 ob_start("ob_gzhandler");
H A Dbug55544.phpt2 Bug #55544 (ob_gzhandler always conflicts with zlib.output_compression)
11 output_handler=ob_gzhandler
H A Dbug61820.phpt2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression
9 ob_start('ob_gzhandler');
H A Dob_004.phpt2 ob_gzhandler
16 ob_start("ob_gzhandler");
H A Dbug65391.phpt2 Bug #65391 (Unable to send vary header user-agent when ob_start('ob_gzhandler') is called)
14 ob_start("ob_gzhandler");
H A Dbug60761.phpt15 // test using ob_start and zlib.output_compression(or ob_gzhandler)
23 // can't use ob_gzhandler with zlib.output_compression
24 ob_start();//"ob_gzhandler");
/PHP-5.6/tests/output/
H A Dbug60282.phpt2 Bug #60282 (Segfault when using ob_gzhandler() with open buffers)
9 ob_start('ob_gzhandler');
H A Dob_018.phpt14 ob_start('ob_gzhandler');
/PHP-5.6/ext/zlib/
H A Dzlib.c450 if (ZLIBG(ob_gzhandler)) { in php_zlib_cleanup_ob_gzhandler_mess()
451 deflateEnd(&(ZLIBG(ob_gzhandler)->Z)); in php_zlib_cleanup_ob_gzhandler_mess()
452 php_zlib_output_handler_context_dtor(ZLIBG(ob_gzhandler) TSRMLS_CC); in php_zlib_cleanup_ob_gzhandler_mess()
453 ZLIBG(ob_gzhandler) = NULL; in php_zlib_cleanup_ob_gzhandler_mess()
460 static PHP_FUNCTION(ob_gzhandler) in PHP_FUNCTION() argument
496 if (!ZLIBG(ob_gzhandler)) { in PHP_FUNCTION()
497 ZLIBG(ob_gzhandler) = php_zlib_output_handler_context_init(TSRMLS_C); in PHP_FUNCTION()
505 rv = php_zlib_output_handler_ex(ZLIBG(ob_gzhandler), &ctx); in PHP_FUNCTION()
872 PHP_FE(ob_gzhandler, arginfo_ob_gzhandler)
1018 zlib_globals->ob_gzhandler = NULL; in ZEND_MODULE_GLOBALS_CTOR_D()
H A Dphp_zlib.h56 php_zlib_context *ob_gzhandler; variable
/PHP-5.6/
H A Dphp.ini-development245 ; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
H A Dphp.ini-production245 ; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
H A DNEWS3216 ob_start('ob_gzhandler') is called) (Mike)
4373 . Fixed bug #55544 (ob_gzhandler always conflicts with
4545 . Fixed bug #61820 (using ob_gzhandler will complain about headers already
4877 . Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers).
5125 . Fixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression).
10988 - Fixed bug #34191 (ob_gzhandler does not enforce trailing \0). (Ilia)

Completed in 66 milliseconds