Home
last modified time | relevance | path

Searched refs:zlib (Results 1 – 25 of 376) sorted by last modified time

12345678910>>...16

/PHP-7.3/
H A DNEWS1744 . Added zlib/level context option for compress.zlib wrapper. (Sara)
1907 - zlib:
1908 . Fixed bug #65988 (Zlib version check fails when an include/zlib/ style dir
1909 is passed to the --with-zlib configure option). (Jay Bonci)
1910 . Fixed bug #76709 (Minimal required zlib library is 1.2.0.4). (petk)
2659 - zlib:
H A DUPGRADING573 zlib:
574 . Added the zlib/level context option for the compress.zlib wrapper to
H A Dphp.ini-production231 ; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
233 ; Instead you must use zlib.output_handler.
254 ; Transparent output compression using the zlib library
261 ; Note: You need to use zlib.output_handler instead of the standard
263 ; http://php.net/zlib.output-compression
264 zlib.output_compression = Off
266 ; http://php.net/zlib.output-compression-level
267 ;zlib.output_compression_level = -1
269 ; You cannot specify additional output handlers if zlib.output_compression
272 ; http://php.net/zlib.output-handler
[all …]
H A Dphp.ini-development231 ; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
233 ; Instead you must use zlib.output_handler.
254 ; Transparent output compression using the zlib library
261 ; Note: You need to use zlib.output_handler instead of the standard
263 ; http://php.net/zlib.output-compression
264 zlib.output_compression = Off
266 ; http://php.net/zlib.output-compression-level
267 ;zlib.output_compression_level = -1
269 ; You cannot specify additional output handlers if zlib.output_compression
272 ; http://php.net/zlib.output-handler
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Durl_t.phpt58 'zlib:http://foo@bar',
59 'zlib:filename.txt',
60 'zlib:/path/to/my/file/file.txt',
630 --> zlib:http://foo@bar: array(2) {
632 string(4) "zlib"
637 --> zlib:filename.txt: array(2) {
639 string(4) "zlib"
644 --> zlib:/path/to/my/file/file.txt: array(2) {
646 string(4) "zlib"
/PHP-7.3/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt561 --> zlib:http://foo@bar: array(2) {
563 string(4) "zlib"
568 --> zlib:filename.txt: array(2) {
570 string(4) "zlib"
575 --> zlib:/path/to/my/file/file.txt: array(2) {
577 string(4) "zlib"
H A Dparse_url_basic_003.phpt75 --> zlib:http://foo@bar : NULL
76 --> zlib:filename.txt : NULL
77 --> zlib:/path/to/my/file/file.txt : NULL
H A Dparse_url_basic_005.phpt75 --> zlib:http://foo@bar : NULL
76 --> zlib:filename.txt : NULL
77 --> zlib:/path/to/my/file/file.txt : NULL
H A Dparse_url_unterminated.phpt563 --> zlib:http://foo@bar: array(2) {
565 string(4) "zlib"
570 --> zlib:filename.txt: array(2) {
572 string(4) "zlib"
577 --> zlib:/path/to/my/file/file.txt: array(2) {
579 string(4) "zlib"
H A Dparse_url_basic_004.phpt75 --> zlib:http://foo@bar : NULL
76 --> zlib:filename.txt : NULL
77 --> zlib:/path/to/my/file/file.txt : NULL
H A Dparse_url_basic_002.phpt76 --> zlib:http://foo@bar : string(4) "zlib"
77 --> zlib:filename.txt : string(4) "zlib"
78 --> zlib:/path/to/my/file/file.txt : string(4) "zlib"
H A Dparse_url_basic_006.phpt75 --> zlib:http://foo@bar : NULL
76 --> zlib:filename.txt : NULL
77 --> zlib:/path/to/my/file/file.txt : NULL
H A Dparse_url_basic_007.phpt75 --> zlib:http://foo@bar : string(14) "http://foo@bar"
76 --> zlib:filename.txt : string(12) "filename.txt"
77 --> zlib:/path/to/my/file/file.txt : string(25) "/path/to/my/file/file.txt"
H A Durls.inc55 'zlib:http://foo@bar',
56 'zlib:filename.txt',
57 'zlib:/path/to/my/file/file.txt',
H A Dparse_url_basic_008.phpt75 --> zlib:http://foo@bar : NULL
76 --> zlib:filename.txt : NULL
77 --> zlib:/path/to/my/file/file.txt : NULL
H A Dparse_url_basic_009.phpt75 --> zlib:http://foo@bar : NULL
76 --> zlib:filename.txt : NULL
77 --> zlib:/path/to/my/file/file.txt : NULL
/PHP-7.3/ext/pdo_mysql/
H A Dconfig.m410 PHP_ARG_WITH(zlib-dir, for the location of libz,
11 [ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
116 … AC_MSG_ERROR([Try adding --with-zlib-dir=<DIR>. Please check config.log for more information.])
/PHP-7.3/ext/phar/tests/
H A Dbug71625.phpt8 if (!extension_loaded("phar") || !extension_loaded("zlib")) die("skip");
H A Dbug76584.phpt6 if (!extension_loaded('zlib')) die('skip zlib extension not available');
/PHP-7.3/travis/
H A Dcompile.sh50 --with-zlib \
51 --with-zlib-dir=/usr \
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1785 #include <zlib.h>
1803 - * defined if we have a built-in zlib, and the built-in zlib handles that.
1804 - * That is not true for android where we have zlib.h and not -lz.
1807 - "import sys, zlib; sys.stdout.write(zlib.decompress(sys.stdin.read()))";
/PHP-7.3/ext/zlib/tests/
H A Dzlib_wrapper_fflush_basic.phpt2 Test function fflush() on a zlib stream wrapper
5 if (!extension_loaded("zlib")) {
H A Dzlib_wrapper_ftruncate_basic.phpt2 Test function ftruncate() on zlib wrapper by calling it with its expected arguments
5 if (!extension_loaded("zlib")) {
H A Dzlib_wrapper_meta_data_basic.phpt2 Test function stream_get_meta_data on a zlib stream
5 if (!extension_loaded("zlib")) {
17 $f = "compress.zlib://".dirname(__FILE__)."/004.txt.gz";
63 string(%d) "compress.zlib://%s/004.txt.gz"
/PHP-7.3/ext/zlib/
H A Dzlib.c50 ZEND_DECLARE_MODULE_GLOBALS(zlib);
1498 static PHP_MINIT_FUNCTION(zlib) in PHP_INI_END()
1561 static PHP_RINIT_FUNCTION(zlib) in PHP_RINIT_FUNCTION() argument
1584 static PHP_MINFO_FUNCTION(zlib) in PHP_MINFO_FUNCTION() argument
1614 PHP_MINIT(zlib),
1615 PHP_MSHUTDOWN(zlib),
1616 PHP_RINIT(zlib),
1617 PHP_RSHUTDOWN(zlib),
1618 PHP_MINFO(zlib),
1620 PHP_MODULE_GLOBALS(zlib),
[all …]

Completed in 89 milliseconds

12345678910>>...16