summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Collapse)AuthorAgeFilesLines
...
* - Prevent PHP from starting if output_handler is set andfoobar2001-10-271-1/+20
| | | | | | zlib.output_compression is on - Added notes to the bundled php.ini files about this.
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-16/+16
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-33/+33
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Killed a compile warning.foobar2001-08-221-1/+1
|
* Send Content-Length if we're sending just one chunkZeev Suraski2001-08-162-4/+4
|
* 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-052-14/+11
|
* Fix some warningsZeev Suraski2001-07-312-2/+2
|
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-313-9/+9
|
* 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-302-16/+10
|
* 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 ↵Zeev Suraski2001-07-301-2/+0
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-28/+9
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-4/+4
| | | | | | | - 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...
* change test-nameThies C. Arntzen2001-07-131-1/+1
|
* make sure all string from zlib are \0 terminated.Thies C. Arntzen2001-07-134-6/+59
| | | | | | change one realloc to erealloc (though this code is never reached IMHO) add regression tests
* fixed #12091. added \0 bytes at EOS in a few cases.Thies C. Arntzen2001-07-131-5/+9
|
* gzencode() now zero-terminates its buffer.Thies C. Arntzen2001-07-111-1/+2
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-12/+53
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* A few modifications to make the ZLIB checks work better.foobar2001-05-201-23/+25
|
* Nuke more quotesSascha Schumann2001-05-121-1/+1
|
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+1
|
* Fix special treatment of zlib by introducing the Apache conceptSascha Schumann2001-05-112-5/+0
| | | | | of config.m4 hierarchies.
* Moved the zlib configure before other extensions.foobar2001-05-102-44/+54
|
* Send the correct Vary headers, if we negotiate a gzip/deflate sessionAnil Madhavapeddy2001-03-301-0/+6
| | | | | | | via Accept-Encoding. This obeys a SHOULD directive in RFC2616 PR: 10070
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* add missing globals fetchesDaniel Beulshausen2001-03-071-0/+3
|
* Implement internal output compression?\0020:wqZeev Suraski2001-03-062-34/+103
|
* Implemented chunked output buffering support - it's quite cool!Zeev Suraski2001-03-042-84/+109
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-263-3/+3
|
* Finish fopen-wrappers rename.Sascha Schumann2001-02-232-2/+2
|
* changed zlibstat.lib -> zlib.lib, which is the correct nameDaniel Beulshausen2001-02-201-2/+2
|
* ws-onlyThies C. Arntzen2001-02-011-1/+1
|
* @- When using the ob_gzhandler() PHP now automagically also sets theThies C. Arntzen2001-02-011-0/+6
| | | | | | @ Content-Lengh correctly which enables browsers to use the HTTP @ Keep-Alive feature. (Thies)
* Fix a huge memory leak in the ob_gzhandler.Sascha Schumann2001-02-011-0/+1
|
* make HAVE_FOPENCOOKIE available for other extensions besides zlibHartmut Holzgraefe2000-11-211-39/+1
|
* # a minor change, but still important :)Hartmut Holzgraefe2000-11-211-2/+1
|
* all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.cHartmut Holzgraefe2000-11-214-86/+109
| | | | | so all the #define/#include workarounds in zlib.c are no longer needed
* fixed a compile problem with glibc<=2.1.1 (#7327, #7892)Hartmut Holzgraefe2000-11-202-2/+41
| | | | | | | # 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
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* Handle unable-to-add-new-headers error nicelyZeev Suraski2000-11-131-10/+17
|
* - Import Jade Nicoletti's transparent gzip encoding support as an outputZeev Suraski2000-11-132-20/+242
| | | | | | | handler. Works quite nicely! - Fix buglets in output buffering - Add output_handler INI directive
* add gzdeflate() and gzinflate() for handling of pure gzip-datastreamsMarc Pohl2000-11-082-0/+152
|