summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* fix testStanislav Malyshev2015-08-041-2/+2
|
* fix testStanislav Malyshev2015-08-041-4/+7
|
* bump API version to 6.8George Wang2015-06-221-1/+1
|
* Fixed Buf #68812 Unchecked return value.George Wang2015-06-081-4/+14
|
* Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)Stanislav Malyshev2015-04-111-0/+1
|
* Fixed a bug that header value is not terminated by '\0' when accessed ↵George Wang2015-02-251-6/+25
| | | | through getenv().
* 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
| | | | | This reverts commit 9fb816f45ad9baa46b91514e70f755eb88539e85. Not a security-related fix.
* 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 ↵George Wang2014-10-031-1/+2
| | | | parsing php.ini
* 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
| | | | Fixed a crash in CLI mode.
* restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes ↵David Zuelke2014-08-281-3/+8
| | | | bug 67606
* 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 ↵George Wang2014-07-111-0/+1
| | | | apache_request_headers() though array index.
* 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
| | | | | Conflicts: sapi/litespeed/lsapi_main.c
* Update LiteSpeed SAPI code to V6.4George Wang2014-07-104-669/+2007
| | | | | | | | Conflicts: sapi/litespeed/lsapi_main.c sapi/litespeed/lsapidef.h sapi/litespeed/lsapilib.c sapi/litespeed/lsapilib.h
* Fixed typo in Makefile.fragGeorge Wang2014-07-101-1/+1
|
* Fix Bug #67530 error_log=syslog ignoredRemi Collet2014-07-081-0/+4
| | | | | As for Bug #64915 Systemd use --nodaemonize but need to error_log to file or syslog to be honoured
* Fixed bug #66830 (Empty header causes PHP built-in web server to hang).Adam Harvey2014-07-072-4/+46
| | | | | | | | We had an infinite loop in sapi_cli_server_send_headers(): while iterating over the linked list of headers, when an empty header was hit, continue would go to the next iteration of the loop without updating h to be the next value in the linked list. Updating it to always increment regardless of whether the header is actually valid or not fixes the issue.
* Revert "Fix Bug #67530 error_log=syslog ignored"Ferenc Kovacs2014-06-301-4/+0
| | | | This reverts commit a0ecb3794f00e65cd2a073b2073e32d6c2fb7180.
* Fix Bug #67531 syslog cannot be set in pool configurationRemi Collet2014-06-271-0/+3
| | | | | error_log is listed in FPM_PHP_INI_TO_EXPAND, but should not be expand when value = syslog
* Fix Bug #67530 error_log=syslog ignoredRemi Collet2014-06-271-0/+4
| | | | | As for Bug #64915 Systemd use --nodaemonize but need to error_log to file or syslog to be honoured
* 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
| | | | Implements FR #67429 (CLI server is missing some new HTTP response codes).
* Fixed bug #67406 built-in web-server segfaults on startupRemi Collet2014-06-101-3/+3
| | | | | | | | Reproduce on aarch64. From select man page: "select() may update the timeout argument to indicate how much time was left." So "const" is not ok.
* 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
| | | | This patch fixes descriptor leak which could lead to DoS once Max open files is reached
* Fix bug #66482, replace wrong item name 'priority' with 'process.priority' ↵itxx002014-04-131-1/+1
| | | | in php-fpm.conf
* 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
| | | | | | | This makes it possible to leave the envoronment as is on startup and pass all the variables to the workers. The default value of clear_env is "yes", preserving previous behaviour. Patch by Paul Annesley.
* 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 ↵Felipe Pena2013-10-051-0/+1
| | | | encoding)
* Handle CLI server request headers case insensitively.Adam Harvey2013-09-092-10/+55
| | | | Fixes bug #65633 (built-in server treat some http headers as case-sensitive).