summaryrefslogtreecommitdiff
path: root/sapi/litespeed
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0'Lior Kaplan2016-02-081-1/+1
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-02-081-1/+1
| |\
| | * Align spacing in make install messagesLior Kaplan2016-02-081-1/+1
| * | Fixed runtime php.ini override, ini name length is off by 1.George Wang2016-01-051-2/+3
* | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-014-6/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-014-6/+6
| |\ \ | | |/
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-014-6/+6
| | * 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
| | * Add sanitizing checks for request data.George Wang2015-12-091-2/+54
| | * Clear secret after use.George Wang2015-12-091-5/+8
| | * Fixed __DIR__ in CLI mode.George Wang2015-12-091-0/+2
| | * bump API version to 6.8George Wang2015-06-221-1/+1
| | * Fixed Buf #68812 Unchecked return value.George Wang2015-06-081-4/+14
| | * Fixed a bug that header value is not terminated by '\0' when accessed through...George Wang2015-02-251-6/+25
| | * Fixed #68790 (Missing return)George Wang2015-02-071-1/+1
| * | 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
| * | Add sanitizing checks for request data.George Wang2015-12-091-2/+54
| * | Clear secret after use.George Wang2015-12-091-5/+8
| * | Fixed __DIR__ in CLI mode.George Wang2015-12-091-0/+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
* | | Add sanitizing checks for request data.George Wang2015-12-091-2/+54
* | | Clear secret after use.George Wang2015-12-081-7/+10
* | | Fixed runtime php.ini override, ini name length is off by 1.George Wang2015-11-191-2/+3
|/ /
* | 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
* | Fixed Buf #68812 Unchecked return value.George Wang2015-06-081-4/+14
* | Fixed a bug that header value is not terminated by '\0' when accessed through...George Wang2015-02-251-6/+25
* | Merge branch 'pull-request/1011'Stanislav Malyshev2015-02-011-2/+2
|\ \
| * | Fix for a previous commit. i read it as size_t, notssize_t.Joshua Rogers2015-02-011-3/+3
| * | Remove useless testsJoshua Rogers2015-01-211-5/+5
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-01-311-1/+1
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-1/+1
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-1/+1
| | |\
| | | * use right sizeof for memsetStanislav Malyshev2015-01-311-1/+1
| | | * Revert "made lsapi_main.c compatible with PHP7/phpng ."Stanislav Malyshev2014-11-221-92/+26
| | | * 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-081-1/+2
| | | * Update LSAPI to 6.7, added support for 'filter_input'.George Wang2014-09-032-7/+67
| | | * Fixed a bug that cannot access custom request header stored in apache_request...George Wang2014-07-111-0/+1
| | | * cleanup file headers.George Wang2014-07-102-16/+0
| | | * Do not kill children process in pre-fork mode when parent process quit.George Wang2014-07-101-2/+2