summaryrefslogtreecommitdiff
path: root/sapi/apache/php_apache_http.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
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-051-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
|
* - 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?
* regex_t is used by both Apache & mbregex. This little check prevent compileIlia Alshanetsky2003-09-171-0/+4
| | | | | failure, while php is compiled as dso module & mbstring is enabled.
* - HAVE_OPENSSL_EXT is not defined always.foobar2003-06-271-1/+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.
* * email address changeStig Bakken2003-03-181-1/+1
|
* Added missing headers and $Id$ tags.foobar2003-02-231-0/+22
|
* Win32 build improvementsZeev Suraski2003-02-171-1/+0
|
* zlib.h being included before ssl.h needs to be handled here tooRasmus Lerdorf2002-10-081-0/+7
|
* NetWare related changesVenkat Raghavan S2002-05-311-0/+4
|
* Part 4 of apache sapi build fixes:foobar2002-04-231-21/+31
| | | | | | - Fixed many conflicts caused by bogus includes, e.g the infamous XtOffset redefinition warning is gone now.
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-0/+24
Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library