| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH: Fix crash on server startup when log message is printed | Uwe Schindler | 2007-04-27 | 1 | -1/+5 |
| | | |||||
| * | MFH: php --ri main | Hannes Magnusson | 2007-04-25 | 1 | -2/+6 |
| | | |||||
| * | - MFH: Add my name (sync to CREDITS file) | Johannes Schlüter | 2007-04-23 | 1 | -1/+1 |
| | | |||||
| * | MFH: fix long options | Antony Dovgal | 2007-04-23 | 2 | -2/+4 |
| | | |||||
| * | - MFH getopt fixes | Marcus Boerger | 2007-04-22 | 3 | -2/+31 |
| | | |||||
| * | Fixed tests | Dmitry Stogov | 2007-04-19 | 5 | -9/+14 |
| | | |||||
| * | fix test | Antony Dovgal | 2007-04-17 | 1 | -1/+1 |
| | | |||||
| * | - Fix a possible leak when multiple -c parameters are used | foobar | 2007-04-17 | 1 | -0/+4 |
| | | |||||
| * | add tests for CGI | Antony Dovgal | 2007-04-17 | 10 | -0/+419 |
| | | |||||
| * | - Fix a possible leak when multiple -c parameters are used | foobar | 2007-04-17 | 1 | -1/+4 |
| | | |||||
| * | MFH: fix leak appearing when more than one -f option specified | Antony Dovgal | 2007-04-17 | 1 | -0/+3 |
| | | |||||
| * | MFH: Simplify previous patch. | foobar | 2007-04-15 | 1 | -8/+5 |
| | | |||||
| * | - Allow using syntax highlighting under FastCGI mode. | foobar | 2007-04-15 | 1 | -6/+14 |
| | | |||||
| * | - Synch these files from sapi/cli/ and allow using s.c. long-options | foobar | 2007-04-15 | 2 | -13/+29 |
| | | | | | | with CGI. | ||||
| * | fix tests | Antony Dovgal | 2007-04-13 | 2 | -35/+35 |
| | | |||||
| * | Removed wrong size_t definition | Dmitry Stogov | 2007-04-09 | 1 | -1/+0 |
| | | |||||
| * | Add missing #if check | Sara Golemon | 2007-03-29 | 1 | -0/+2 |
| | | |||||
| * | Improved FastCGI SAPI to support external pipe and socket servers on win32 | Dmitry Stogov | 2007-03-28 | 3 | -77/+196 |
| | | |||||
| * | - Fix test: Some people actually use --enable-debug here.. | foobar | 2007-03-28 | 1 | -2/+2 |
| | | |||||
| * | MFH: fix #40392 (memory leaks in PHP milter SAPI) | Antony Dovgal | 2007-03-28 | 1 | -52/+77 |
| | | |||||
| * | - MFH: Fix handling of not existing long CLI options | Johannes Schlüter | 2007-03-22 | 2 | -1/+36 |
| | | |||||
| * | - MFH Fix issue with long form of command line switches | Marcus Boerger | 2007-03-21 | 1 | -12/+12 |
| | | |||||
| * | fix tests | Antony Dovgal | 2007-03-17 | 3 | -3/+18 |
| | | |||||
| * | Fixed compilation warning | Dmitry Stogov | 2007-03-12 | 1 | -1/+1 |
| | | |||||
| * | Return HTTP 403 in case of "access denied". | Dmitry Stogov | 2007-03-09 | 1 | -2/+7 |
| | | |||||
| * | remove (large) static buffers for header names and request uri | Uwe Schindler | 2007-03-06 | 1 | -19/+27 |
| | | |||||
| * | use slprintf instead of snprintf and remove 0termination things (because ↵ | Uwe Schindler | 2007-03-06 | 1 | -14/+10 |
| | | | | | slprintf is always available now) | ||||
| * | snprintf patch | Uwe Schindler | 2007-03-05 | 1 | -2/+2 |
| | | |||||
| * | snprintf() -> slprintf() | Ilia Alshanetsky | 2007-02-27 | 3 | -8/+8 |
| | | |||||
| * | poll() is not affected by FD_SETSIZE (Tony) | Dmitry Stogov | 2007-02-26 | 1 | -15/+16 |
| | | |||||
| * | Use poll() instead of select() if available | Dmitry Stogov | 2007-02-24 | 1 | -4/+29 |
| | | |||||
| * | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 7 | -19/+20 |
| | | |||||
| * | use strlcat | Stanislav Malyshev | 2007-02-23 | 1 | -2/+2 |
| | | |||||
| * | use strlcat | Stanislav Malyshev | 2007-02-23 | 1 | -4/+4 |
| | | |||||
| * | use snprintf | Stanislav Malyshev | 2007-02-23 | 1 | -2/+2 |
| | | |||||
| * | use snprintf | Stanislav Malyshev | 2007-02-23 | 2 | -4/+4 |
| | | |||||
| * | MFH | Antony Dovgal | 2007-02-22 | 1 | -7/+7 |
| | | |||||
| * | MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks | Antony Dovgal | 2007-02-21 | 1 | -0/+6 |
| | | |||||
| * | Check for FD_SETSIZE limit | Dmitry Stogov | 2007-02-21 | 1 | -9/+14 |
| | | |||||
| * | MFH: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in | Antony Dovgal | 2007-02-20 | 1 | -32/+0 |
| | | |||||
| * | MFH: make use of startup hooks | Antony Dovgal | 2007-02-20 | 2 | -3/+4 |
| | | |||||
| * | Fixed strlcat() usage. | Ilia Alshanetsky | 2007-02-19 | 1 | -1/+2 |
| | | | | | | # Thanks Andi | ||||
| * | Initialize "retval" on each request | Dmitry Stogov | 2007-02-19 | 1 | -0/+1 |
| | | |||||
| * | Fixed fcgi_putenv() semantic with NULL value | Dmitry Stogov | 2007-02-19 | 1 | -7/+8 |
| | | |||||
| * | Eliminate strcat() usage | Ilia Alshanetsky | 2007-02-18 | 1 | -15/+20 |
| | | | | | | Fixed handling of argv[] for GET | ||||
| * | Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children ↵ | Dmitry Stogov | 2007-02-16 | 1 | -6/+2 |
| | | | | | when parent is killed) | ||||
| * | Fixed bug #40414 (possivle endless fork() loop when running fastcgi) | Dmitry Stogov | 2007-02-15 | 3 | -0/+10 |
| | | |||||
| * | Fixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost) | Dmitry Stogov | 2007-02-15 | 1 | -0/+52 |
| | | |||||
| * | - Give Dmitry credit for all the FastCGI work | Andi Gutmans | 2007-02-14 | 1 | -1/+1 |
| | | |||||
| * | - MFH php --ri <extension> | Marcus Boerger | 2007-02-08 | 2 | -10/+43 |
| | | |||||
