summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use better constant since MAXHOSTNAMELEN may mean shorter nameStanislav Malyshev2015-01-311-1/+5
* use right sizeof for memsetStanislav Malyshev2015-01-311-1/+1
* Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-1/+5
* FIx bug #68618 (out of bounds read crashes php-cgi)Stanislav Malyshev2014-12-301-2/+5
* 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
* This test should passJohannes Schlüter2014-09-271-2/+0
* 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
* restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes b...David Zuelke2014-08-281-3/+8
* Fixed bug #67715 (php-milter does not build and crashes randomly).Michael Wallner2014-07-303-6/+10
* 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
* update to LSAPI 6.6George Wang2014-07-102-10/+36
* Update LiteSpeed SAPI code to V6.4George Wang2014-07-104-669/+2007
* Fixed typo in Makefile.fragGeorge Wang2014-07-101-1/+1
* Fix Bug #67530 error_log=syslog ignoredRemi Collet2014-07-081-0/+4
* Fixed bug #66830 (Empty header causes PHP built-in web server to hang).Adam Harvey2014-07-072-4/+46
* Revert "Fix Bug #67530 error_log=syslog ignored"Ferenc Kovacs2014-06-301-4/+0
* Fix Bug #67531 syslog cannot be set in pool configurationRemi Collet2014-06-271-0/+3
* Fix Bug #67530 error_log=syslog ignoredRemi Collet2014-06-271-0/+4
* Update copyright year to 2014Lior Kaplan2014-06-171-1/+1
* Add 308 and 426 to the HTTP response code map in the CLI server.Adam Harvey2014-06-122-0/+51
* Fixed bug #67406 built-in web-server segfaults on startupRemi Collet2014-06-101-3/+3
* Fix bug #67060: use default mode of 660Stanislav Malyshev2014-04-292-3/+3
* Fix #66908: php-fpm reload leaks epoll_create() file descriptorJulio Pintos2014-04-201-1/+5
* Fix bug #66482, replace wrong item name 'priority' with 'process.priority' in...itxx002014-04-131-1/+1
* fix apr_psprintf format string from e0df4e3dba7c4ab92442b9e82c1de01fdbaa3cceJeff Trawick2014-04-131-1/+1
* Fixed bug #65715 php5embed.lib isn't provided anymoreAnatol Belski2014-03-241-0/+2
* man page: long option name is --strip, not --strippedRemi Collet2014-02-281-1/+1
* --global have be removed in 5.2Remi Collet2014-02-281-9/+0
* add clear_env option to FPM configPaul Annesley2014-02-254-1/+16
* Bump yearXinchen Hui2014-01-0362-70/+70
* Fix bug #66008Rasmus Lerdorf2013-10-311-0/+1
* Fix typoRasmus Lerdorf2013-10-201-1/+1
* Initialize these to make Coverity happyRasmus Lerdorf2013-10-191-2/+3
* Typo fix: managment -> managementLior Kaplan2013-10-191-1/+1
* Use minus sign instead of hyphenLior Kaplan2013-10-191-1/+1
* - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer enc...Felipe Pena2013-10-051-0/+1
* Handle CLI server request headers case insensitively.Adam Harvey2013-09-092-10/+55
* Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* Fix #61345: fix install of CGI binaryMichael Heimpold2013-08-101-0/+1
* non living code related typo fixesVeres Lajos2013-08-045-5/+5
* typo fixesVeres Lajos2013-07-152-2/+2
* Add built-in web server to invocation listLior Kaplan2013-07-141-1/+2