summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* 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-191-1/+1
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-5/+2
* 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-101-3/+3
* @Add zlib.output_compression_level option (Stig)Stig Bakken2002-04-051-6/+18
* Fix gzip/bz2 builds for WindowsZeev Suraski2002-04-051-21/+21
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-241-3/+3
* really nuke it...Wez Furlong2002-03-211-3/+0
* Convert the gzfile related functions into aliases for their equivalentsWez Furlong2002-03-211-387/+32
* 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
* Implement user-space streams.Wez Furlong2002-03-191-2/+0
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-1/+1
* 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-171-3/+3
* Fix some issues with gzFile and fsockopen.Wez Furlong2002-03-161-3/+3
* change * formattingWez Furlong2002-03-161-2/+2
* New PHP streams...Wez Furlong2002-03-151-23/+26
* (PHP gzencode) Reimplementation of gzencode(). Now works as documentedStefan Roehrich2002-03-121-21/+91
* (PHP gzinflate) Workaround for bug #14939 (buffer error in gzinflate()).Stefan Roehrich2002-03-121-2/+2
* Added ob_get_status() to get array of buffers and it's status.Yasuo Ohgaki2002-03-011-2/+2
* Update headers.Sebastian Bergmann2001-12-111-2/+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
* - Prevent PHP from starting if output_handler is set andfoobar2001-10-271-1/+20
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-16/+16
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-33/+33
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Send Content-Length if we're sending just one chunkZeev Suraski2001-08-161-3/+3
* more tsrm cleanupSascha Schumann2001-08-061-4/+4
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-1/+1
* more tsrm cleanupSascha Schumann2001-08-051-13/+10
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-6/+6
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-2/+2
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
* Make this compile in ZTS mode.foobar2001-07-301-12/+8
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-2/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-18/+8
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-4/+4