summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* It's 2013, even for a manpageJohannes Schlüter2013-03-241-2/+2
|
* Update the arguments in the prototype of fpm_socket_unix_test_connect().Adam Harvey2013-01-161-1/+1
| | | | Fixes bug #63999 (php with fpm fails to build on Solaris 10 or 11).
* Happy New Year~Xinchen Hui2013-01-0161-69/+69
|
* Fixed Bug #63581 Possible buffer overflowRemi Collet2012-11-281-3/+4
| | | | | | | | | In fpm-log, possible buffer overflow. Check for length is done at the beginning of the loop, so is not done when overflow occurs on the last loop (len = 1024 or 1025). (ack from fat). This issue where found from by static code analysis tool and, so, I can't provide any reproducer.
* Fixed Bug #63581 Possible null dereferenceRemi Collet2012-11-281-2/+6
| | | | | | | | Possible NULL dereference when trying to delete the single item of a list (ack from fat). This issues where found from by static code analysis tool and, so, I can't provide any reproducer.
* Enabled apache 2.4 handler build optionPierre Joye2012-11-131-0/+19
|
* Remove executable permission on phptXinchen Hui2012-10-101-0/+0
|
* Fixed bug #62216Jerome Loyet2012-09-281-1/+1
| | | | Add PID to php-fpm init.d script
* - Fixed bug #62887 (Only /status?plain&full gives "last request cpu")Jerome Loyet2012-09-281-9/+9
|
* - Fixed bug #62947 (Unneccesary warnings on FPM)Jerome Loyet2012-09-281-5/+5
|
* - add missing php-fpm.service.inJerome Loyet2012-09-281-0/+12
|
* - Fixed bug #63085 (Systemd integration and daemonize)Jerome Loyet2012-09-288-12/+52
|
* - Fixed bug #62954 (startup problems fpm / php-fpm)Jerome Loyet2012-09-276-57/+59
| | | | - Fixed bug #62886 (PHP-FPM may segfault/hang on startup)
* year++Xinchen Hui2012-09-057-11/+11
|
* Fix bug #62654Rasmus Lerdorf2012-07-251-3/+3
|
* Fix memleak in CLIJohannes Schlüter2012-06-271-0/+3
|
* - Fixed bug #62205 (php-fpm segfaults (null passed to strstr))Jerome Loyet2012-06-013-4/+44
|
* - fix missing include for unix socketsJerome Loyet2012-06-011-0/+1
|
* - Comment unused function to avoid warningsJerome Loyet2012-06-011-0/+4
|
* Fixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phptMatt Ficken2012-05-291-1/+10
|
* Fixed bug #61218 (the previous patch was not enough restritive on fcgi name ↵Jerome Loyet2012-05-261-6/+42
| | | | string checks)
* Fixed bug #61218 (FPM drops connection while receiving some binary valuesin ↵Jerome Loyet2012-05-261-40/+8
| | | | FastCGI requests)
* - Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize ↵Jerome Loyet2012-05-264-2/+5
| | | | and an error occured)
* - Fixed bug #62160 (Add process.priority to set nice(2) priorities)Jerome Loyet2012-05-264-0/+65
|
* - add missing headers to avoid warningsJerome Loyet2012-05-261-0/+2
|
* - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be ↵Jerome Loyet2012-05-252-0/+26
| | | | launched without errors)
* - Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)Jerome Loyet2012-05-259-31/+135
|
* - Fixed bug #61026 (FPM pools can listen on the same address)Jerome Loyet2012-05-231-1/+15
|
* - Fixed bug #61295 (php-fpm should not fail with commented 'user' for ↵Jerome Loyet2012-05-231-2/+2
| | | | non-root start)
* - Fix help message for '-R'Jerome Loyet2012-05-231-1/+1
|
* - add missing help message for '-R'Jerome Loyet2012-05-231-1/+4
|
* - Fixed bug #61835 (php-fpm is not allowed to run as root)Jerome Loyet2012-05-234-9/+18
|
* - Fixed bug #61045 (fpm don't send error log to fastcgi clients)Jerome Loyet2012-05-223-3/+51
|
* improve fix for CVE-2012-1823Stanislav Malyshev2012-05-071-3/+8
|
* Fix for CVE-2012-1823Rasmus Lerdorf2012-05-051-1/+14
| | | | (cherry picked from commit 29300b1f9dab068d477b241d8fd872e3a7c829b3)
* Fixed bug #61546 (functions related to current script failed when chdir() in ↵Xinchen Hui2012-04-302-3/+30
| | | | cli sapi).
* - Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename ↵Felipe Pena2012-04-191-3/+4
| | | | set to null) patch by ab@php.net
* Fixed bug #61605 (header_remove() does not remove all headers)Xinchen Hui2012-04-041-0/+34
|
* Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831)Gustavo André dos Santos Lopes2012-03-212-4/+8
|\ | | | | | | | | | | Merge commit 'refs/pull/12/head' of git://github.com/php/php-src into 5.3 Signed-off-by: Gustavo André dos Santos Lopes <cataphract@php.net>
| * Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)Ondřej Surý2012-03-212-4/+8
| |
* | Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-202-2/+2
|/
* Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).Ilia Alshanetsky2012-03-191-1/+1
|
* Fixed bug #61172 (Add Apache 2.4 support)Christopher Jones2012-03-022-6/+20
|
* more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-253-3/+3
| | | | requirements
* Yup, these need to be escaped. Good catch.Rasmus Lerdorf2012-02-211-1/+1
|
* Fix bug 61149Rasmus Lerdorf2012-02-201-1/+1
|
* Always restore PG(magic_quote_gpc) on request shutdownDmitry Stogov2012-02-022-2/+6
|
* Missing ifdef hereRasmus Lerdorf2012-01-191-0/+2
| | | | | Fixes bug 60811
* - Fixed bug #60659 (FPM does not clear auth_user on request accept)Jérôme Loyet2012-01-041-0/+2
|
* - Fixed bug #60629 (memory corruption when web server closed the fcgi fd)Jérôme Loyet2012-01-033-5/+5
|