History log of /php-src/ext/zlib/zlib.c (Results 226 – 250 of 373)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.2.3RC2, php-4.2.3RC1
# a6e8e723 23-Aug-2002 Zeev Suraski

Fix ob_gzhandler()'s handling of requests w/o compression but that do have
the Accept-Encoding header

# a388ab62 22-Aug-2002 Wez Furlong

Fix error messages.

# 0ea1dda8 22-Aug-2002 Stefan Roehrich

Fixed prototype.
Fixed double printing of function name in docref error messages.

# f15b4c1e 20-Aug-2002 Marcus Boerger

change to php_error_docref()
#documentation about output relevant ini settings will be in ref.outcontrol

# fdf514f4 20-Aug-2002 Marcus Boerger

Changed handling of output buffer sizes.

# 42355837 11-Aug-2002 Yasuo Ohgaki

Changed my mind.
Let users decided whether users want larger chunk size or not.
@ Changed zlib.output_compression behavior. If larger chunk is preferred,
enable output_buffering also. (

Changed my mind.
Let users decided whether users want larger chunk size or not.
@ Changed zlib.output_compression behavior. If larger chunk is preferred,
enable output_buffering also. (Marcus, Yasuo)

show more ...

# 02ed7058 11-Aug-2002 Yasuo Ohgaki

Generally speaking, sending packets less than 1KB is not efficient.
We're better to take some benchmarks see if removing extra buffer
is actually a good idea or not.

# 21903dfc 10-Aug-2002 Marcus Boerger

corrected handling of internal output buffers
minor fixs

# ff63bf2a 10-Aug-2002 Marcus Boerger

no need to start additional first buffer when output compression is first buffer

# 28960797 10-Aug-2002 Marcus Boerger

should fix all windows warnings

# 9c8ba935 09-Aug-2002 Marcus Boerger

Improved handling of output buffers (see news)\n#No trim for the string parameter...

Revision tags: dev
# 6f786ebf 28-Jul-2002 Stefan Roehrich

Commit patch as discussed on LinuxTag and posted to php-dev in June.
Disables zlib.output_compression for scripts with image/ content-type
header (fixes bug #16109) and makes it possible to s

Commit patch as discussed on LinuxTag and posted to php-dev in June.
Disables zlib.output_compression for scripts with image/ content-type
header (fixes bug #16109) and makes it possible to switch
zlib.output_compression during script execution before the headers are
sent.
@- zlib.output_compression is disabled for "image/" content-type
@ headers and can be changed during script execution. (Stefan)

show more ...

Revision tags: php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# 94127f25 18-Jun-2002 Derick Rethans

- oops... read before commit :)

# 81860467 18-Jun-2002 Derick Rethans

- It doesn't work from within a script... so we disallow it

Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90
# cce0d2f7 02-Jun-2002 Stefan Roehrich

Added "Vary: Accept-Encoding" header to zlib.output_compression
compressed output as with obgzhandler().
@ If zlib.output_compression is enabled and a page is compressed
@ a "Vary: Accept

Added "Vary: Accept-Encoding" header to zlib.output_compression
compressed output as with obgzhandler().
@ If zlib.output_compression is enabled and a page is compressed
@ a "Vary: Accept-Encoding" header is added. (Stefan)
# obgzhandler() sends this header, I think it is recommened by
# RFC 2616. If there are problems (e.g. with some browsers)
# it should be reverted.

show more ...

Revision tags: php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2
# 43df0c78 02-May-2002 Yasuo Ohgaki

Move Content-Length: header handling from zlib.c to output.c
When output buffer is enabled and header can be sent, Content-Length:
header is added always from now on.

Revision tags: php-4.2.1RC1
# 30fd7de1 27-Apr-2002 Sascha Schumann

s/len/xln/ was necessary here

Noticed by: Charles O Parks III

# aab439f2 27-Apr-2002 Sascha Schumann

Use a single macro to set cl header

# 7b59a131 27-Apr-2002 Thies C. Arntzen

@ - If possible set Content-Length header in zlib.output_compression mode. (thies)

Revision tags: php-4.2.0
# 928bae9c 19-Apr-2002 Wez Furlong

Make scheme part decoding rfc2396 compliant.
Change zlib:// and bzip2:// to compress.zlib:// and compress.bzip2://
Tidy up old socket/network code/comments.

# b10b24d5 16-Apr-2002 Wez Furlong

Always initialize wrappers, regardless of PG(allow_url_fopen).
Add is_url field to wrapper structure; the stream wrapper openers
will disallow opening is is_url && !PG(allow_url_fopen).
A

Always initialize wrappers, regardless of PG(allow_url_fopen).
Add is_url field to wrapper structure; the stream wrapper openers
will disallow opening is is_url && !PG(allow_url_fopen).
Add infrastructure for stat($url) and opendir($url).
Tidy up/centralize code that locates and instantiates wrappers for the
various operations.
Implement opendir for plain files.
Make the PHP opendir and dir functions use the streams implementations.
Add modelines for syntax highlighting the pear scripts in vim

show more ...

# 1f4d4873 16-Apr-2002 Wez Furlong

remove old code

Revision tags: php-4.2.0RC4
# 067ca4e8 12-Apr-2002 foobar

Do NOT use C++ comments in C code.

Revision tags: php-4.2.0RC3
# 7ff43f04 12-Apr-2002 Frank M. Kromann

Removing a unused local variable.
Setting the size before returning the value in readgzfile

# e1d0a147 10-Apr-2002 Wez Furlong

Implement stream context and status notification system.
Bump the BC for zlib notice to a warning
# See my RFC to php-dev a few days ago

12345678910>>...15