summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
...
* Commit patch as discussed on LinuxTag and posted to php-dev in June.Stefan Roehrich2002-07-282-20/+34
* - oops... read before commit :)Derick Rethans2002-06-181-1/+1
* - It doesn't work from within a script... so we disallow itDerick Rethans2002-06-181-1/+1
* Added "Vary: Accept-Encoding" header to zlib.output_compressionStefan Roehrich2002-06-021-0/+6
* Move Content-Length: header handling from zlib.c to output.cYasuo Ohgaki2002-05-021-18/+3
* s/len/xln/ was necessary hereSascha Schumann2002-04-271-2/+2
* Use a single macro to set cl headerSascha Schumann2002-04-271-12/+16
* @ - If possible set Content-Length header in zlib.output_compression mode. (t...Thies C. Arntzen2002-04-271-1/+8
* Make scheme part decoding rfc2396 compliant.Wez Furlong2002-04-192-3/+3
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-162-6/+6
* remove old codeWez Furlong2002-04-161-13/+0
* Do NOT use C++ comments in C code.foobar2002-04-121-2/+0
* Removing a unused local variable.Frank M. Kromann2002-04-121-2/+2
* Implement stream context and status notification system.Wez Furlong2002-04-103-5/+6
* Added BC support for old style zlib: wrapper.Wez Furlong2002-04-061-0/+2
* @Add zlib.output_compression_level option (Stig)Stig Bakken2002-04-052-9/+30
* Fix gzip/bz2 builds for WindowsZeev Suraski2002-04-052-23/+23
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-1/+2
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-243-7/+11
* Require that wrappers use <protocol>://<path> to avoidWez Furlong2002-03-211-2/+2
* Implement bz2 streams and bz2: wrapper.Wez Furlong2002-03-211-1/+8
* really nuke it...Wez Furlong2002-03-211-3/+0
* Convert the gzfile related functions into aliases for their equivalentsWez Furlong2002-03-213-403/+41
* Make state parameter of php_strip_tags passed by reference.Wez Furlong2002-03-201-1/+1
* Streams are all tracked as resources now.Wez Furlong2002-03-201-8/+2
* Add parameter here too...Wez Furlong2002-03-201-1/+2
* add forgotten parameterWez Furlong2002-03-202-2/+2
* Implement user-space streams.Wez Furlong2002-03-191-2/+0
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-183-9/+9
* fix warningWez Furlong2002-03-181-1/+1
* Update .dspStanislav Malyshev2002-03-181-0/+4
* Fix the build and all of the outstanding VC++ warningsZeev Suraski2002-03-181-1/+1
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-173-7/+6
* Fix some issues with gzFile and fsockopen.Wez Furlong2002-03-162-7/+6
* Hopefully fix resource usage so that we have no leaks and don't segfault.Wez Furlong2002-03-161-6/+7
* change * formattingWez Furlong2002-03-163-17/+17
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-7/+0
* New PHP streams...Wez Furlong2002-03-153-73/+105
* missed zlib.cSascha Schumann2002-03-121-1/+1
* php_new_extensionSascha Schumann2002-03-122-8/+1
* (PHP gzencode) Reimplementation of gzencode(). Now works as documentedStefan Roehrich2002-03-122-23/+93
* (PHP gzinflate) Workaround for bug #14939 (buffer error in gzinflate()).Stefan Roehrich2002-03-122-2/+11
* Added ob_get_status() to get array of buffers and it's status.Yasuo Ohgaki2002-03-011-2/+2
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-113-6/+6
* Unified the configure messages.foobar2001-11-301-3/+2
* Show the registered ini entry in phpinfo()foobar2001-11-261-0/+2
* restriction is relaxed because output handler couldn't be used even if zlib.o...Rui Hirokawa2001-11-231-1/+2
* - fix crash bugDerick Rethans2001-10-271-2/+1
* Modified the error message a bit. Happy now Andi? :)foobar2001-10-271-1/+1