summaryrefslogtreecommitdiff
path: root/sapi/litespeed
Commit message (Expand)AuthorAgeFilesLines
* Updated LiteSpeed SAPI to 7.3.2 to allow request header value length up to 64K.George Wang2019-05-093-5/+2
* Improved LSAPI_End_Response_r() .George Wang2019-04-211-10/+17
* Fixed bug in litespeed_finish_request(), disable fastcgi_finish_request() ali...George Wang2019-04-211-2/+5
* LiteSpeed SAPI 7.3, better process management, new API function litespeed_fin...George Wang2019-04-123-26/+152
* Fix bug #77677: WCOREDUMP not available on all systemsKevin Adler2019-03-011-2/+7
* Checkin LiteSpeed SAPI 7.2.George Wang2019-01-204-47/+84
* Sync leading and final newlines in source code filesPeter Kokot2018-10-147-18/+1
* Trim trailing whitespace in source code filesPeter Kokot2018-10-136-173/+173
* Merge branch 'PHP-7.1' into PHP-7.2George Wang2018-04-104-688/+180
|\
| * Updated LiteSpeed SAPI to 7.1 .George Wang2018-04-104-688/+180
* | Merge branch 'PHP-7.1' into PHP-7.2George Wang2018-04-031-0/+1
|\ \ | |/
| * [BUGFIX] allow php_admin_value to override value set in php.ini without restr...George Wang2018-04-031-0/+1
* | Merge branch 'PHP-7.1' into PHP-7.2George Wang2018-02-271-1/+1
|\ \ | |/
| * revert last change, for PHP7 no need to do strlen() + 1 for hash look up.George Wang2018-02-271-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2George Wang2018-02-271-1/+1
|\ \ | |/
| * [BUGFIX] calling php_ini_activate_per_host_config() with correct name length.George Wang2018-02-271-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2George Wang2018-02-275-265/+2045
|\ \ | |/
| * release LiteSpeed SAPI 7.0.George Wang2018-02-275-265/+2045
| * year++Xinchen Hui2018-01-024-6/+6
* | year++Xinchen Hui2018-01-024-6/+6
* | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-09-271-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-09-271-2/+2
| |\
| | * Fix bug #75248 and #75251Peter Kokot2017-09-271-2/+2
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-08-022-64/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-022-64/+11
| |\ \ | | |/
| | * take care of compile warnings.George Wang2017-08-022-64/+11
* | | Merge branch 'PHP-7.1'George Wang2017-06-271-10/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1George Wang2017-06-271-10/+18
| |\ \ | | |/
| | * [BUGFIX] fixes the issue that a value from .user.ini displays in phpinfo(), b...George Wang2017-06-271-10/+18
* | | Remove superfluous allocation checks around ZMM-based functionsThomas Punt2017-04-021-2/+0
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-181-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-181-1/+1
| |\ \ | | |/
| | * Remove remnants of TSMRLS_* macro callsThomas Punt2017-01-181-1/+1
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-081-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-081-0/+0
| |\ \ | | |/
| | * Use proper file extension for the READMEMarkus Staab2017-01-081-0/+0
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-081-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-081-2/+2
| |\ \ | | |/
| | * Fix 404 links in Litespeed README - Bug 73890Peter Kokot2017-01-081-2/+2
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-044-6/+6
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-044-6/+6
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-024-6/+6
* | | Finish remaining replacement uint => uint32_tAnatol Belski2016-12-221-2/+2
|/ /
* | 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