summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the TSRMLS_DC/TSRMLS_CC macros instead of TSRMLS_FETCH()Kalle Sommer Nielsen2010-08-183-12/+10
* Fixed ZTS buildDmitry Stogov2010-08-181-1/+3
* improved performance of FastCGI request parsingDmitry Stogov2010-08-183-116/+294
* Fixed bug #50804 (Document configure.js --enable-crt-debug)Kalle Sommer Nielsen2010-08-111-1/+1
* BUG: all value comparaisons were not case insensitive in the conf file parserJérôme Loyet2010-08-021-4/+4
* typoJérôme Loyet2010-08-021-1/+1
* correct php-fpm.conf: slowlog has no default valueJérôme Loyet2010-08-021-1/+2
* - Fixed bug #52476 (move php-fpm man page from section 1 to section 8)Jérôme Loyet2010-07-293-5/+5
* Fix required facilities for php-fpm's init scriptRaphael Geissert2010-07-291-2/+2
* typoDmitry Stogov2010-07-201-1/+1
* Use zend_stream API to open main PHP script in CGI/FastCGI. This allows to ov...Dmitry Stogov2010-07-071-15/+67
* fix typos and use correct directive names in error messagesAntony Dovgal2010-07-061-10/+10
* reduced request processing overheadDmitry Stogov2010-07-053-24/+24
* - MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-302-5/+0
* - Improved initializationFelipe Pena2010-06-272-2/+3
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-272-0/+4
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-6/+9
* - Fixed bug #52162 (custom request header variables with numbers are removed)Sriram Natarajan2010-06-231-1/+1
* - Fixed bug #52086 (No new line at the end of a included file crahes the PHP ...Jérôme Loyet2010-06-191-4/+2
* improve ptrace() testAntony Dovgal2010-06-161-4/+4
* Fix #52067, chroot and chdir path were not checked at startup. If configured ...Jérôme Loyet2010-06-131-0/+54
* support both 'warn' and 'warning' as error levelsAntony Dovgal2010-06-081-1/+1
* fix micro-memleaks (happened once per process)Antony Dovgal2010-06-082-1/+9