summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* Fixed possible memory leakDmitry Stogov2011-08-111-1/+4
|
* Prevented the warning about truncate int to charXinchen Hui2011-08-081-1/+1
|
* - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-062-2/+2
|
* fix a segfault when passing an empty value to a ini parameter from the web ↵Jérôme Loyet2011-07-181-3/+9
| | | | server (php_(admin_)?value)
* remove forgotten debug logJérôme Loyet2011-07-181-1/+0
|
* - get rid of FPM_AUTOCONFIG_H which has never existed since FPM integration ↵Jérôme Loyet2011-07-173-12/+2
| | | | into core
* - 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-148/+152
|
* 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
| | | | Giacobbi)
* alloc SHM for all children at startup to ensure all SHM will be reachable ↵Jérôme Loyet2011-07-042-10/+11
| | | | from children over the ages
* child-pid can't be set when fpm_child_resources_use is calledJérôme Loyet2011-07-041-1/+1
|
* - Fixed missing Expires and Cache-Control headers for ping and status pagesJérôme Loyet2011-07-041-0/+10
|
* - revert commit 312812 until 5.3.7 is outJérôme Loyet2011-07-0412-869/+80
|
* fix comment syntaxJérôme Loyet2011-07-041-1/+1
|
* - Implemented FR #54172 (Overriding the pid file location of php-fpm)Jérôme Loyet2011-07-024-4/+19
|
* - 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 ↵Jérôme Loyet2011-07-0212-94/+886
| | | | | | | | about each processes - Added a web page (status.html) for real-time FPM status - Fixed missing Expires and Cache-Control headers for ping and status pages
* - fixed request_timeout and slowlog_timeout from last FPM commit (r312496)Jérôme Loyet2011-06-275-8/+24
| | | | | - typo
* - Replaced shm_slots with a real scoreboardJérôme Loyet2011-06-2621-583/+729
| | | | | | - Added several improvements to the status page
* - reflection is always enabledPierre Joye2011-06-251-11/+0
|
* - Added custom access log (also added per request %CPU and memory mesurement)Jérôme Loyet2011-06-2322-12/+744
|
* Removed pid in debug logs written by chrildren processesJérôme Loyet2011-06-201-1/+5
|
* - Missing changeFelipe Pena2011-06-181-1/+1
|
* - Fixed ZTS buildFelipe Pena2011-06-182-2/+2
|
* Added master rlimit_files and rlimit_core in the global configuration settingsJérôme Loyet2011-06-184-11/+48
|
* Fixed exit at FPM startup on fpm_resources_prepareJérôme Loyet2011-06-184-12/+17
|
* Remove timestamp in logs written by children processJérôme Loyet2011-06-181-6/+9
|
* missing doc in the conf fileJérôme Loyet2011-06-171-1/+2
|
* - added xml format to the status pageJérôme Loyet2011-06-173-181/+120
| | | | | | - clean fpm_status.c code
* - Fix missing change from r303357 (related to bug #48831)Felipe Pena2011-06-111-1/+1
|
* fix socket address parsing codeGeorge Wang2011-06-081-2/+2
|
* fix CLI mode timeoutGeorge Wang2011-05-311-0/+1
|
* Fixed bug #52496 (Zero exit code on option parsing failure).Ilia Alshanetsky2011-05-301-1/+1
|
* - Fixed bug #54529 (SAPI crashes on apache_config.c:197)Felipe Pena2011-05-231-5/+6
| | | | | patch by: hebergement at riastudio dot fr
* its force-quit, not -exit (yawk)Hannes Magnusson2011-04-231-1/+1
|
* Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-1/+1
| | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
* Close [PHP-BUG] Req #54152...Jim Jagielski2011-03-091-3/+38
| | | | | | Apache 2.3.12 (and later) will now work correctly with PHP's fcgi impl with this patch.
* fix compile warningAntony Dovgal2011-02-081-1/+1
|
* - remove cpystrn from FPM and use strlcpy instead.Jérôme Loyet2011-01-303-27/+4
|
* - Fixed bug #53434 (php-fpm slowlog now also logs the original request).Jérôme Loyet2011-01-291-2/+3
| | | | | - Fixed the missing peace of code on revision 307842
* - Fixed bug #53434 (php-fpm slowlog now also logs the original request).Jérôme Loyet2011-01-294-2/+17
|
* - Fixed bug #53777 (php-fpm log format now match php_error log format).Jérôme Loyet2011-01-291-4/+7
|
* Added checks for malformated FastCGI requests (Edgar Frank)Dmitry Stogov2011-01-191-4/+15
|
* - Enforce security in the fastcgi protocol parsing.Jérôme Loyet2011-01-171-21/+91
|
* add missing dl() function to FPM SAPIAntony Dovgal2011-01-141-0/+1
|
* - Year++Felipe Pena2011-01-0142-46/+46
|
* - Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).Jérôme Loyet2010-12-183-2/+22
|
* fixed keyLen validation pointGeorge Wang2010-12-103-554/+785
|
* - Fixed bug #53412 (segfault when using -y)Jérôme Loyet2010-11-302-4/+15
|