summaryrefslogtreecommitdiff
path: root/sapi/apache/php_apache.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix buildSascha Schumann2002-06-011-1/+1
|
* - Reapply netware patchAndi Gutmans2002-06-011-1/+1
|
* Put Netware header and comment back in. My CVS revision id got messedRasmus Lerdorf2002-06-011-0/+8
| | | | | up somehow.
* OopsRasmus Lerdorf2002-05-311-1/+1
|
* @ Renamed getallheaders() to apache_request_headers() and keptRasmus Lerdorf2002-05-311-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 S2002-05-311-5/+1
| | | | the typecasting is done for all platforms.
* NetWare related changesVenkat Raghavan S2002-05-311-1/+14
|
* apache_child_terminate() returns status as boolHartmut Holzgraefe2002-04-231-4/+7
| | | | | proto fixes
* Part 4 of apache sapi build fixes:foobar2002-04-231-30/+6
| | | | | | - Fixed many conflicts caused by bogus includes, e.g the infamous XtOffset redefinition warning is gone now.
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* proto fixHartmut Holzgraefe2001-12-151-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* proto fixHartmut Holzgraefe2001-12-041-1/+1
|
* This made no sense before. Hide Authorization in getallheaders() butRasmus Lerdorf2001-10-211-1/+1
| | | | | | display it from phpinfo()? Ouch! @ Hide Authorization header from phpinfo() output in safe_mode (Rasmus)
* make it work againThies C. Arntzen2001-10-121-2/+10
|
* - Changed <br> to - in PHP_INFO output.Derick Rethans2001-10-091-2/+2
|
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-10/+10
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-10/+10
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* new apache_setenv()Rasmus Lerdorf2001-09-221-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 Rethans2001-09-091-2/+2
|
* TSRMLS fixesDaniel Beulshausen2001-08-141-3/+0
|
* more tsrm cleanupSascha Schumann2001-08-051-1/+0
|
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-2/+1
|
* more tsrm cleanupSascha Schumann2001-08-051-2/+1
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-39/+39
| | | | | - whitespace fixes
* Another one bites the dust.Sebastian Bergmann2001-08-041-1/+0
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-1/+0
|
* Fix typoRasmus Lerdorf2001-07-281-1/+1
|
* Build fixZeev Suraski2001-07-281-1/+1
|
* Some more fixesZeev Suraski2001-07-281-4/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-12/+12
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-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 extensionsRasmus Lerdorf2001-06-061-2/+7
|
* Add missing infoZeev Suraski2001-05-171-1/+2
|
* fix typoDaniel Beulshausen2001-05-141-1/+1
|
* Safer detection of recursive PHP invocationsZeev Suraski2001-05-131-1/+10
|
* Allow virtual() of PHP files. We may have to improve the detection code aZeev Suraski2001-05-071-9/+0
| | | | | bit, but it worked well on everything I tried.
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* make threaded apache module build againDaniel Beulshausen2001-01-051-0/+4
|
* added missing SLS_FETCH()Daniel Beulshausen2000-12-141-0/+1
|
* Add apache_child_terminate() and INI setting apache.child_terminateSascha Schumann2000-12-131-0/+17
| | | | | | | which defaults to 0. Submitted by: Sam Liddicott <sam.liddicott@ananova.com>
* Align ZTS handling of globals with common usageSascha Schumann2000-12-101-8/+12
|
* fix win32 apache moduleDaniel Beulshausen2000-12-101-4/+7
| | | | | # this is ugly, has someone a better way?
* fix windows buildDaniel Beulshausen2000-12-101-0/+2
|
* Axe rest of DAV leftovers and use STD_PHP_INI_ENTRY in the INI sectionSascha Schumann2000-12-071-35/+3
|
* trivial output changeDaniel Beulshausen2000-10-131-2/+4
| | | | | # someone urged me too
* Missed a couple of center attributesRasmus Lerdorf2000-08-281-1/+1
|
* Made ob_start() and friends reentrant. It's now possible to implement thisZeev Suraski2000-07-291-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 conversionsAndi Gutmans2000-06-151-1/+1
|
* Fix virtual() when used with output bufferingRasmus Lerdorf2000-06-051-0/+3
| | | | | @ Fix virtual() when used with output buffering (Marc Pohl)