summaryrefslogtreecommitdiff
path: root/sapi/apache
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-314-4/+4
|
* MFB: Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache 1.3).Scott MacVicar2007-06-181-3/+9
|
* MF5: use snprintfStanislav Malyshev2007-03-051-2/+2
|
* Use standardised locations for libs and includesEdin Kadribasic2007-03-031-4/+4
|
* MFH: Bump year.Sebastian Bergmann2007-01-014-4/+4
|
* MFHAntony Dovgal2006-12-281-2/+2
|
* ap_get_client_block can return -1, so don't use an unsigned int hereRasmus Lerdorf2006-05-131-1/+1
|
* MFH:Ilia Alshanetsky2006-04-021-2/+1
| | | | | | Removed extra space in the Content-Type header for logos Simplified stderr error reporting in apache sapi.
* bump year and license versionfoobar2006-01-014-16/+16
|
* Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as perRasmus Lerdorf2005-05-191-3/+9
| | | | | RFC 2616 section 10.3.5
* MFHfoobar2005-03-041-27/+31
|
* - MFH: There is no --with-apache2, only apxs2Derick Rethans2005-01-261-1/+1
|
* typo in config.m4 (potential configuration problem with Stronghold)Antony Dovgal2004-08-181-1/+1
|
* Merge all not yet merged security fixes into the 4_3 branchStefan Esser2004-07-211-8/+9
|
* If we have a text/html file with the executable bit set, we load up theRasmus Lerdorf2004-01-281-0/+3
| | | | | | | current ini, but if php's xbithack option is not set we forgot to restore the previous ini settings potentially leaking ini settings from one request to the next. Closes bug #25753 and a few others.
* MFH: runtime apache versionfoobar2003-09-091-3/+19
|
* MFH: Fixed format bugIlia Alshanetsky2003-08-281-1/+1
|
* MFHfoobar2003-06-271-1/+1
|
* Fix a couple of closing folding tagsRasmus Lerdorf2003-06-031-0/+3
|
* - Re-added the FD lexer patch.foobar2003-05-312-2/+2
| | | | | # Marcus is going to add the long-opts patches back in after this.
* MFHfoobar2003-05-281-1/+1
|
* Revert PHP part of the fd patchZeev Suraski2003-05-212-2/+2
|
* protect against further surprises by initializing all zend_file_handle'sSascha Schumann2003-05-172-2/+2
|
* MFH(r-1.43): fixed a syntax highlighter problem that happens when output ↵Moriyoshi Koizumi2003-05-161-5/+4
| | | | buffering is turned on
* Reverting my last patch because user reports it does not helpEdin Kadribasic2003-05-091-5/+5
| | | | | | | | solve the problem. (bug #23504) # I cannot reproduce this myself so reverting the patch # is probably the best thing to do at this point.
* Fix for bug #23504. Read per_dir configuration before trying to open theEdin Kadribasic2003-05-081-5/+5
| | | | | the php file for execution.
* MFHSascha Schumann2003-03-301-1/+5
|
* MFH: Possible fix for #22259 + part 1/2 for fixing AIX DSO bugfoobar2003-02-241-5/+9
|
* MFH fix for 19919George Schlossnagle2003-02-241-1/+8
|
* MFH: - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)foobar2003-02-231-1/+13
|
* MFHfoobar2003-02-131-3/+5
|
* MFHfoobar2003-02-121-0/+1
|
* MFHSascha Schumann2003-02-111-4/+3
|
* MFH BUFF checkSascha Schumann2003-02-112-0/+15
|
* MFH 0/-1 changesSascha Schumann2003-02-091-4/+23
|
* MFH 1.150Sascha Schumann2003-01-151-1/+34
|
* - Fix docrefsDerick Rethans2003-01-031-2/+2
|
* MFH: Bump year.Sebastian Bergmann2002-12-314-4/+4
|
* Make PHP_AUTH_* variables not available in safe mode under Apache. Patch byAndrei Zmievski2002-12-211-1/+1
| | | | | Philip Olson.
* MFH: Fix for bug #20928foobar2002-12-111-1/+1
|
* MFHMarcus Boerger2002-12-051-7/+7
|
* PHP flags specified in .htaccess can now be turned on by using '1' as well asIlia Alshanetsky2002-11-101-1/+1
| | | | | 'On'.
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+0
| | | | | instances
* Forgot this one.Moriyoshi Koizumi2002-10-231-1/+1
|
* this will be handled elsewhereHartmut Holzgraefe2002-10-211-8/+0
|
* zlib.h being included before ssl.h needs to be handled here tooRasmus Lerdorf2002-10-081-0/+7
|
* fix phpinfo() output for better browser BCColin Viebrock2002-09-261-1/+1
|
* Fixed bug #15038, original patch by: phpman@toowards.comIlia Alshanetsky2002-09-211-1/+3
|
* Change phpinfo() to use CSS styling instead of HTML code.Colin Viebrock2002-09-191-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.
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+1
| | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix...