summaryrefslogtreecommitdiff
path: root/sapi/litespeed/lsapi_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1George Wang2016-09-191-2/+2
|\
| * Merge branch 'PHP-5.6' into PHP-7.0George Wang2016-09-191-2/+2
| |\
| | * Fix wrong year in previous commit.George Wang2016-09-191-2/+2
* | | code cleanup.George Wang2016-08-281-7/+0
* | | Merge branch 'PHP-7.0' into PHP-7.1George Wang2016-08-281-58/+357
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0George Wang2016-08-281-58/+357
| |\ \ | | |/
| | * Added .user.ini support.George Wang2016-08-281-32/+489
* | | Pass error severity to SAPI modules and raise corresponding error level in Ap...Martin Vobruba2016-07-111-1/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-211-7/+2
* | | Cleanup zend_signal APIDmitry Stogov2016-06-201-2/+0
* | | Removed unused callbacksDmitry Stogov2016-06-201-2/+0
|/ /
* | Fixed runtime php.ini override, ini name length is off by 1.George Wang2016-01-051-2/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-3/+3
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-3/+3
| * Bumped SAPI version to 6.9George Wang2015-12-091-1/+1
| * Added "mod_auth_basic" to apache module list.George Wang2015-12-091-1/+1
| * Fixed __DIR__ in CLI mode.George Wang2015-12-091-0/+2
| * bump API version to 6.8George Wang2015-06-221-1/+1
| * Fixed #68790 (Missing return)George Wang2015-02-071-1/+1
| * bump yearXinchen Hui2015-01-151-3/+3
| * made lsapi_main.c compatible with PHP7/phpng .George Wang2014-11-201-26/+92
| * set default response code to 200George Wang2014-11-031-2/+2
| * Fixed a bug that causes crash when environment variable is access while parsi...George Wang2014-10-031-1/+2
| * Fine tuned the order of adding request variables.George Wang2014-09-091-1/+2
* | Fixed a bug in apache_request_headers() that adds an extra \0 to header name.George Wang2015-12-171-10/+2
* | Bumped SAPI version to 6.9George Wang2015-12-091-1/+1
* | Added "mod_auth_basic" to apache module list.George Wang2015-12-091-1/+1
* | Fixed __DIR__ in CLI mode.George Wang2015-12-091-0/+2
* | Don't keep dangling pointersDmitry Stogov2015-09-231-0/+1
* | fix zend signal and tsrm compatzend-signal-ztsJoe Watkins2015-09-011-0/+4
* | bump API version to 6.8George Wang2015-06-221-1/+1
* | Remove dead codesXinchen Hui2015-01-191-36/+3
* | bump yearXinchen Hui2015-01-151-3/+3
* | Fixed #68790 (Missing return)Xinchen Hui2015-01-101-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-27/+27
* | Fixed build of litesppedXinchen Hui2014-12-291-9/+9
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-51/+51
* | made lsapi_main.c compatible with PHP7/phpng .George Wang2014-11-201-25/+91
* | set default response code to 200George Wang2014-11-031-2/+2
* | Merge branch 'master' of git.php.net:php-srcGeorge Wang2014-10-031-1/+1
|\ \
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | Fixed a bug that causes crash when environment variable is access while parsi...George Wang2014-10-031-1/+2
|/ /
* | Fine tuned the order of adding request variables.George Wang2014-09-091-1/+2
* | Merge branch 'PHP-5.6'Nikita Popov2014-09-041-6/+62
|\ \ | |/
| * Update LSAPI to 6.7, added support for 'filter_input'.George Wang2014-09-031-6/+62
| * update to LSAPI 6.6George Wang2014-07-101-1/+1
| * update year & copyrightGeorge Wang2014-07-101-5/+3
* | master renames phase 1Anatol Belski2014-08-251-4/+4
* | basic macro replacements, all at onceAnatol Belski2014-08-191-4/+4
* | Merge branch 'master' into phpngDmitry Stogov2014-07-141-5/+3
|\ \