History log of /PHP-8.0/ext/zlib/zlib.c (Results 51 – 75 of 356)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.0.8, php-5.6.23
# 16160386 21-Jun-2016 Dmitry Stogov

Added ZEND_ATTRIBUTE_FORMAT to some middind functions.
"%p" replaced by ZEND_LONG_FMT to avoid compilation warnings.
Fixed most incorrect use cases of format specifiers.


Revision tags: php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1
# 1ac15293 03-Mar-2016 Nikita Popov

Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE

Also re bug #71575.


Revision tags: php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1
# c9357f82 14-Feb-2016 Nikita Popov

Format string fixes

Conflicts:
ext/pgsql/pgsql.c


Revision tags: php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1
# aae9004e 17-Aug-2015 Julien Pauli

Removed dead code


Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1
# 9b6bb2d4 21-May-2015 Bob Weinand

Add support for string dictionaries, fix array dictionaries ({de,in}flate)


# 2eab2113 15-May-2015 Xinchen Hui

Fixed segfault


# 6868b56e 15-May-2015 Bob Weinand

Fix unrelated tests and zlib window size


# 00ea48ad 15-May-2015 Bob Weinand

Minor typo in warning message


# 227a21b2 15-May-2015 Bob Weinand

Add strategy option to deflate_init()


# 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


12345678910>>...15