History log of /PHP-7.3/ext/zlib/zlib.c (Results 151 – 175 of 330)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1
# 075e66cc 26-Sep-2003 Hartmut Holzgraefe

signed/unsigned compiler warning fixes


Revision tags: RELEASE_0_7
# 62068379 06-Sep-2003 Stefan Roehrich

Code cleanup:
Fixed ob_gzhandler with register_long_arrays = On.
Unified compression_coding global var (removed ob_gzip_coding).
Switched to zend_parse_parameters().
Added some tests.


# 5b09f342 29-Aug-2003 Sascha Schumann

improve format string


Revision tags: php-4.3.3
# aa632187 24-Aug-2003 Stefan Roehrich

Fixed bug #25218 ("deflate" compressed pages had a gzip header, which
should only be sent with "gzip" compressed pages).


# 8828e17a 24-Aug-2003 Stefan Roehrich

Fixed zlib.output_compression without register_long_vars set.


Revision tags: php-4.3.3RC4
# e9eb2901 11-Aug-2003 foobar

Nuke unused variable


# e491d75d 09-Aug-2003 Derick Rethans

- Fix memleak (this strndup is totally unnecessary)


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 308df2af 27-Jul-2003 Ilia Alshanetsky

Fixed bug #24827 (ob_gzhandler overrides Vary header)


# 5fcc682e 19-Jul-2003 Andrey Hristov

proto fixes


Revision tags: php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4
# 18954d8b 21-May-2003 Rasmus Lerdorf

Remove bogus commit here too


# ff36043d 21-May-2003 Sander Roobol

ob_gzhandler and zlib.output_compression should send a Content-Length
header if the length of the complete compressed output is known
# MFH follows in a few minutes, please wait with the rel

ob_gzhandler and zlib.output_compression should send a Content-Length
header if the length of the complete compressed output is known
# MFH follows in a few minutes, please wait with the release :)

show more ...


Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# d8a62b8e 17-Mar-2003 foobar

WS & CS fixes


# fa692f67 17-Mar-2003 Hartmut Holzgraefe

proto fix


Revision tags: php-4.3.2RC1
# 3c9155e0 07-Mar-2003 foobar

Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.


# 5c90216d 06-Mar-2003 David Hill

64-bit correction to variables passed to zend_parse_parameters
@64-bit correction to variables passed to zend_parse_parameters (Dave)


# af4aa97d 06-Mar-2003 Stefan Esser

Fixing functionicalls with variable number of parameters...


# 4934744b 17-Feb-2003 Zeev Suraski

Win32 build improvements


Revision tags: php-4.3.1
# 0a18a9d7 16-Feb-2003 Wez Furlong

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file de

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.

This change required linking against the winsock2 library. In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.

Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.

show more ...


# 21f766b7 10-Feb-2003 Moriyoshi Koizumi

Fixed zlib.output_compression so it can work even if zlib extension is built as shared


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 72b356c1 18-Jan-2003 Ilia Alshanetsky

Removed pointless memory allocation checks.


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


# abc4b4bb 31-Dec-2002 Wez Furlong

Fix for #21304 (gzopen did not report errors on open; "a" mode broken)


# 87a8b040 31-Dec-2002 Ilia Alshanetsky

Fix ZTS build.


# 0acb52fc 30-Dec-2002 Ilia Alshanetsky

Fixed bug #21228 (broken check for ob_gzhandler).
Fixed a bug that made ob_start return incorrect return value.


12345678910>>...14