History log of /PHP-5.5/sapi/cgi/fastcgi.c (Results 76 – 87 of 87)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b096a5de 05-May-2006 Dmitry Stogov

Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek)


Revision tags: php-5.1.4
# f03fe1c0 03-May-2006 Dmitry Stogov

Fixed bug #37205 (incompatibility with mod_fastcgi)


# 79fd560e 03-May-2006 Dmitry Stogov

Fixed incompatibility with isapi_fcgi.dll


Revision tags: RELEASE_1_0_3, php-5.1.3
# ff452441 27-Apr-2006 Dmitry Stogov

Proper fix for bug #37205


# e0beb7fc 26-Apr-2006 Dmitry Stogov

Revert wrong fix


Revision tags: php-5.1.2
# bbda630e 26-Apr-2006 Dmitry Stogov

Fixed bug #37205 (Serving binary content/images fails with "comm with server aborted" FastCGI err)


Revision tags: RELEASE_1_3
# 5b973c86 24-Apr-2006 Dmitry Stogov

iFixed compilation on Solaris


Revision tags: php-5.1.3RC3
# d19c1058 18-Apr-2006 Dmitry Stogov

Fixed SUN_LEN calculation


Revision tags: php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2
# 5a69b290 26-Feb-2006 Marcus Boerger

- Warning fixes by Steph


# 5e673e06 04-Feb-2006 Frank M. Kromann

Fix build on win32


# aa1142ed 03-Feb-2006 Dmitry Stogov

Fixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI server)


# 7e7fcc3a 02-Feb-2006 Dmitry Stogov

Reimplement FastCGI interface

Due to licensing restrictions that actually don't allow anybody to use
the libfcgi code without prior approval from Open Market, which is
impossible to

Reimplement FastCGI interface

Due to licensing restrictions that actually don't allow anybody to use
the libfcgi code without prior approval from Open Market, which is
impossible to obtain - we decided to reimplement this interface from
scratch. The result is actually slightly faster, and more importantly,
clear of any copyright issues.

show more ...


1234