371 Commits (89635eb158b68e8daf77e2f49aa6fa233f112cd0)

Author SHA1 Message Date
Antony Dovgal 6c52ec1319 MFH: fix #37920 (compilation problems on z/OS) 20 years ago
Antony Dovgal 33616195b9 MFH: plug leak in CGI SAPI when running scripts with query string in console 20 years ago
Antony Dovgal cd7d7039ac MFH: add missing ifdef and avoid "unused variable" warning 20 years ago
Nuno Lopes 6509311ebb plug memory leak in sapi_putenv, by using setenv(), that doesnt need any malloc 20 years ago
Dmitry Stogov eb8c558966 Removed warnings 20 years ago
Dmitry Stogov 5a73f8f13f Removed warning 20 years ago
Johannes Schlüter 2f418134ff MFH 20 years ago
Dmitry Stogov 630def46f7 Fixed bug #37496 (FastCGI output buffer overrun) 20 years ago
Dmitry Stogov 6fe36adf0c Fixed bug #37256 (php-fastcgi dosen't handle connection abort) 20 years ago
Dmitry Stogov 07b8d051fa Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if $_ENV gets used). 20 years ago
Dmitry Stogov 302c53fc5d Fixed bug #37496 (FastCGI output buffer overrun) 20 years ago
Antony Dovgal 52cb01a933 fix typo 20 years ago
Edin Kadribasic 52566bba75 Give exe files 8MB stack (same default as on Linux) instead of Windows default 1MB 20 years ago
Dmitry Stogov b5cd968ffc - Removed source compatibility with libfcgi 20 years ago
Ilia Alshanetsky 57184454e9 Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4). 20 years ago
Dmitry Stogov b096a5de17 Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek) 20 years ago
Antony Dovgal 24f0701867 MFH: plug leak 20 years ago
Dmitry Stogov f03fe1c09d Fixed bug #37205 (incompatibility with mod_fastcgi) 20 years ago
Dmitry Stogov 79fd560e5e Fixed incompatibility with isapi_fcgi.dll 20 years ago
Dmitry Stogov ff452441e2 Proper fix for bug #37205 20 years ago
Dmitry Stogov e0beb7fc71 Revert wrong fix 20 years ago
Dmitry Stogov bbda630ed9 Fixed bug #37205 (Serving binary content/images fails with "comm with server aborted" FastCGI err) 20 years ago
Dmitry Stogov 5b973c86ee iFixed compilation on Solaris 20 years ago
Dmitry Stogov d19c105819 Fixed SUN_LEN calculation 20 years ago
Dmitry Stogov 73e4913cca Fixed memory leaks 20 years ago
Dmitry Stogov 79b3d79a95 CGI anf FastCGI assume $_SERVER and $_ENV have the same values, 20 years ago
Dmitry Stogov 8c40d605e4 Removed unnecessary copying 20 years ago
Dmitry Stogov cb3a53db83 Cleanup 20 years ago
Dmitry Stogov 0c1b4f45eb Allowed '-b' with UNIX sockets: 20 years ago
Dmitry Stogov 76a7240d70 Optimized FastCGI SAPI check. Check for ini options only once. 20 years ago
Alex Waugh b8d26da1be MFH Fix for RISC OS 20 years ago
Marcus Boerger 5a69b29082 - Warning fixes by Steph 20 years ago
Frank M. Kromann 5e673e0639 Fix build on win32 20 years ago
Dmitry Stogov aa1142eded Fixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI server) 20 years ago
Dmitry Stogov 6a176fa7b3 AIX support 20 years ago
Dmitry Stogov 7e7fcc3a07 Reimplement FastCGI interface 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Dmitry Stogov 5461b5a6b1 Fixed bug #34429 (Output buffering cannot be turned off with FastCGI) 21 years ago
foobar bde40a73db MFH: fix possible compile error 21 years ago
Michael Wallner 496fd1c041 - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP response splitting 21 years ago
Johannes Schlüter d3dc0a39bc - MFH: Fix #34557 php -m exits with "error" 1 21 years ago
foobar 20241fe16a - 2004 -> 2005 21 years ago
Dmitry Stogov 8de3367453 Fixed support for shared extensions on AIX 21 years ago
Wez Furlong 43aa6922d3 Don't crash here if there are errors (such as failing to load extensions via 21 years ago
foobar 51eebc6096 cs + ws 21 years ago
foobar a20383ba06 - Unify the "configure --help" texts 21 years ago
foobar 8c2cda1251 int != long 21 years ago
foobar 03bdd1a5d4 - Added fastcgi.logging php.ini option to be able to disable 21 years ago
foobar 9af93dbb41 Expose EXEEXT and use for cli/cgi binaries 21 years ago
Rasmus Lerdorf 3c0411c496 Fix for bug #32263 21 years ago