summaryrefslogtreecommitdiff
path: root/sapi/apache
Commit message (Collapse)AuthorAgeFilesLines
* MFH: fix bug: #16791 (more reliable version check)foobar2002-04-261-5/+8
|
* This was not supposed to be committed..foobar2002-04-241-1/+1
|
* MFHfoobar2002-04-241-1/+1
|
* Make the configure fail if someone tries to use --with-apache with Apache2foobar2002-04-141-26/+3
|
* MFH.foobar2002-04-131-0/+6
| | | | | | (Prevent users from trying to build Apache 1.x module with Apache 2.x and vice-versa)
* MFH (.dsp fixes)Sebastian Bergmann2002-04-061-1/+1
|
* - Fix for bug #15572 (Patch by Ralf Nyrén <ralf.nyren@educ.umu.se>)Derick Rethans2002-03-041-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* make it more clear that --with-apache and --with-apxs only work with apache 1.x.jim winstead2002-02-251-4/+4
|
* proto fixHartmut Holzgraefe2001-12-151-1/+1
|
* Update headers.Sebastian Bergmann2001-12-114-8/+8
|
* proto fixHartmut Holzgraefe2001-12-041-1/+1
|
* Added missing cvs ids and unified configure messages.foobar2001-11-301-2/+3
|
* Fixed bugs: #14034, #11647 (can not find any others)foobar2001-11-191-1/+10
|
* 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
|
* * fix default path in configure help textStig Bakken2001-10-101-1/+1
|
* - Changed <br> to - in PHP_INFO output.Derick Rethans2001-10-091-2/+2
|
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-273-17/+17
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-253-17/+17
| | | | 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.
* fix macro + nuke warningDaniel Beulshausen2001-09-171-6/+1
|
* WS-fix and directly use ap_psprintf instead of sprintf/ap_pstrdupSascha Schumann2001-09-161-9/+8
|
* fixed memory_peak resettingThies C. Arntzen2001-09-161-0/+2
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-093-6/+6
|
* Damn, went to head instead of the branch - revertRasmus Lerdorf2001-09-061-34/+0
|
* Oops, forgot to add sapi_apache.c to the apache_hooks branchRasmus Lerdorf2001-09-061-0/+34
|
* no need to cast a 'HashTable *' to 'HashTable *'Sterling Hughes2001-09-061-1/+1
|
* WSfoobar2001-08-311-2/+2
|
* API updateZeev Suraski2001-08-311-1/+1
|
* TSRMLS fixesDaniel Beulshausen2001-08-141-3/+0
|
* ypo;-)Thies C. Arntzen2001-08-141-1/+1
|
* Use zend_first_tryZeev Suraski2001-08-081-1/+1
|
* 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-052-5/+3
|
* - TSRMLS_FETCH workZeev Suraski2001-08-053-46/+46
| | | | | - whitespace fixes
* Another one bites the dust.Sebastian Bergmann2001-08-041-1/+0
|
* Remove duplicate TSRMLS_FETCH() call.Sebastian Bergmann2001-08-041-1/+0
|
* Fix Apache/ZTS buildZeev Suraski2001-08-012-3/+1
|
* More TSRMLS_FETCH workZeev Suraski2001-07-311-4/+2
|
* compile fixThies C. Arntzen2001-07-301-1/+1
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-1/+0
|
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-1/+1
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-1/+1
| | | | the way
* 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-284-55/+49
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-273-17/+17
| | | | | | | - 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...