Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 1 | -18/+8 | |
| | ||||||
* | - 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... | |||||
* | make sure all string from zlib are \0 terminated. | Thies C. Arntzen | 2001-07-13 | 1 | -6/+9 | |
| | | | | | | 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 | |
| | ||||||
* | 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 | |||||
* | add missing globals fetches | Daniel Beulshausen | 2001-03-07 | 1 | -0/+3 | |
| | ||||||
* | Implement internal output compression?\0020:wq | Zeev Suraski | 2001-03-06 | 1 | -34/+100 | |
| | ||||||
* | Implemented chunked output buffering support - it's quite cool! | Zeev Suraski | 2001-03-04 | 1 | -84/+107 | |
| | ||||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | Finish fopen-wrappers rename. | Sascha Schumann | 2001-02-23 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c | Hartmut Holzgraefe | 2000-11-21 | 1 | -85/+0 | |
| | | | | | 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 | 1 | -1/+2 | |
| | | | | | | | # 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 | |||||
* | 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 | 1 | -15/+227 | |
| | | | | | | | 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 | 1 | -0/+150 | |
| | ||||||
* | 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 | |
| | ||||||
* | __USE_GNU shall not be defined by application | Sascha Schumann | 2000-10-23 | 1 | -1/+0 | |
| | ||||||
* | it's n.a. on win32 :) | Daniel Beulshausen | 2000-10-23 | 1 | -0/+2 | |
| | ||||||
* | Make zlib compile again | Stanislav Malyshev | 2000-10-23 | 1 | -4/+6 | |
| | ||||||
* | - including php.h automatically includes the PHP config file. | Andi Gutmans | 2000-10-21 | 1 | -7/+1 | |
| | ||||||
* | i can find no php_config.h on win32 :) | Daniel Beulshausen | 2000-10-21 | 1 | -0/+2 | |
| | ||||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -2/+4 | |
| | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | |||||
* | fopen wrappers cleanup | Hartmut Holzgraefe | 2000-10-13 | 1 | -11/+30 | |
| | | | | | | | | | - comfiguration is now done by an ini parameter instead of a compile time option - the implementations of the three standard wrappers now live in seperate files in ext/standard - the compiler is happy again, no more warnings | |||||
* | @ -read and write .gz-files transparently on glibc based systems | Hartmut Holzgraefe | 2000-10-11 | 1 | -0/+86 | |
| | | | | | @ using the 'zlib:' fopen wrapper (Hartmut) | |||||
* | Forgotten to change. | Egon Schmid | 2000-07-13 | 1 | -1/+1 | |
| | ||||||
* | Corrected some protos. | Egon Schmid | 2000-07-13 | 1 | -4/+3 | |
| | ||||||
* | @- Fixed crash in gzopen(). (Thies) | Thies C. Arntzen | 2000-07-06 | 1 | -1/+2 | |
| | | | | | | # hmm - this should be rethought as one should be able to do # gzopen("http://..") | |||||
* | - Don't depend on USE_PATH being equal to 1. Use #define value | Andi Gutmans | 2000-06-26 | 1 | -4/+4 | |
| | ||||||
* | - Please NEVER copy fopen_wrappers.c functions to modules. They are ugly | Zeev Suraski | 2000-06-26 | 1 | -118/+5 | |
| | | | | | | | | | - enough as is and need cleaning up. Duplicating the mess makes things just - worse and prevents bug fixes in the functions from propogating throughout - PHP. - This fix is untested so someone who uses zlib, please test it and report - back. | |||||
* | - I wrote a long msg but the commit didn't go through. | Zeev Suraski | 2000-06-25 | 1 | -5/+5 | |
| | | | | | | | | | | - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future. | |||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -1/+0 | |
| | ||||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -6/+8 | |
| | ||||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -16/+16 | |
| | ||||||
* | added functions gzcompress() and gzuncompress() for direct string | Hartmut Holzgraefe | 2000-05-25 | 1 | -0/+111 | |
| | | | | | compression as requested by BugId #1151 | |||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -2/+2 | |
| | ||||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 | |
| | ||||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -2/+2 | |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | |||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 | |
| | | | | | ZEND_GET_MODULE(name) macro. | |||||
* | - Fix virtual cwd bug | Zeev Suraski | 2000-04-20 | 1 | -2/+2 | |
| | | | | | - Add more V_STAT() V_LSTAT() changes | |||||
* | Making zlib compile under Win32 and fixing a typo | Frank M. Kromann | 2000-04-20 | 1 | -1/+1 | |
| |