summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Collapse)AuthorAgeFilesLines
* Fix ob_gzhandler()'s handling of requests without compression, but that doZeev Suraski2002-08-231-4/+2
| | | | | have an Accept-Encoding header
* Fix for #15930 in release branch.Stefan Roehrich2002-03-132-23/+93
| | | | | | | @- The second parameter of gzencode() now is the compression level @ like in the documentation. The encoding mode is a third (optional) @ parameter. (Stefan)
* Fix for #14939 in release branch.Stefan Roehrich2002-03-132-2/+11
|
* Added ob_get_status() to get array of buffers and it's status.Yasuo Ohgaki2002-03-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | (DO NOT document this function yet) Fixed crash bug with ob_end_*() function. ob_end_*() will not delete buffers that may not be deleted. php_start_ob_buffer() and php_ob_set_internal_handler() takes parameter for if the buffer created may be deleted or not. Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be deleted until script finshes. Changed ob_*() function that have void return type to bool. All ob_*() functions return TRUE for success, FALSE for failure. @ - Added ob_get_status() to get array of buffers and it's status. (Yasuo) @ - Fixed crash bug with ob_end_*() function. ob_end_*() will not delete @ buffers that may not be deleted. (Yasuo) @ - Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be @ deleted until script finshes. (Yasuo) @ - Changed ob_*() function that have void return type to bool. All ob_*() @ functions return TRUE for success, FALSE for failure. (Yasuo)
* 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 ↵Rui Hirokawa2001-11-231-1/+2
| | | | zlib.output_compression is set to off.
* - 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
| | | | | | 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
|