Searched refs:zlib (Results 1 - 11 of 11) sorted by relevance
| /PHP_TRUNK/ext/phar/tests/tar/files/ |
| H A D | corrupt_tarmaker.php.inc | 19 function __construct($path, $compress = 'zlib') 26 if ($compress === 'zlib' && !function_exists('gzopen')) { 28 'zlib extension not available'); 138 case 'zlib' :
|
| H A D | make.dangerous.tar.php.inc | 20 function __construct($path, $compress = 'zlib') 27 if ($compress === 'zlib' && !function_exists('gzopen')) { 29 'zlib extension not available'); 131 case 'zlib' :
|
| H A D | tarmaker.php.inc | 19 function __construct($path, $compress = 'zlib') 26 if ($compress === 'zlib' && !function_exists('gzopen')) { 28 'zlib extension not available'); 130 case 'zlib' :
|
| /PHP_TRUNK/ext/zip/lib/ |
| H A D | zipint.h | 37 #include <zlib.h> 181 int sys_err; /* copy of errno (E*) or zlib error code */
|
| /PHP_TRUNK/ |
| H A D | makerpm | 72 --with-zlib \ 90 --with-zlib \
|
| /PHP_TRUNK/travis/ |
| H A D | compile.sh | 17 --with-zlib \ 18 --with-zlib-dir=/usr \
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_gd2.c | 21 #include <zlib.h> 690 /* The zlib notes say output buffer size should be (input size) * 1.01 * 12
|
| /PHP_TRUNK/ext/zlib/ |
| H A D | php_zlib.h | 26 #include <zlib.h> 34 #define PHP_ZLIB_OUTPUT_HANDLER_NAME "zlib output compression" 50 ZEND_BEGIN_MODULE_GLOBALS(zlib) 59 ZEND_END_MODULE_GLOBALS(zlib); variable
|
| H A D | zlib.c | 37 ZEND_DECLARE_MODULE_GLOBALS(zlib); variable 385 /* HACK: See zlib/examples/zpipe.c inf() function for explanation. */ 457 * NOTE that the real ob_gzhandler is an alias to "zlib output compression". 693 Uncompress any raw/gzip/zlib encoded data */ 709 Encode data with the zlib encoding */ 724 Decode zlib encoded data */ 887 php_error_docref("ref.outcontrol" TSRMLS_CC, E_CORE_ERROR, "Cannot use both zlib.output_compression and output_handler together!!"); 893 php_error_docref("ref.outcontrol" TSRMLS_CC, E_WARNING, "Cannot change zlib.output_compression - headers already sent"); 915 php_error_docref("ref.outcontrol" TSRMLS_CC, E_WARNING, "Cannot change zlib.output_handler - headers already sent"); 925 STD_PHP_INI_BOOLEAN("zlib [all...] |
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_net.c | 33 #include <zlib.h>
|
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | compress.c | 61 #include <zlib.h> 365 file_error(ms, 0, "zlib: %s", z.msg); 371 file_error(ms, 0, "zlib: %s", z.msg);
|
Completed in 29 milliseconds