Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Nuke warning | foobar | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | fix typo | foobar | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | Show the runtime version of Apache instead of compile time. | foobar | 2003-09-09 | 1 | -1/+4 |
| | |||||
* | Fixed format bug | Ilia Alshanetsky | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵ | Sebastian Bergmann | 2003-03-25 | 1 | -1/+1 |
| | | | | SAPI/CLI on Win32. | ||||
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -4/+4 |
| | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | ||||
* | 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 |
| | | | | | the Apache PHP was compiled against. | ||||
* | Added apache_get_version() & apache_get_modules() to Apache 1.X & Apache | Ilia Alshanetsky | 2002-12-27 | 1 | -0/+33 |
| | | | | | | | Hooks sapis. Made the module listing in Apache 2 not show the '.c' portion, to be consistent with Apache 1.X. | ||||
* | 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 |
| | | | | | instances | ||||
* | 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 |
| | | | | | | | | | | It doesn't render as nicely as it used to on older browsers, but it does result in smaller files, and opens the door to using your own CSS to style it differently. There is a patch to Zend/zend_ini.c, but I don't have enough Karma, so Derick has the patch. | ||||
* | 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 |
| | | | | | up somehow. | ||||
* | 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 |
| | | | | | | | | | @ getallheaders() as an alias to it. Also added apache_response_headers() @ which returns the current response headers from Apache. Renamed getallheaders() to apache_request_headers() and kept getallheaders() as an alias to it. Also added apache_response_headers() which returns the current response headers from Apache. | ||||
* | Removed ugly code done as part of NetWare change, upon Andi's advice. Now, ↵ | Venkat Raghavan S | 2002-05-31 | 1 | -5/+1 |
| | | | | the typecasting is done for all platforms. | ||||
* | 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 |
| | | | | | 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 |
| |