Revision tags: RELEASE_1_0_1 |
|
#
1e13ef2d |
| 12-Mar-2007 |
Dmitry Stogov |
Fixed compilation warning
|
Revision tags: php-4.4.6 |
|
#
efad70c2 |
| 27-Feb-2007 |
Ilia Alshanetsky |
snprintf() -> slprintf()
|
#
94d7b8b0 |
| 26-Feb-2007 |
Dmitry Stogov |
poll() is not affected by FD_SETSIZE (Tony)
|
#
0caa2be9 |
| 24-Feb-2007 |
Dmitry Stogov |
Use poll() instead of select() if available
|
Revision tags: php-4.4.6RC1 |
|
#
2b5e7d31 |
| 21-Feb-2007 |
Dmitry Stogov |
Check for FD_SETSIZE limit
|
#
7c776110 |
| 19-Feb-2007 |
Dmitry Stogov |
Fixed fcgi_putenv() semantic with NULL value
|
#
a79d74b6 |
| 15-Feb-2007 |
Dmitry Stogov |
Fixed bug #40414 (possivle endless fork() loop when running fastcgi)
|
#
12bbbf02 |
| 15-Feb-2007 |
Dmitry Stogov |
Fixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost)
|
Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
#
868ac7d3 |
| 19-Dec-2006 |
Dmitry Stogov |
Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland dot org)
|
Revision tags: php-5.2.1RC1 |
|
#
7389f59f |
| 05-Dec-2006 |
Dmitry Stogov |
Fixed FastCGI impersonation for persistent connections on Windows
|
Revision tags: php-5.2.0, php-5.2.0RC6 |
|
#
bf95b643 |
| 16-Oct-2006 |
Dmitry Stogov |
Fixed bug #39020 (PHP in FastCGI server mode crashes)
|
Revision tags: php-5.2.0RC5, php-5.2.0RC4 |
|
#
da09526e |
| 13-Sep-2006 |
Dmitry Stogov |
Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI)
|
#
567a4785 |
| 11-Sep-2006 |
Dmitry Stogov |
Don't try to do safe connection close in case of FastCGI protocol error
|
#
a5107c18 |
| 04-Sep-2006 |
Dmitry Stogov |
Fixed "signed/unsigned mismatch" warning.
|
Revision tags: php-5.2.0RC3, php-5.1.6 |
|
#
672da2da |
| 20-Aug-2006 |
Ilia Alshanetsky |
MFH: sa_len compile fix for IRIX # Patch by Sascha
|
Revision tags: php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2 |
|
#
5a73f8f1 |
| 13-Jun-2006 |
Dmitry Stogov |
Removed warning
|
Revision tags: BEFORE_NEW_OUTPUT_API |
|
#
630def46 |
| 25-May-2006 |
Dmitry Stogov |
Fixed bug #37496 (FastCGI output buffer overrun)
|
#
302c53fc |
| 22-May-2006 |
Dmitry Stogov |
Fixed bug #37496 (FastCGI output buffer overrun)
|
#
52cb01a9 |
| 22-May-2006 |
Antony Dovgal |
fix typo
|
Revision tags: php-4.4.3RC1 |
|
#
b5cd968f |
| 15-May-2006 |
Dmitry Stogov |
- Removed source compatibility with libfcgi - Optimized access to FastCGI environment using HashTable instead of linear search - Allowed PHP_FCGI_MAX_REQUESTS=0 to disable PHP die - Allow
- Removed source compatibility with libfcgi - 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
show more ...
|
#
57184454 |
| 09-May-2006 |
Ilia Alshanetsky |
Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4).
|
#
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
|