History log of /PHP-7.4/ext/zlib/zlib.c (Results 201 – 225 of 334)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


# dedf2a4c 05-Apr-2002 Stig Bakken

@Add zlib.output_compression_level option (Stig)


# 385b2330 05-Apr-2002 Zeev Suraski

Fix gzip/bz2 builds for Windows


Revision tags: php-4.2.0RC2
# 5ee65bd8 24-Mar-2002 Wez Furlong

Phase 1 of wrapper OO cleanup.
# Collecting underpants


# 8da00939 21-Mar-2002 Wez Furlong

really nuke it...


# a662f012 21-Mar-2002 Wez Furlong

Convert the gzfile related functions into aliases for their equivalents
in ext/standard/file.c, so a gzopen()ed file pointer can be used in
fread, fseek etc.
Improved behaviour of zlib st

Convert the gzfile related functions into aliases for their equivalents
in ext/standard/file.c, so a gzopen()ed file pointer can be used in
fread, fseek etc.
Improved behaviour of zlib stream.
Moved passthru code into streams.c
# I'm not happy about BG(mmap_file)
Nuked gzgetss_state as no longer needed.

show more ...


Revision tags: php-4.2.0RC1
# 3dbde958 20-Mar-2002 Wez Furlong

Make state parameter of php_strip_tags passed by reference.
Move state tracking to stream structure.


# 659a071e 20-Mar-2002 Wez Furlong

Streams are all tracked as resources now.
Add some logic that will help track down leaks
when debug is enabled.


# 14d62c7b 20-Mar-2002 Wez Furlong

Add parameter here too...


# 06712a50 19-Mar-2002 Wez Furlong

Implement user-space streams.
There's probably room for improvement,
docs will following some time this week.


# c9d5e137 18-Mar-2002 Wez Furlong

TSRMLS related work on streams, as discussed with Zeev.
# Should be the last "broad" commit for a while
# Don't forget to make clean ; make


# 73e79322 18-Mar-2002 Zeev Suraski

Fix the build and all of the outstanding VC++ warnings


# d2d87622 17-Mar-2002 Wez Furlong

Streams now make more use of the memory manager, so tracking down
leaking streams should be easier.
# I hate these big commits


# 5d0c53ee 16-Mar-2002 Wez Furlong

Fix some issues with gzFile and fsockopen.


# bc264db9 16-Mar-2002 Wez Furlong

change * formatting


12345678910>>...14