summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #67741 (auto_prepend_file messes up __LINE__)Reeze Xia2015-03-032-0/+20
* Fixed a bug that header value is not terminated by '\0' when accessed through...George Wang2015-02-251-6/+25
* Merge branch 'pull-request/995' into PHP-5.5Antony Dovgal2015-02-161-2/+0
|\
| * fix bug #68822 (request time is reset too early)redfoxli2015-02-161-2/+0
* | Shut up, my lovely compiler; I do not like your warningsBob Weinand2015-02-092-3/+3
* | Fixed #68790 (Missing return)George Wang2015-02-071-1/+1
* | Fix #66479: Wrong response to FCGI_GET_VALUESFrank Stolle2015-02-011-0/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-312-2/+6
|\ \
| * | Use better constant since MAXHOSTNAMELEN may mean shorter nameStanislav Malyshev2015-01-311-1/+5
| * | use right sizeof for memsetStanislav Malyshev2015-01-311-1/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-1/+5
|\ \ \ | |/ /
| * | Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-1/+5
* | | fcgi_write in fpm returns ssizt_t, but it returns int in cgiXinchen Hui2015-01-271-1/+1
* | | Revert previous unintentional change to thisXinchen Hui2015-01-271-0/+1
* | | Also Fixed #68571 in CGI SAPI, and some cleanupXinchen Hui2015-01-275-9/+12
* | | Merge branch 'fixbug68571tophp5.5' of https://github.com/redfoxli/php-src int...Xinchen Hui2015-01-272-1/+6
|\ \ \
| * | | follow C89 formatredfoxli2014-12-101-1/+2
| * | | fix-bug-68571-to-php5.5redfoxli2014-12-092-1/+5
| | |/ | |/|
* | | Bump yearXinchen Hui2015-01-1566-77/+77
* | | Fix bug #68784Rasmus Lerdorf2015-01-091-1/+1
* | | cleanup old unused typedefRemi Collet2015-01-061-2/+0
* | | Handle NULL strings in sapi_cli_server_register_variable().Adam Harvey2015-01-062-0/+39
* | | Allow CLI server test scripts to specify the name of the router file.Adam Harvey2015-01-066-10/+9
* | | Fix bug #68751 listen.allowed_clients is brokenRemi Collet2015-01-051-1/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-12-301-2/+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
* | | fix possible null pointer mathAnatol Belski2014-12-011-3/+5
* | | Fix php cli (-S option) inconsistent port parsingnil0x422014-11-301-2/+2
* | | fix test with readline on macFerenc Kovacs2014-11-291-5/+5
| |/ |/|
* | Fixed Bug #68478 acess_log don't use prefixRemi Collet2014-11-223-3/+6
* | Fix bug #68463 listen.allowed_clients can silently result in no allowed accessRemi Collet2014-11-211-0/+4
* | Raise a warning when listen = hostname used and is resolved as multiple addre...Remi Collet2014-11-211-4/+9
* | move zlog_set_level() againDavid Zuelke2014-11-212-2/+1
* | Change pm.start_servers default warning to noticeDavid Zuelke2014-11-211-1/+1
* | Fixed bug #68391 Returns the pool config files in orderFlorian MARGAINE2014-11-211-1/+1
* | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5George Wang2014-11-207-46/+120
|\ \
| * | Fixed bug #68452 php-fpm man page is oudated (-g, -R, -z)Remi Collet2014-11-191-4/+10
| * | Fixed bug #68381 Set FPM log level earlier during initDavid Zuelke2014-11-181-1/+2
| * | update fpm configuration for #68428Remi Collet2014-11-171-1/+1
| * | Fixed bug #68428 allowed_client is IPv4 onlyRemi Collet2014-11-171-22/+50
| * | comment about ipv4-mapped in fpm confRemi Collet2014-11-171-2/+2
| * | Improve fix bug #68421 access.format='%R' doesn't log ipv6 addressRemi Collet2014-11-171-4/+14
| * | improve comments about FPM listen optionRemi Collet2014-11-161-2/+4
| * | Fixed Bug #68420 listen=9000 listens to ipv6 localhost instead of all addressesRemi Collet2014-11-151-7/+17
| * | Fix bug #68421 access.format='%R' doesn't log ipv6 addressRemi Collet2014-11-143-4/+10
| * | Fix bug #68423i PHP-FPM will no longer load all poolsRemi Collet2014-11-141-3/+14