Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build on win32 | Frank M. Kromann | 2006-02-04 | 1 | -2/+5 |
| | |||||
* | Fixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI ↵ | Dmitry Stogov | 2006-02-03 | 2 | -4/+12 |
| | | | | server) | ||||
* | AIX support | Dmitry Stogov | 2006-02-02 | 1 | -1/+1 |
| | |||||
* | Reimplement FastCGI interface | Dmitry Stogov | 2006-02-02 | 5 | -10/+1095 |
| | | | | | | | | | 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. | ||||
* | bump year and license version | foobar | 2006-01-01 | 3 | -11/+11 |
| | |||||
* | Fixed bug #34429 (Output buffering cannot be turned off with FastCGI) | Dmitry Stogov | 2005-12-09 | 1 | -0/+2 |
| | |||||
* | MFH: fix possible compile error | foobar | 2005-12-03 | 1 | -1/+1 |
| | |||||
* | - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP ↵ | Michael Wallner | 2005-11-02 | 1 | -13/+5 |
| | | | | | | | response splitting - sapi_send_headers() already takes care of default_content_type (left over of fix for bug #29983) | ||||
* | - MFH: Fix #34557 php -m exits with "error" 1 | Johannes Schlüter | 2005-10-06 | 1 | -3/+3 |
| | |||||
* | - 2004 -> 2005 | foobar | 2005-08-03 | 3 | -5/+5 |
| | |||||
* | Fixed support for shared extensions on AIX | Dmitry Stogov | 2005-07-07 | 1 | -0/+3 |
| | |||||
* | Don't crash here if there are errors (such as failing to load extensions via | Wez Furlong | 2005-06-16 | 1 | -1/+3 |
| | | | | | php.ini) during startup. | ||||
* | cs + ws | foobar | 2005-06-03 | 1 | -175/+162 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -12/+11 |
| | |||||
* | int != long | foobar | 2005-04-28 | 1 | -2/+2 |
| | |||||
* | - Added fastcgi.logging php.ini option to be able to disable | foobar | 2005-04-28 | 1 | -1/+6 |
| | | | | | logging through the fastcgi connection | ||||
* | Expose EXEEXT and use for cli/cgi binaries | foobar | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | Fix for bug #32263 | Rasmus Lerdorf | 2005-03-14 | 1 | -0/+2 |
| | | | | | | | | | This adds proto_num to request_info. It is defaulted to HTTP 1.0 (1000) such that it has a valid value even if the underlying sapi doesn't set it correctly. It is then used to determine if a 302 or a 303 should be sent on a Location redirect. Any non GET/HEAD HTTP 1.1 redirect will get a 303 instead of a 302 to be compatible with the HTTP spec. | ||||
* | MFB: Fix VPATH build | foobar | 2005-03-06 | 1 | -0/+1 |
| | |||||
* | Revert previous patch | foobar | 2005-02-11 | 1 | -11/+1 |
| | |||||
* | - Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME) | foobar | 2005-02-04 | 1 | -1/+11 |
| | | | | | # patch by: lukem at NetBSD dot org | ||||
* | Fix ZTS build | foobar | 2005-01-11 | 1 | -0/+2 |
| | |||||
* | - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream). | foobar | 2005-01-10 | 1 | -0/+7 |
| | |||||
* | - Fix outside-source-tree builds. Always include generated header files | foobar | 2005-01-09 | 1 | -1/+1 |
| | | | | | with #include <some_header.h> to make sure the correct file is used. | ||||
* | MFB_4_3: Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 2 | -2/+2 |
| | |||||
* | Add the new request_time sapi struct entry to all the sapis. Some of these | Rasmus Lerdorf | 2004-12-20 | 1 | -0/+1 |
| | | | | | | | may have ways of getting the request time without the extra syscall, but for now let's just make sure we don't crash and people will eventually fill these in where applicable. | ||||
* | Made php -m output sorted case-insensitevly | Edin Kadribasic | 2004-07-14 | 1 | -1/+1 |
| | |||||
* | - revert to proper behaviour | Sascha Schumann | 2004-07-05 | 1 | -1/+1 |
| | |||||
* | Fix fastCGI breakage: due to calling flush on unitialized requests, | Stanislav Malyshev | 2004-05-06 | 1 | -2/+8 |
| | | | | | request was aborted unless ignore_user_abort is set | ||||
* | Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is | Ilia Alshanetsky | 2004-03-31 | 1 | -1/+1 |
| | | | | | not defined). | ||||
* | Invalid response code when force-cgi-redirect safety mechanism is triggered | Ilia Alshanetsky | 2004-03-12 | 1 | -0/+1 |
| | |||||
* | As discussed a while ago. There is no reason to disallow command-line | Rasmus Lerdorf | 2004-02-27 | 1 | -45/+33 |
| | | | | | | arguments for the cgi version when run in a cgi context. Our own test framework is in fact broken because of this unnecessary restriction. | ||||
* | Bugfix #27104 CLI/CGI SAPI module variable name conflict | Marcus Boerger | 2004-02-11 | 1 | -26/+26 |
| | |||||
* | Proper win32 fix. | Ilia Alshanetsky | 2004-02-11 | 1 | -1/+1 |
| | |||||
* | Fixed win32 build. | Ilia Alshanetsky | 2004-02-10 | 2 | -7/+12 |
| | | | | | | | | Fixed building of libfcgi when PHP is built from another directory. Added missing headers needed for wait(). Removed duplicate signal.h header. Removed unneeded variables. | ||||
* | Fixed bug #26758 (FastCGI exits immediately with status 255). | Ilia Alshanetsky | 2004-02-10 | 1 | -1/+1 |
| | |||||
* | Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200 | Ilia Alshanetsky | 2004-02-10 | 1 | -2/+6 |
| | | | | | header that is not normally needed). | ||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | fix fastcgi build | Wez Furlong | 2004-01-08 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 2 | -6/+6 |
| | |||||
* | fix potential buffer overrun | Stanislav Malyshev | 2003-12-07 | 1 | -2/+7 |
| | |||||
* | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 1 | -0/+25 |
| | | | | | Will follow up to internals@ shortly. | ||||
* | - Made --program-prefix and --program-suffix work. (See bug #23030) | foobar | 2003-12-01 | 1 | -1/+1 |
| | |||||
* | Windows compile fix (patch by sfox@php.net). | Edin Kadribasic | 2003-11-13 | 1 | -3/+0 |
| | |||||
* | MFB | foobar | 2003-10-31 | 1 | -1/+1 |
| | |||||
* | Fixed formatting issues (patch by: Joe Orton) | Ilia Alshanetsky | 2003-10-17 | 1 | -1/+1 |
| | |||||
* | Aligned configure help texts. | foobar | 2003-10-03 | 1 | -4/+5 |
| | |||||
* | - Should fix some CLI build problems on some systems. | foobar | 2003-09-08 | 1 | -2/+2 |
| | |||||
* | Update documentation, -b ip:port works | Sascha Schumann | 2003-09-03 | 1 | -5/+14 |
| |