History log of /PHP-7.1/ext/zlib/zlib.c (Results 26 – 50 of 320)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dd17e18f 15-May-2015 Bob Weinand

Add dictionary option to {in,de}flate_init()


# a129ded3 14-May-2015 Bob Weinand

Add window option to {de,in}flate_init()


Revision tags: php-5.5.25, php-5.6.9, php-5.4.41
# c4881729 07-May-2015 Daniel Lowrey

Improve ZBLOCK handling with zlib < 1.2.4

The original commit for this issue (62b1293) assumed Z_BLOCK was
only defined in < 1.2.4. However, this flush type *is* defined but
is only

Improve ZBLOCK handling with zlib < 1.2.4

The original commit for this issue (62b1293) assumed Z_BLOCK was
only defined in < 1.2.4. However, this flush type *is* defined but
is only unavailable for use with deflate().

This new commit correctly checks the ZLIB_VERNUM constant to
determine if Z_BLOCK flush is available for the current deflate()
operation and triggers an appropriate error as needed.

New ZLIB_VERSION and ZLIB_VERNUM constants are also exposed in
userland to allow testing this behavior in environments running
zlib < 1.2.4 (ZLIB_VERNUM check is needed).

show more ...


# 62b1293e 07-May-2015 Daniel Lowrey

Fix Z_BLOCK breakage when built against zlib < 1.2.4


Revision tags: php-5.6.9RC1, php-5.5.25RC1
# 40e465e3 25-Apr-2015 Nikita Popov

Clean up some type conversions

While at it also fix some type checks in iconv and drop dead and
unported code in standard/filters.


# 300b1db0 25-Apr-2015 Nikita Popov

Tweak new deflate/inflate implementations

Return NULL on zpp.
Don't manually cast zvals to long.


# 38ea6a82 24-Apr-2015 Daniel Lowrey

Fix vim folding block


# 585037c1 22-Apr-2015 Daniel Lowrey

Add incremental zlib inflate API


# daecc326 22-Apr-2015 Daniel Lowrey

Several deflate_* changes (more after the jump)

- Remove deflate_flush()
- Add ZLIB_FINISH constant for use with deflate_add()
- Use options array at parameter 2 of deflate_add() to

Several deflate_* changes (more after the jump)

- Remove deflate_flush()
- Add ZLIB_FINISH constant for use with deflate_add()
- Use options array at parameter 2 of deflate_add() to insulate
against future API changes
- Minor bug fixes
- deflate_init() and deflate_add() now always return FALSE in the
event of an error

show more ...


Revision tags: php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS
# e0e1d99c 27-Feb-2015 Bob Weinand

Add incremental zlib deflate API


# 4435b914 05-Apr-2015 Stanislav Malyshev

Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)


# 663074b6 23-Mar-2015 Anatol Belski

cleanup mod version macros and mod defs, round x


# d146d150 19-Mar-2015 Dmitry Stogov

Optimize zend_string_realloc() add more specialized versions zend_string_extend() and zend_string_truncate()


Revision tags: php-5.6.6, php-5.5.22, php-5.4.38
# af3ca745 16-Feb-2015 Anatol Belski

made ZEND_TSRMLS_CACHE_* macros look like function calls

which also comply with the current semantics for such macros


# 3a71fa36 13-Feb-2015 Xinchen Hui

Micro opt


Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3
# 65fee904 12-Nov-2014 Matteo Beccati

Fixed bug #53829 Compiling PHP with large file support will replace function gzopen by gzopen64


Revision tags: php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18
# 98a8481e 15-Oct-2014 Anatol Belski

converted some ext/mysql* and fixed ext/zlib


# 236857cb 15-Oct-2014 Anatol Belski

converted ext/zlib with static tsrm ls cache


# c00424e4 15-Oct-2014 Anatol Belski

bring back all the TSRMLS_FETCH() stuff

for better comparability with the mainstream


Revision tags: php-5.4.34, php-5.5.18RC1, php-5.6.1
# 14eefc82 26-Sep-2014 Anatol Belski

cleanup after the removed PHP_OUTPUT_TSRMLS


12345678910>>...13