summaryrefslogtreecommitdiff
path: root/sapi/apache_hooks/sapi_apache.c
Commit message (Collapse)AuthorAgeFilesLines
* removed sapi/apache_hooksAnatol Belski2015-02-101-131/+0
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* Removed register_globalsKalle Sommer Nielsen2010-04-211-7/+3
|
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-48/+49
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-49/+48
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* No c++ comments in C codefoobar2005-04-191-2/+1
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* * email address changeStig Bakken2003-03-181-1/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Fixed a few compile warnings and one compile error.Ilia Alshanetsky2002-12-101-3/+3
|
* fixed recurrent entrance to add_cgi_varsGeorge Schlossnagle2002-11-181-2/+0
|
* initial import of all these files. This was previously the apache_hooksGeorge Schlossnagle2002-11-181-0/+138
branch of the apache sapi. Now it lives on its own. General functionality seems to be working, though there may be a problem with some output buffering, most likely due to the way that sapi_deactivate needs to be mangled with here.