| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix race conditions with Apache vhost vs. per dir config | Anatol Belski | 2018-01-31 | 1 | -0/+18 |
| | | | | | | | | | | | If the same php_value/php_flag is present in httpd.conf and .htaccess, the key is potentially shared between threads. Unfortunately we can't intern these keys using the current mechanism, because the MPM is setup before the SAPI module setup is even started. A more elegant way were to implement a kind of string pool for the thread safe Apache SAPI config directives with the mechanism similar to what is done for the SAPI setup now, but doing a separate management. | ||||
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #75311 | Mathieu CARBONNEAUX | 2017-10-05 | 1 | -2/+2 |
| | | |||||
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| |\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed memleaks in apache2handler | Xinchen Hui | 2015-09-23 | 1 | -5/+16 |
| | | | |||||
| * | | Use new ZEND_HASH_FOREACH_... API. | Dmitry Stogov | 2015-02-10 | 1 | -21/+0 |
| | | | |||||
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -6/+6 |
| | | | |||||
| * | | Drop duplicate arg from hash_get_current_key_ex | Nikita Popov | 2014-12-26 | 1 | -2/+2 |
| | | | |||||
| * | | Update apache_config.c | jfha73 | 2014-09-18 | 1 | -1/+1 |
| | | | |||||
| * | | fix apache handler build | Stanislav Malyshev | 2014-09-01 | 1 | -1/+1 |
| | | | |||||
| * | | Added support for apache and apache2handler SAPIs (They seem slower than ↵ | Dmitry Stogov | 2014-05-06 | 1 | -18/+15 |
| |/ | | | | FastCGI) | ||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #54529 (SAPI crashes on apache_config.c:197) | Felipe Pena | 2011-05-23 | 1 | -5/+6 |
| | | | | | | patch by: hebergement at riastudio dot fr | ||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | | |||||
| * | Nuke unused variables | Hannes Magnusson | 2008-12-31 | 1 | -0/+2 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | | |||||
| * | MFB: fix php_value application order for Apache | Stanislav Malyshev | 2008-11-24 | 1 | -4/+24 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | ws | Jani Taskinen | 2007-08-03 | 1 | -2/+2 |
| | | |||||
| * | implement separate .htaccess stage | Stanislav Malyshev | 2007-08-03 | 1 | -2/+4 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | MFH: fix bug #37720 (merge_php_config scrambles values) | Michael Wallner | 2006-06-09 | 1 | -5/+9 |
| | | |||||
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | | |||||
| * | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed) | Dmitry Stogov | 2005-07-04 | 1 | -1/+1 |
| | | |||||
| * | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | | |||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | | |||||
| * | MFB and more. Fixed various win32 compilation issues. Also the sapi | Edin Kadribasic | 2003-03-25 | 1 | -0/+2 |
| | | | | | | is now built as php4apach2.dll since the filter is being obsoleted. | ||||
| * | CS Fixes. | Ilia Alshanetsky | 2003-03-07 | 1 | -37/+19 |
| | | | | | | | | Fixed a bug with 404 handling. Added more detailed Apache info for phpinfo(). Added the support for last_modified. | ||||
| * | initial checkin of the apache2 SAPI using a handler instead of filters. | Ian Holsman | 2003-02-11 | 1 | -0/+228 |
| TBD: src highlighting better post handling | |||||
