summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #55340 (segfault when using some arguments -- bug introduced by c...Jérôme Loyet2011-08-021-9/+45
* Fix #55121 Segfault with multipart/form-data POSTFlorian Anderiasch2011-07-251-1/+2
* - Give index.php a precedence over index.html. Patch by davidc.Moriyoshi Koizumi2011-07-231-1/+1
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-222-10/+1
* - Show PHP_VERSION in the banner. Suggested by Chris and others.Moriyoshi Koizumi2011-07-211-2/+2
* Fixed bug #55071. Maybe a bit overkill?Moriyoshi Koizumi2011-07-201-1/+13
* - Better error handling.Moriyoshi Koizumi2011-07-201-8/+13
* - Fixed bug #55073 (PHP-CLI-webserver does not listen on ipv6 interfaces), le...Moriyoshi Koizumi2011-07-201-11/+27
* - Dropped restriction of not setting the same value multiple times, the last ...Jérôme Loyet2011-07-191-9/+14
* - enhanced log messagesJérôme Loyet2011-07-1924-109/+112
* - Fixed bug #55107 (Null bytes in URL cause insecure behavior (code execution...Moriyoshi Koizumi2011-07-191-0/+11
* - Buffers are local to the blocks where they belong.Moriyoshi Koizumi2011-07-191-7/+6
* - Print HTTP method as well in the log.Moriyoshi Koizumi2011-07-191-7/+9
* order fpm configuration items the same way in php-fpm.conf.in, fpm_conf.h and...Jérôme Loyet2011-07-183-171/+203
* fix a segfault when passing an empty value to a ini parameter from the web se...Jérôme Loyet2011-07-181-3/+9
* - don't write directly to stderr, use the internal logger instead (zlog)Jérôme Loyet2011-07-182-22/+7
* remove unused variableJérôme Loyet2011-07-181-4/+0
* - remove is_fastcgi because FPM is always fastcgiJérôme Loyet2011-07-183-181/+66
* - get rid of FPM_AUTOCONFIG_H which has never existed since FPM integration i...Jérôme Loyet2011-07-173-12/+0
* fix revision r313323Jérôme Loyet2011-07-173-4/+9
* - Implemented FR #55166 (Added process.max to control the number of process F...Jérôme Loyet2011-07-175-2/+28
* - Implemented FR #55181 (Enhance security by limiting access to user defined ...Jérôme Loyet2011-07-127-0/+104
* MF53Stanislav Malyshev2011-07-121-2/+2
* MF53Stanislav Malyshev2011-07-121-0/+1
* - add apache 2.3 (upcoming 2.4) handlerPierre Joye2011-07-061-2/+21
* - Fixed bug #55076 (requires() fails in a subdirectory with the in-built webs...Felipe Pena2011-07-061-0/+5
* - Implemented FR #54098 (Lowered default value for Process Manager)Jérôme Loyet2011-07-051-5/+6
* - FR #52052: Added partial syslog support (on error_log only)Jérôme Loyet2011-07-056-36/+309
* - Fixed wrong value of log_level when invoking fpm with -ttJérôme Loyet2011-07-053-4/+10
* - ws and cosmeticsJérôme Loyet2011-07-058-147/+151
* Fixed memory leakJérôme Loyet2011-07-051-3/+14
* - moved STR2STR, BOOL2STR and PM2STR from fpm_conf.h to fpm_conf.c (Giovanni ...Jérôme Loyet2011-07-052-7/+6
* fix comment syntaxJérôme Loyet2011-07-041-1/+1
* - Fixed bug #55118 (Imcomplete start message)Felipe Pena2011-07-031-1/+9
* - Fixed crash when using -e optionFelipe Pena2011-07-031-2/+6
* - Implemented FR #54172 (Overriding the pid file location of php-fpm)Jérôme Loyet2011-07-024-4/+19
* - Fix php_escape_html_entities_ex call (int * has been changed to size_t *)Jérôme Loyet2011-07-021-1/+2
* - Implemented FR #54499 (FPM ping and status_path should handle HEAD request)Jérôme Loyet2011-07-021-4/+16
* - Implemented FR #54577 (Enhanced status page with full status and details ab...Jérôme Loyet2011-07-0212-94/+886
* - Reverted php_printf -> printf changeFelipe Pena2011-07-011-2/+2
* Updated name to 'PHP Development Server', and CTRL-C to Ctrl-C, as per PHP bu...Philip Olson2011-06-301-1/+1
* correct error message for a missing document root in the cli webserverDavid Soria Parra2011-06-291-1/+1
* fix #55072 in-built web server needs to check -t option is a directoryDavid Soria Parra2011-06-291-0/+8
* - Fixed crash on invalid addr:port (Chris Jones, Felipe)Felipe Pena2011-06-271-3/+12
* - fixed request_timeout and slowlog_timeout from last FPM commit (r312496)Jérôme Loyet2011-06-275-8/+24
* - Replaced shm_slots with a real scoreboardJérôme Loyet2011-06-2621-583/+729
* - Fixed crash when using -e optionFelipe Pena2011-06-251-2/+7
* - Fixed crash when calling sapi_shutdown() and sapi hasn't been startedFelipe Pena2011-06-251-2/+5
* - Fixed crash when zend_eval_string bailouts (-r 'a();')Felipe Pena2011-06-251-404/+407
* - reflection is always enabledPierre Joye2011-06-251-11/+0