summaryrefslogtreecommitdiff
path: root/sapi/litespeed/lsapi_main.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some dead codeKalle Sommer Nielsen2018-07-231-18/+0
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* Merge branch 'PHP-7.2'George Wang2018-04-101-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2George Wang2018-04-101-1/+1
| |\
| | * Updated LiteSpeed SAPI to 7.1 .George Wang2018-04-101-1/+1
* | | Merge branch 'PHP-7.2'George Wang2018-04-031-0/+1
|\ \ \ | |/ /
| * | 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
* | | Remove, or fix, unused variablesGabriel Caruso2018-03-271-13/+10
* | | Merge branch 'PHP-7.2'George Wang2018-02-271-1/+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.2'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.2'George Wang2018-02-271-85/+120
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2George Wang2018-02-271-83/+115
| |\ \ | | |/
| | * release LiteSpeed SAPI 7.0.George Wang2018-02-271-83/+115
| | * year++Xinchen Hui2018-01-021-3/+3
| * | year++Xinchen Hui2018-01-021-3/+3
* | | Trailing whitespacesGabriel Caruso2018-01-031-6/+6
* | | year++Xinchen Hui2018-01-021-3/+3
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Use array specific functionsDmitry Stogov2017-12-071-4/+4
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-08-021-64/+9
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-021-64/+9
| |\
| | * take care of compile warnings.George Wang2017-08-021-64/+9
* | | 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
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-3/+3
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-3/+3
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-3/+3
* | | 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
* | | 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
|/ /