| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -16/+16 |
| | | | | | | I've got pretty much everything now... | ||||
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -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 Rethans | 2001-09-09 | 1 | -2/+2 |
| | | |||||
| * | Killed a compile warning. | foobar | 2001-08-22 | 1 | -1/+1 |
| | | |||||
| * | Send Content-Length if we're sending just one chunk | Zeev Suraski | 2001-08-16 | 2 | -4/+4 |
| | | |||||
| * | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -4/+4 |
| | | |||||
| * | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 1 | -1/+1 |
| | | |||||
| * | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 2 | -14/+11 |
| | | |||||
| * | Fix some warnings | Zeev Suraski | 2001-07-31 | 2 | -2/+2 |
| | | |||||
| * | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 3 | -9/+9 |
| | | |||||
| * | More TSRMLS_FETCH work. Got it under 400 now. | Zeev Suraski | 2001-07-31 | 1 | -2/+2 |
| | | |||||
| * | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+2 |
| | | |||||
| * | Make this compile in ZTS mode. | foobar | 2001-07-30 | 2 | -16/+10 |
| | | |||||
| * | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -2/+0 |
| | | |||||
| * | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -2/+0 |
| | | | | | the way | ||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -28/+9 |
| | | |||||
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -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-name | Thies C. Arntzen | 2001-07-13 | 1 | -1/+1 |
| | | |||||
| * | make sure all string from zlib are \0 terminated. | Thies C. Arntzen | 2001-07-13 | 4 | -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. Arntzen | 2001-07-13 | 1 | -5/+9 |
| | | |||||
| * | gzencode() now zero-terminates its buffer. | Thies C. Arntzen | 2001-07-11 | 1 | -1/+2 |
| | | |||||
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | | |||||
| * | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -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 Bakken | 2001-05-24 | 1 | -0/+4 |
| | | |||||
| * | A few modifications to make the ZLIB checks work better. | foobar | 2001-05-20 | 1 | -23/+25 |
| | | |||||
| * | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -1/+1 |
| | | |||||
| * | Fix indentation of ./configure --help messages. | Sascha Schumann | 2001-05-12 | 1 | -1/+1 |
| | | |||||
| * | Fix special treatment of zlib by introducing the Apache concept | Sascha Schumann | 2001-05-11 | 2 | -5/+0 |
| | | | | | | of config.m4 hierarchies. | ||||
| * | Moved the zlib configure before other extensions. | foobar | 2001-05-10 | 2 | -44/+54 |
| | | |||||
| * | Send the correct Vary headers, if we negotiate a gzip/deflate session | Anil Madhavapeddy | 2001-03-30 | 1 | -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. | foobar | 2001-03-27 | 1 | -2/+2 |
| | | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
| * | add missing globals fetches | Daniel Beulshausen | 2001-03-07 | 1 | -0/+3 |
| | | |||||
| * | Implement internal output compression?\0020:wq | Zeev Suraski | 2001-03-06 | 2 | -34/+103 |
| | | |||||
| * | Implemented chunked output buffering support - it's quite cool! | Zeev Suraski | 2001-03-04 | 2 | -84/+109 |
| | | |||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 3 | -3/+3 |
| | | |||||
| * | Finish fopen-wrappers rename. | Sascha Schumann | 2001-02-23 | 2 | -2/+2 |
| | | |||||
| * | changed zlibstat.lib -> zlib.lib, which is the correct name | Daniel Beulshausen | 2001-02-20 | 1 | -2/+2 |
| | | |||||
| * | ws-only | Thies C. Arntzen | 2001-02-01 | 1 | -1/+1 |
| | | |||||
| * | @- When using the ob_gzhandler() PHP now automagically also sets the | Thies C. Arntzen | 2001-02-01 | 1 | -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 Schumann | 2001-02-01 | 1 | -0/+1 |
| | | |||||
| * | make HAVE_FOPENCOOKIE available for other extensions besides zlib | Hartmut Holzgraefe | 2000-11-21 | 1 | -39/+1 |
| | | |||||
| * | # a minor change, but still important :) | Hartmut Holzgraefe | 2000-11-21 | 1 | -2/+1 |
| | | |||||
| * | all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c | Hartmut Holzgraefe | 2000-11-21 | 4 | -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 Holzgraefe | 2000-11-20 | 2 | -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-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | | |||||
| * | Handle unable-to-add-new-headers error nicely | Zeev Suraski | 2000-11-13 | 1 | -10/+17 |
| | | |||||
| * | - Import Jade Nicoletti's transparent gzip encoding support as an output | Zeev Suraski | 2000-11-13 | 2 | -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-datastreams | Marc Pohl | 2000-11-08 | 2 | -0/+152 |
| | | |||||
| * | type fixes to make compilers happy | Hartmut Holzgraefe | 2000-10-27 | 1 | -2/+2 |
| | | |||||
| * | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -1/+1 |
| | | |||||
