| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ARG_COUNT(ht) -> ZEND_NUM_ARGS(). | Ilia Alshanetsky | 2003-01-21 | 1 | -4/+4 |
| * | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -6/+2 |
| * | - Fix docrefs | Derick Rethans | 2003-01-03 | 1 | -2/+2 |
| * | - Fix typo (patch by Joseph Tate) | Derick Rethans | 2003-01-03 | 1 | -1/+1 |
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| * | Make the version code get the version from the current Apache, rather then | Ilia Alshanetsky | 2002-12-27 | 1 | -1/+7 |
| * | Added apache_get_version() & apache_get_modules() to Apache 1.X & Apache | Ilia Alshanetsky | 2002-12-27 | 1 | -0/+33 |
| * | php_error -> php_error_docref | Marcus Boerger | 2002-12-05 | 1 | -7/+7 |
| * | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -2/+0 |
| * | fix phpinfo() output for better browser BC | Colin Viebrock | 2002-09-26 | 1 | -1/+1 |
| * | Change phpinfo() to use CSS styling instead of HTML code. | Colin Viebrock | 2002-09-19 | 1 | -1/+1 |
| * | Fix proto | Rasmus Lerdorf | 2002-08-13 | 1 | -1/+1 |
| * | Fix build | Sascha Schumann | 2002-06-01 | 1 | -1/+1 |
| * | - Reapply netware patch | Andi Gutmans | 2002-06-01 | 1 | -1/+1 |
| * | Put Netware header and comment back in. My CVS revision id got messed | Rasmus Lerdorf | 2002-06-01 | 1 | -0/+8 |
| * | Oops | Rasmus Lerdorf | 2002-05-31 | 1 | -1/+1 |
| * | @ Renamed getallheaders() to apache_request_headers() and kept | Rasmus Lerdorf | 2002-05-31 | 1 | -14/+33 |
| * | Removed ugly code done as part of NetWare change, upon Andi's advice. Now, th... | Venkat Raghavan S | 2002-05-31 | 1 | -5/+1 |
| * | NetWare related changes | Venkat Raghavan S | 2002-05-31 | 1 | -1/+14 |
| * | apache_child_terminate() returns status as bool | Hartmut Holzgraefe | 2002-04-23 | 1 | -4/+7 |
| * | Part 4 of apache sapi build fixes: | foobar | 2002-04-23 | 1 | -30/+6 |
| * | 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 |
| * | 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 isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -10/+10 |
| * | new apache_setenv() | Rasmus Lerdorf | 2001-09-22 | 1 | -0/+24 |
| * | - 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 |
| * | 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 |
| * | 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 |
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
