summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/apache_config.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-051-0/+6
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Fix race conditions with Apache vhost vs. per dir configAnatol Belski2018-01-311-0/+18
* year++Xinchen Hui2018-01-021-1/+1
* Fixed bug #75311Mathieu CARBONNEAUX2017-10-051-2/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed memleaks in apache2handlerXinchen Hui2015-09-231-5/+16
* | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-21/+0
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-6/+6
* | Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-2/+2
* | Update apache_config.cjfha732014-09-181-1/+1
* | fix apache handler buildStanislav Malyshev2014-09-011-1/+1
* | Added support for apache and apache2handler SAPIs (They seem slower than Fast...Dmitry Stogov2014-05-061-18/+15
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #54529 (SAPI crashes on apache_config.c:197)Felipe Pena2011-05-231-5/+6
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Nuke unused variablesHannes Magnusson2008-12-311-0/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFB: fix php_value application order for ApacheStanislav Malyshev2008-11-241-4/+24
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* wsJani Taskinen2007-08-031-2/+2
* implement separate .htaccess stageStanislav Malyshev2007-08-031-2/+4
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: fix bug #37720 (merge_php_config scrambles values)Michael Wallner2006-06-091-5/+9
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed)Dmitry Stogov2005-07-041-1/+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
* MFB and more. Fixed various win32 compilation issues. Also the sapiEdin Kadribasic2003-03-251-0/+2
* CS Fixes.Ilia Alshanetsky2003-03-071-37/+19
* initial checkin of the apache2 SAPI using a handler instead of filters.Ian Holsman2003-02-111-0/+228