summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/sapi_apache2.c
Commit message (Expand)AuthorAgeFilesLines
* fix zend signal and tsrm compatzend-signal-ztsJoe Watkins2015-09-011-0/+5
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-0/+1
|\
| * Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-0/+1
| |\
| | * Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)Stanislav Malyshev2015-04-111-0/+1
| * | Shut up, my lovely compiler; I do not like your warningsBob Weinand2015-02-091-2/+2
| * | Bump yearXinchen Hui2015-01-151-1/+1
| |/
* | Drop VC6 support in sapi/apache2handlerKalle Sommer Nielsen2015-03-291-6/+0
* | Revive Zend Signals handler (and fixed bug #61083)Xinchen Hui2015-03-051-0/+3
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-3/+3
* | fix values for gid and uidAnatol Belski2015-02-111-0/+5
* | silence unused variable warningAnatol Belski2015-02-111-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-161-2/+2
|\ \
| * | cleanup uneeded castRemi Collet2014-12-161-2/+2
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-36/+35
* | | don't define tsrm ls in SAPIs under linuxAnatol Belski2014-10-151-1/+1
* | | moved most of the core to use static tsrm ls cache pointerAnatol Belski2014-10-151-0/+6
* | | TSRMLS_FETCH() is a spent forceAnatol Belski2014-10-151-1/+4
* | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+1
* | | remove unused fetchkrakjoe2014-09-261-1/+0
* | | reworked the patch, less new stuff but workyAnatol Belski2014-09-251-2/+1
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-09-221-1/+1
|\ \ \ | |/ /
| * | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | native tls initial patchkrakjoe2014-09-201-1/+2
|/ /
* | Update sapi_apache2.cjfha732014-09-181-4/+4
* | fix macro usageAnatol Belski2014-09-171-1/+5
* | fix atol usageAnatol Belski2014-09-171-1/+1
* | master renames phase 3Anatol Belski2014-08-251-7/+7
* | fixed some incompatible typesAnatol Belski2014-08-201-2/+2
* | ported apache handlerAnatol Belski2014-08-191-6/+6
* | Added support for apache and apache2handler SAPIs (They seem slower than Fast...Dmitry Stogov2014-05-061-8/+4
* | Merge branch 'PHP-5.6'Stanislav Malyshev2014-04-131-1/+1
|\ \
| * \ Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-04-131-1/+1
| |\ \ | | |/
| | * fix apr_psprintf format string from e0df4e3dba7c4ab92442b9e82c1de01fdbaa3cceJeff Trawick2014-04-131-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * Fixed bug #60206 (possible integer overflow in content_length)Xinchen Hui2011-11-031-1/+1
| | * Fixed a bug with calculation of REQUEST_TIME in apache2Ilia Alshanetsky2011-06-231-1/+1
| | * Fix a couple of warnings. Use %zu to printf a time_t and get_request_timeRasmus Lerdorf2011-05-161-1/+1
* | | Merge branch 'PHP-5.6'Bob Weinand2014-04-111-2/+2
|\ \ \ | |/ /
| * | Shut up, my lovely compiler; I do not like your warningsBob Weinand2014-04-111-2/+2
* | | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ \ | |/ /
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRM...Kalle Sommer Nielsen2013-12-181-2/+1
|/ /
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed bug #60206 (possible integer overflow in content_length)Xinchen Hui2011-11-031-1/+1