summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).Jérôme Loyet2010-12-183-2/+22
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-111-0/+1
* - Fixed bug #53412 (segfault when using -y)Jérôme Loyet2010-11-302-4/+15
* - Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has be...Jérôme Loyet2010-11-2613-360/+458
* - fix (log with level < WARNING before daemonizing were not written to /dev/s...Jérôme Loyet2010-11-161-1/+1
* - Fixed #53310 (sparc < v9 won't is not supported)Jérôme Loyet2010-11-161-1/+7
* - extend the 'i-t' fpm argument to dump configuration file when called twice ...Jérôme Loyet2010-11-148-10/+86
* - Fixed #52691 (allow multiple instance of FPM using a custom prefix)Jérôme Loyet2010-11-149-47/+225
* - Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and on...Jani Taskinen2010-11-1310-58/+75
* - Fixed #52660 (custom process title for FPM)Jérôme Loyet2010-11-125-15/+111
* - Fixed #52692 (Added '-t/--test' to php-fpm to check and validate FPM conf f...Jérôme Loyet2010-11-114-4/+25
* - Fixed bug #52693 (configuration file errors are not logged to stderr)Jérôme Loyet2010-11-115-3/+15
* - get rid of ZLOG_STUFF code redundancyJérôme Loyet2010-11-1119-159/+159
* - comment out fpm_php_set_fcgi_mgmt_vars to remove compilation warningJérôme Loyet2010-11-111-0/+2
* - Fixed #52045 (FPM tries to open php.ini from the current dir)Jérôme Loyet2010-11-112-0/+2
* - remove useless checkJérôme Loyet2010-11-111-8/+2
* - add missing timer* macros (for solaris)Jérôme Loyet2010-11-111-20/+53
* - add "listen queue len" stat (thx to Andrei Nigmatulin)Jérôme Loyet2010-11-119-10/+180
* - syntax and minor optimizationsJérôme Loyet2010-11-113-59/+61
* - don't call shutdown functions after child ends softly, let the master proce...Jérôme Loyet2010-11-101-2/+4
* - correct time comparison for determining the last idle childJérôme Loyet2010-11-071-1/+1
* - change signal from SIGTERM to SIGQUIT for killing a child process by the dy...Jérôme Loyet2010-11-073-3/+7
* Updated _SERVER['REQUEST_TIME'] to include microsecond precision.Ilia Alshanetsky2010-11-064-7/+7
* Reverted wrong patchDmitry Stogov2010-09-201-1/+1
* Fix incompatible types, we need to use a char here for recv()Kalle Sommer Nielsen2010-09-191-1/+1
* - unused, double declaredPierre Joye2010-09-151-1/+1
* - remove a memory leak (missing efree())Jérôme Loyet2010-09-141-0/+6
* - fix #48831 php -i has different output to php --iniPierre Joye2010-09-141-1/+2
* - remove FPM specific version which is irrelevant since FPM integration into ...Jérôme Loyet2010-09-073-5/+1
* - Fixed bug #52498 (libevent was not only linked to php-fpm)Jérôme Loyet2010-09-071-3/+10
* Fixed bug #46723 (FastCGI persistent connection is incredibly slow due to TCP...Dmitry Stogov2010-09-061-19/+49
* - Fixed compiler warning (missing return statement)Felipe Pena2010-09-011-0/+2
* Reduced overhead of FastCGI using near-perfect hash function and predcalculat...Dmitry Stogov2010-09-013-161/+269
* invalid lengthDmitry Stogov2010-09-011-1/+1
* - Fixed bug #52725 (gcc builtin atomic functions were sometimes used when the...Jérôme Loyet2010-09-012-1/+20
* - add 'max children reached' to the FPM status page. It shows how many timesJérôme Loyet2010-08-315-22/+69
* - Add libevent version to the startup debug log in FPM.Jérôme Loyet2010-08-311-1/+1
* - Changed listen.backlog in the FPM configuration file to default to 128Jérôme Loyet2010-08-313-2/+11
* - only one process (for all pools) could be killed by the 'dynamic' process m...Jérôme Loyet2010-08-301-7/+7
* Don't check FCGI_WEB_SERVER_ADDRS for UNIX socketsDmitry Stogov2010-08-271-7/+9
* Added apache compatible functions (apache_child_terminate, getallheaders, apa...Dmitry Stogov2010-08-273-1/+202
* Don't try to read the rest of malformed FCGI requests, close immediately. It ...Dmitry Stogov2010-08-251-4/+6
* wsDmitry Stogov2010-08-251-34/+34
* - Changed listen.backlog in the FPM configuration file to default to 128Jérôme Loyet2010-08-232-4/+4
* - Fixed bug #52674 (FPM Status page returns inconsistent Content-Type headers).Jérôme Loyet2010-08-231-3/+3
* - Fix #52407 (use __sync_bool_compare_and_swap in fpm_atomic.h if gcc >= 4.1 ...Jérôme Loyet2010-08-211-1/+13
* - typo (thx to sixd)Jérôme Loyet2010-08-201-4/+4
* Fix #52609 (INI scanner did not use ZEND_INI_SCANNER_NORMAL)Jérôme Loyet2010-08-202-7/+22
* Nuke compiler warning, wrong fix that shouldn't have been in the previously c...Kalle Sommer Nielsen2010-08-181-1/+1
* Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TS...Kalle Sommer Nielsen2010-08-1811-28/+16