summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_apache.h
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* 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
|
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-0/+5
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH: call ap_set_content_type() only once, else each time we call it,Michael Wallner2006-05-281-0/+2
| | | | | configured output filters for that content type will be added
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Fixed bug #25768foobar2003-10-211-0/+1
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* update php module name to php5, not php4.Sterling Hughes2003-03-291-1/+1
| | | | | | | apache, apache2* and cli/cgi work. sapi module maintainers should fix up their sapis, as I don't run any servers with php outside of apache.
* CS Fixes.Ilia Alshanetsky2003-03-071-0/+17
| | | | | | | Fixed a bug with 404 handling. Added more detailed Apache info for phpinfo(). Added the support for last_modified.
* Clean up apache2handler SAPI.Justin Erenkrantz2003-02-201-10/+2
| | | | | | | | | | Key improvements: - Be streamy - Re-enable virtual() support - Set content_type correctly - Remove unnecessary code and reintroduce some missing code - Change signature from PhP to PHP
* initial checkin of the apache2 SAPI using a handler instead of filters.Ian Holsman2003-02-111-0/+74
TBD: src highlighting better post handling