summaryrefslogtreecommitdiff
path: root/sapi/cgi/fastcgi.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Nuke compiler warning, wrong fix that shouldn't have been in the previously ↵Kalle Sommer Nielsen2010-08-181-1/+1
| | | | commit
* Use the TSRMLS_DC/TSRMLS_CC macros instead of TSRMLS_FETCH()Kalle Sommer Nielsen2010-08-181-5/+5
|
* improved performance of FastCGI request parsingDmitry Stogov2010-08-181-73/+262
|
* reduced request processing overheadDmitry Stogov2010-07-051-19/+18
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* fix minor leak in CGI sapi (happened once per child) Antony Dovgal2009-12-231-0/+3
|
* - fix buildPierre Joye2009-08-261-2/+2
|
* Fixed variable clobberingIlia Alshanetsky2009-08-261-5/+5
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - WSPierre Joye2008-12-111-54/+54
|
* - wsPierre Joye2008-12-111-28/+28
|
* MFH: Fixed bug #46782 (fastcgi.c parse error)Matt Wilmas2008-12-071-6/+6
|
* MFH: Fixed FCGI_GET_VALUES requests (fixes #45522)Arnaud Le Blanc2008-10-211-17/+63
|
* Fixed bug #45786 (FastCGI process exited unexpectedly)Dmitry Stogov2008-08-261-4/+7
|
* Fix for bug #45786 (FastCGI process exited unexpectedly)Dmitry Stogov2008-08-181-11/+14
|
* Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown ↵Dmitry Stogov2008-07-151-12/+17
| | | | before shutdown) (basant dot kukreja at sun dot com)
* - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin)Dmitry Stogov2008-04-031-1/+4
| | | | | | - Fixed sending of uninitialized paddings which may contain some information. (Andrey Nigmatulin)
* optimizationDmitry Stogov2008-02-151-9/+11
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Added checks for malformated FastCGI requests (Mattias Bengtsson)Dmitry Stogov2007-09-071-1/+10
|
* ECONNABORTED is not a critical error (Andrei Nigmatulin)Dmitry Stogov2007-07-091-0/+4
|
* Fixed crash on "php -b 1234 -unknown-option"Dmitry Stogov2007-05-211-0/+5
|
* Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com)Dmitry Stogov2007-05-101-0/+10
|
* Removed wrong size_t definitionDmitry Stogov2007-04-091-1/+0
|
* Improved FastCGI SAPI to support external pipe and socket servers on win32Dmitry Stogov2007-03-281-33/+190
|
* Fixed compilation warningDmitry Stogov2007-03-121-1/+1
|
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-2/+2
|
* poll() is not affected by FD_SETSIZE (Tony)Dmitry Stogov2007-02-261-15/+16
|
* Use poll() instead of select() if availableDmitry Stogov2007-02-241-4/+29
|
* Check for FD_SETSIZE limitDmitry Stogov2007-02-211-9/+14
|
* Fixed fcgi_putenv() semantic with NULL valueDmitry Stogov2007-02-191-7/+8
|
* Fixed bug #40414 (possivle endless fork() loop when running fastcgi)Dmitry Stogov2007-02-151-0/+5
|
* Fixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost)Dmitry Stogov2007-02-151-0/+52
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland ↵Dmitry Stogov2006-12-191-0/+2
| | | | dot org)
* Fixed FastCGI impersonation for persistent connections on WindowsDmitry Stogov2006-12-051-9/+17
|
* Fixed bug #39020 (PHP in FastCGI server mode crashes)Dmitry Stogov2006-10-161-3/+20
|
* Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI)Dmitry Stogov2006-09-131-1/+1
|
* Don't try to do safe connection close in case of FastCGI protocol errorDmitry Stogov2006-09-111-3/+5
|
* Fixed "signed/unsigned mismatch" warning.Dmitry Stogov2006-09-041-1/+1
|
* MFH: sa_len compile fix for IRIXIlia Alshanetsky2006-08-201-5/+5
| | | | | # Patch by Sascha
* Removed warningDmitry Stogov2006-06-131-1/+1
|
* Fixed bug #37496 (FastCGI output buffer overrun)Dmitry Stogov2006-05-251-2/+5
|
* Fixed bug #37496 (FastCGI output buffer overrun)Dmitry Stogov2006-05-221-15/+27
|
* fix typoAntony Dovgal2006-05-221-1/+1
|
* - Removed source compatibility with libfcgiDmitry Stogov2006-05-151-96/+63
| | | | | | | - Optimized access to FastCGI environment using HashTable instead of linear search - Allowed PHP_FCGI_MAX_REQUESTS=0 to disable PHP die - Allowed PHP_FCGI_CHILDREN=0 to disable PHP spawn workers
* Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4).Ilia Alshanetsky2006-05-091-5/+7
|
* Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek)Dmitry Stogov2006-05-051-1/+1
|
* Fixed bug #37205 (incompatibility with mod_fastcgi)Dmitry Stogov2006-05-031-17/+4
|
* Fixed incompatibility with isapi_fcgi.dllDmitry Stogov2006-05-031-0/+4
|