History log of /PHP-5.5/ext/zlib/zlib.c (Results 176 – 200 of 262)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 797a079a 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work, and a bit of cleanup


# 1c25b8dd 30-Jul-2001 Zeev Suraski

Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# fe6f8712 27-Jul-2001 Zeev Suraski

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any unco

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...

show more ...


Revision tags: PRE_TSRM_MERGE_PATCH
# d3059036 13-Jul-2001 Thies C. Arntzen

make sure all string from zlib are \0 terminated.
change one realloc to erealloc (though this code is never reached IMHO)
add regression tests


# 11eca11d 13-Jul-2001 Thies C. Arntzen

fixed #12091. added \0 bytes at EOS in a few cases.


# bbe83e4f 11-Jul-2001 Thies C. Arntzen

gzencode() now zero-terminates its buffer.


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions


Revision tags: php-4.0.6RC2
# 1beda9ee 24-May-2001 Stig Bakken

* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)


Revision tags: php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5
# 2df7c8a0 30-Mar-2001 Anil Madhavapeddy

Send the correct Vary headers, if we negotiate a gzip/deflate session
via Accept-Encoding. This obeys a SHOULD directive in RFC2616

PR: 10070


Revision tags: php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# 177f9bd1 07-Mar-2001 Daniel Beulshausen

add missing globals fetches


# 0b65578e 06-Mar-2001 Zeev Suraski

Implement internal output compression?\0020:wq


# 39724f6e 04-Mar-2001 Zeev Suraski

Implemented chunked output buffering support - it's quite cool!


# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# c2fb53be 23-Feb-2001 Sascha Schumann

Finish fopen-wrappers rename.


# 9c1abab2 01-Feb-2001 Thies C. Arntzen

ws-only


# 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


1234567891011