summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-063-5/+5
* 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
* Fix a couple of warnings. Use %zu to printf a time_t and get_request_timeRasmus Lerdorf2011-05-161-1/+1
* # Fix phptPierrick Charron2011-05-051-1/+1
* fix CLI tests failing because of new OB APIAntony Dovgal2011-05-046-29/+29
* 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
* Close [PHP-BUG] Req #54152...Jim Jagielski2011-03-091-3/+38
* -not needed, buildconf helps...Pierre Joye2011-02-222-473/+0
* - missing filesPierre Joye2011-02-222-0/+473
* Declare vars first. Fix Windows build.Johannes Schlüter2011-02-221-2/+2
* - Fixed buildFelipe Pena2011-02-191-1/+1
* - Implement FR#53878 Interactive shell should work with shared readline exten...Johannes Schlüter2011-02-196-774/+82
* 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 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
* - Fix missing mkdir for bindir (patch by David Tajchreber)Felipe Pena2011-01-231-0/+1
* Added checks for malformated FastCGI requests (Edgar Frank)Dmitry Stogov2011-01-191-6/+6
* - 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
* - 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