History log of /PHP-7.1/ext/zlib/zlib.c (Results 251 – 275 of 320)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1366f67d 01-Feb-2001 Thies C. Arntzen

@- When using the ob_gzhandler() PHP now automagically also sets the
@ Content-Lengh correctly which enables browsers to use the HTTP
@ Keep-Alive feature. (Thies)


# a4df53ad 01-Feb-2001 Sascha Schumann

Fix a huge memory leak in the ob_gzhandler.


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# cedb39ee 21-Nov-2000 Hartmut Holzgraefe

all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c
so all the #define/#include workarounds in zlib.c are no longer needed


# 67bb9d1a 20-Nov-2000 Hartmut Holzgraefe

fixed a compile problem with glibc<=2.1.1 (#7327, #7892)
# zlib.c still produces a warning, perhaps i should move
# the fopen wrapper to a seperate file to get things right
# but i think

fixed a compile problem with glibc<=2.1.1 (#7327, #7892)
# zlib.c still produces a warning, perhaps i should move
# the fopen wrapper to a seperate file to get things right
# but i think i will wait for the autoconf book to arrive

show more ...


# 6a86b6fa 13-Nov-2000 Zeev Suraski

Handle unable-to-add-new-headers error nicely


# 0f7f5c2c 13-Nov-2000 Zeev Suraski

- Import Jade Nicoletti's transparent gzip encoding support as an output
handler. Works quite nicely!
- Fix buglets in output buffering
- Add output_handler INI directive


# 4eece9b1 08-Nov-2000 Marc Pohl

add gzdeflate() and gzinflate() for handling of pure gzip-datastreams


# 6b435870 27-Oct-2000 Hartmut Holzgraefe

type fixes to make compilers happy


# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# 2d7860ed 23-Oct-2000 Sascha Schumann

__USE_GNU shall not be defined by application


# 6911ee5b 23-Oct-2000 Daniel Beulshausen

it's n.a. on win32 :)


# 48e5d318 23-Oct-2000 Stanislav Malyshev

Make zlib compile again


# 4d676fe9 21-Oct-2000 Andi Gutmans

- including php.h automatically includes the PHP config file.


# bef77674 21-Oct-2000 Daniel Beulshausen

i can find no php_config.h on win32 :)


# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
* Updated all relevant modules to provide the resource type name
to register_list_destructors() call
* Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@ get_resource_type() display "file" for file resources. (Andrei)

show more ...


# cae27179 13-Oct-2000 Hartmut Holzgraefe

fopen wrappers cleanup
- comfiguration is now done by an ini parameter
instead of a compile time option
- the implementations of the three standard wrappers
now live in se

fopen wrappers cleanup
- comfiguration is now done by an ini parameter
instead of a compile time option
- the implementations of the three standard wrappers
now live in seperate files in ext/standard
- the compiler is happy again, no more warnings

show more ...


# 5423a085 11-Oct-2000 Hartmut Holzgraefe

@ -read and write .gz-files transparently on glibc based systems
@ using the 'zlib:' fopen wrapper (Hartmut)


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 7ad22132 13-Jul-2000 Egon Schmid

Forgotten to change.


# 86dfb4c2 13-Jul-2000 Egon Schmid

Corrected some protos.


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 2b70aaf1 06-Jul-2000 Thies C. Arntzen

@- Fixed crash in gzopen(). (Thies)
# hmm - this should be rethought as one should be able to do
# gzopen("http://..")


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2
# 229b1708 26-Jun-2000 Andi Gutmans

- Don't depend on USE_PATH being equal to 1. Use #define value


# 90feef36 26-Jun-2000 Zeev Suraski

- Please NEVER copy fopen_wrappers.c functions to modules. They are ugly
- enough as is and need cleaning up. Duplicating the mess makes things just
- worse and prevents bug fixes in the func

- Please NEVER copy fopen_wrappers.c functions to modules. They are ugly
- enough as is and need cleaning up. Duplicating the mess makes things just
- worse and prevents bug fixes in the functions from propogating throughout
- PHP.
- This fix is untested so someone who uses zlib, please test it and report
- back.

show more ...


Revision tags: php-4.0.1RC
# 6614e8ed 25-Jun-2000 Zeev Suraski

- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including t

- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including the fopen-wrappers.c
- The mode to this function should at least be a #define but that is for
- another day. Anyway this whole stuff should be given more face lifts in
- the future.

show more ...


# 0c032536 24-Jun-2000 Sascha Schumann

Stop including dl/phpdl.h.


# 87a491d7 16-Jun-2000 Hartmut Holzgraefe

C++ // comments are evil ...


1...<<111213