1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Commit Graph

37 Commits

Author SHA1 Message Date
Dmitry Stogov 2ebfb15089 Removed wrong size_t definition 2007-04-09 15:40:23 +00:00
Dmitry Stogov 072f7f1c60 Improved FastCGI SAPI to support external pipe and socket servers on win32 2007-03-28 15:39:35 +00:00
Dmitry Stogov 3a4101c437 Fixed compilation warning 2007-03-12 07:39:24 +00:00
Dmitry Stogov b915076031 poll() is not affected by FD_SETSIZE (Tony) 2007-02-26 09:39:08 +00:00
Dmitry Stogov 10ffce3285 Use poll() instead of select() if available 2007-02-24 11:21:10 +00:00
Dmitry Stogov 23ee3bf9bc Check for FD_SETSIZE limit 2007-02-21 15:46:30 +00:00
Dmitry Stogov 4de0758b91 Fixed fcgi_putenv() semantic with NULL value 2007-02-19 13:21:49 +00:00
Dmitry Stogov d57b78aab1 Fixed bug #40414 (possivle endless fork() loop when running fastcgi) 2007-02-15 12:33:54 +00:00
Dmitry Stogov 5ebba1b2f6 Fixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost) 2007-02-15 12:05:25 +00:00
Sebastian Bergmann 3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Dmitry Stogov 916de0e30f Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland dot org) 2006-12-19 09:17:28 +00:00
Dmitry Stogov 65f8f45692 Fixed FastCGI impersonation for persistent connections on Windows 2006-12-05 08:55:34 +00:00
Dmitry Stogov 3c8973d51b Fixed bug #39020 (PHP in FastCGI server mode crashes) 2006-10-16 10:47:23 +00:00
Dmitry Stogov 73d53309c3 Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI) 2006-09-13 13:03:14 +00:00
Dmitry Stogov 45d09f5eac Don't try to do safe connection close in case of FastCGI protocol error 2006-09-11 07:23:40 +00:00
Dmitry Stogov df23e559b5 Fixed "signed/unsigned mismatch" warning 2006-09-04 07:27:50 +00:00
Sascha Schumann 3582e2f132 "sa_len" is defined to "sa_union . sa_generic . sa_len2" on IRIX,
so we use another variable name here.
2006-08-20 17:44:06 +00:00
Dmitry Stogov cd54f8ef04 Removed warning 2006-06-13 13:55:32 +00:00
Dmitry Stogov c6256d890a Fixed bug #37496 (FastCGI output buffer overrun) 2006-05-25 06:40:47 +00:00
Dmitry Stogov dbf6f9b81c Fixed bug #37496 (FastCGI output buffer overrun) 2006-05-22 09:23:01 +00:00
Antony Dovgal 0e5ce38c04 fix typo 2006-05-22 06:49:44 +00:00
Dmitry Stogov c0c388832c - Removed source compatibility with libfcgi
- Optimized access to FastCGI environment using HashTable instead of linear sear
ch
- Allowed PHP_FCGI_MAX_REQUESTS=0 to disable PHP die
- Allowed PHP_FCGI_CHILDREN=0 to disable PHP spawn workers
2006-05-15 14:30:50 +00:00
Ilia Alshanetsky 2721311863 MFB: Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4). 2006-05-09 22:00:36 +00:00
Dmitry Stogov 27fe3ef1e7 Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek) 2006-05-05 07:05:59 +00:00
Dmitry Stogov d958c27fca Fixed bug #37205 (incompatibility with mod_fastcgi) 2006-05-03 15:48:33 +00:00
Dmitry Stogov 0f489f738c Fixed incompatibility with isapi_fcgi.dll 2006-05-03 13:20:12 +00:00
Dmitry Stogov f9a6119214 Proper fix for bug #37205 2006-04-27 11:39:46 +00:00
Dmitry Stogov 3bc7017543 Revert wrong fix 2006-04-26 17:48:45 +00:00
Dmitry Stogov 8fbff809bd Fixed bug #37205 (Serving binary content/images fails with "comm with server aborted" FastCGI err) 2006-04-26 11:08:23 +00:00
Dmitry Stogov 09d628c62d Fixed compilation on Solaris 2006-04-24 09:56:56 +00:00
Dmitry Stogov 4c583d6f73 Fixed SUN_LEN calculation 2006-04-18 06:59:31 +00:00
Frank M. Kromann 322be18f4d MFB51 Fix build on win32 2006-02-04 23:58:22 +00:00
Dmitry Stogov 47e607a93a Fixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI server) 2006-02-03 16:30:27 +00:00
foobar 251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
Dmitry Stogov fbc0843fd4 Code cleanup (Nuno) 2005-12-26 10:54:12 +00:00
Sebastian Bergmann 3f47db3c89 Fix Windows build. 2005-12-26 07:56:37 +00:00
Zeev Suraski c4caff6bc4 Commit missing files - sorry! 2005-12-26 07:25:45 +00:00