Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apache_child_terminate() returns status as bool | Hartmut Holzgraefe | 2002-04-23 | 1 | -4/+7 |
| | | | | | proto fixes | ||||
* | Part 4 of apache sapi build fixes: | foobar | 2002-04-23 | 1 | -30/+6 |
| | | | | | | - Fixed many conflicts caused by bogus includes, e.g the infamous XtOffset redefinition warning is gone now. | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-15 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | This made no sense before. Hide Authorization in getallheaders() but | Rasmus Lerdorf | 2001-10-21 | 1 | -1/+1 |
| | | | | | | display it from phpinfo()? Ouch! @ Hide Authorization header from phpinfo() output in safe_mode (Rasmus) | ||||
* | make it work again | Thies C. Arntzen | 2001-10-12 | 1 | -2/+10 |
| | |||||
* | - Changed <br> to - in PHP_INFO output. | Derick Rethans | 2001-10-09 | 1 | -2/+2 |
| | |||||
* | Undo Z_ subst for sapi and ext/yaz | Jeroen van Wolffelaar | 2001-09-27 | 1 | -10/+10 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -10/+10 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | new apache_setenv() | Rasmus Lerdorf | 2001-09-22 | 1 | -0/+24 |
| | | | | | | @- add apache_setenv() function for injecting variables into Apache's @ subprocess_env table. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | TSRMLS fixes | Daniel Beulshausen | 2001-08-14 | 1 | -3/+0 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -1/+0 |
| | |||||
* | more tsrm cleanup -- output.c is not doing any fetches anymore | Sascha Schumann | 2001-08-05 | 1 | -2/+1 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -2/+1 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -39/+39 |
| | | | | | - whitespace fixes | ||||
* | Another one bites the dust. | Sebastian Bergmann | 2001-08-04 | 1 | -1/+0 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -1/+0 |
| | |||||
* | Fix typo | Rasmus Lerdorf | 2001-07-28 | 1 | -1/+1 |
| | |||||
* | Build fix | Zeev Suraski | 2001-07-28 | 1 | -1/+1 |
| | |||||
* | Some more fixes | Zeev Suraski | 2001-07-28 | 1 | -4/+1 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -12/+12 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -3/+3 |
| | | | | | | | - 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... | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+7 |
| | |||||
* | Add missing info | Zeev Suraski | 2001-05-17 | 1 | -1/+2 |
| | |||||
* | fix typo | Daniel Beulshausen | 2001-05-14 | 1 | -1/+1 |
| | |||||
* | Safer detection of recursive PHP invocations | Zeev Suraski | 2001-05-13 | 1 | -1/+10 |
| | |||||
* | Allow virtual() of PHP files. We may have to improve the detection code a | Zeev Suraski | 2001-05-07 | 1 | -9/+0 |
| | | | | | bit, but it worked well on everything I tried. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | make threaded apache module build again | Daniel Beulshausen | 2001-01-05 | 1 | -0/+4 |
| | |||||
* | added missing SLS_FETCH() | Daniel Beulshausen | 2000-12-14 | 1 | -0/+1 |
| | |||||
* | Add apache_child_terminate() and INI setting apache.child_terminate | Sascha Schumann | 2000-12-13 | 1 | -0/+17 |
| | | | | | | | which defaults to 0. Submitted by: Sam Liddicott <sam.liddicott@ananova.com> | ||||
* | Align ZTS handling of globals with common usage | Sascha Schumann | 2000-12-10 | 1 | -8/+12 |
| | |||||
* | fix win32 apache module | Daniel Beulshausen | 2000-12-10 | 1 | -4/+7 |
| | | | | | # this is ugly, has someone a better way? | ||||
* | fix windows build | Daniel Beulshausen | 2000-12-10 | 1 | -0/+2 |
| | |||||
* | Axe rest of DAV leftovers and use STD_PHP_INI_ENTRY in the INI section | Sascha Schumann | 2000-12-07 | 1 | -35/+3 |
| | |||||
* | trivial output change | Daniel Beulshausen | 2000-10-13 | 1 | -2/+4 |
| | | | | | # someone urged me too | ||||
* | Missed a couple of center attributes | Rasmus Lerdorf | 2000-08-28 | 1 | -1/+1 |
| | |||||
* | Made ob_start() and friends reentrant. It's now possible to implement this | Zeev Suraski | 2000-07-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | long-requested functionality, now that output buffering is re-entrant: function eval_ret($code) { ob_start(); eval($code); $retval = ob_get_contents(); ob_end_clean(); return $retval; } | ||||
* | - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions | Andi Gutmans | 2000-06-15 | 1 | -1/+1 |
| | |||||
* | Fix virtual() when used with output buffering | Rasmus Lerdorf | 2000-06-05 | 1 | -0/+3 |
| | | | | | @ Fix virtual() when used with output buffering (Marc Pohl) | ||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | apache module now compiles under win32, apache loads, but crashes on line ↵ | Shane Caraveo | 2000-04-30 | 1 | -0/+11 |
| | | | | 1167 main.c on page request | ||||
* | last one ... promise | Colin Viebrock | 2000-04-07 | 1 | -0/+1 |
| | |||||
* | typo | Colin Viebrock | 2000-04-07 | 1 | -2/+2 |
| | |||||
* | typo | Colin Viebrock | 2000-04-07 | 1 | -2/+1 |
| | |||||
* | *** empty log message *** | Colin Viebrock | 2000-04-07 | 1 | -3/+3 |
| | |||||
* | more prettiness | Colin Viebrock | 2000-04-07 | 1 | -17/+20 |
| |