summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* Removed wrong size_t definitionDmitry Stogov2007-04-091-1/+0
* Add missing #if checkSara Golemon2007-03-291-0/+2
* Improved FastCGI SAPI to support external pipe and socket servers on win32Dmitry Stogov2007-03-283-77/+196
* Fixed compilation warningDmitry Stogov2007-03-121-1/+1
* Return HTTP 403 in case of "access denied".Dmitry Stogov2007-03-091-2/+7
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-272-6/+6
* 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
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
* Check for FD_SETSIZE limitDmitry Stogov2007-02-211-9/+14
* MFH: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.inAntony Dovgal2007-02-201-32/+0
* MFH: make use of startup hooksAntony Dovgal2007-02-201-2/+3
* Fixed strlcat() usage.Ilia Alshanetsky2007-02-191-1/+2
* Initialize "retval" on each requestDmitry Stogov2007-02-191-0/+1
* Fixed fcgi_putenv() semantic with NULL valueDmitry Stogov2007-02-191-7/+8
* Eliminate strcat() usageIlia Alshanetsky2007-02-181-15/+20
* Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when...Dmitry Stogov2007-02-161-6/+2
* Fixed bug #40414 (possivle endless fork() loop when running fastcgi)Dmitry Stogov2007-02-153-0/+10
* Fixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost)Dmitry Stogov2007-02-151-0/+52
* - Give Dmitry credit for all the FastCGI workAndi Gutmans2007-02-141-1/+1
* Prevent flush of closed handle on php_module_shutdown()Dmitry Stogov2007-01-291-0/+4
* MFH: Bump year.Sebastian Bergmann2007-01-015-7/+7
* MFHAntony Dovgal2006-12-281-1/+1
* Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland do...Dmitry Stogov2006-12-191-0/+2
* Fixed FastCGI impersonation for persistent connections on WindowsDmitry Stogov2006-12-051-9/+17
* Removed unnecessary getenv/putenv callsDmitry Stogov2006-11-151-37/+72
* Fixed wrong ext/filter behavior. It didn't register FastCGI environment varia...Dmitry Stogov2006-11-151-3/+4
* cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive ...Dmitry Stogov2006-11-141-58/+124
* - fix build (var.s is for zstr)Pierre Joye2006-11-031-2/+2
* MFH:Ilia Alshanetsky2006-11-031-2/+9
* Fixed bug #39020 (PHP in FastCGI server mode crashes)Dmitry Stogov2006-10-161-3/+20
* Removed unused libfcgiDmitry Stogov2006-09-2820-8673/+1
* fix CGI buildAntony Dovgal2006-09-231-8/+8
* Restore support for unquoted -d optionsIlia Alshanetsky2006-09-221-6/+20
* MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; c...Dmitry Stogov2006-09-191-18/+21
* 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
* FastCGI environment variables must not be overriden by system environment var...Dmitry Stogov2006-08-311-2/+4
* MFH: sa_len compile fix for IRIXIlia Alshanetsky2006-08-201-5/+5
* Documentation fixDmitry Stogov2006-07-241-8/+13
* MFH: fix #37920 (compilation problems on z/OS)Antony Dovgal2006-06-271-3/+3
* MFH: plug leak in CGI SAPI when running scripts with query string in consoleAntony Dovgal2006-06-191-1/+8
* MFH: add missing ifdef and avoid "unused variable" warningAntony Dovgal2006-06-191-1/+3
* plug memory leak in sapi_putenv, by using setenv(), that doesnt need any mallocNuno Lopes2006-06-171-2/+21
* Removed warningsDmitry Stogov2006-06-131-2/+2
* Removed warningDmitry Stogov2006-06-131-1/+1
* MFHJohannes Schlüter2006-06-031-31/+0
* Fixed bug #37496 (FastCGI output buffer overrun)Dmitry Stogov2006-05-251-2/+5
* Fixed bug #37256 (php-fastcgi dosen't handle connection abort)Dmitry Stogov2006-05-241-1/+1