summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #52162 (custom request header variables with numbers are removed)Sriram Natarajan2010-06-231-1/+1
|
* Document CGI options in the manpage (bug #51718)Raphael Geissert2010-05-111-0/+28
| | | | | | Patch by Daniel Egeberg
* - revert as vc6 does not support strtoi64, update to 5.3 will be the fixPierre Joye2010-05-031-8/+0
|
* - #51273, Content-length header is limited to 32bit integer with apache2/windowsPierre Joye2010-05-031-1/+9
|
* - Fixed bug #51237 (milter SAPI crash on startup)Felipe Pena2010-03-081-1/+11
| | | | | patch by: igmar at palsenberg dot com
* - Fix php-milter sample usage (-r option doesn't exists here)Felipe Pena2010-03-081-2/+1
|
* Fixed bug #50795 (man pages have bad whatis entries)Kalle Sommer Nielsen2010-02-171-1/+0
| | | | - Patch by Debian
* Fix bug #50940Rasmus Lerdorf2010-02-053-0/+6
|
* Update copyright year in the man fileIlia Alshanetsky2010-01-041-2/+2
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0346-50/+50
|
* fix minor leak (merge from trunk)Antony Dovgal2009-12-251-0/+3
|
* - Fixed bug #50209 (Compiling with libedit cannot find readline.h)Felipe Pena2009-12-132-2/+7
| | | | | (patch by tcallawa at redhat dot com)
* - Sync filesJani Taskinen2009-12-021-8/+6
|
* Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to ↵Dmitry Stogov2009-11-301-10/+15
| | | | non-existant file)
* - Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ↵Jani Taskinen2009-11-251-0/+4
| | | | ini variables)
* wsJani Taskinen2009-11-251-19/+20
|
* - fix build (pls at least try to compile before committing)Pierre Joye2009-08-261-2/+2
|
* Fixed variable clobberingIlia Alshanetsky2009-08-261-7/+7
|
* MFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUXUwe Schindler2009-08-031-0/+7
|
* - Updated fix for bug #48911 (embed sapi misses SAPI_API)Garrett Serack2009-07-302-6/+12
| | | | #- Windows didn't need SAPI_API
* - Fixed bug #48911 (embed sapi misses SAPI_API)Jani Taskinen2009-07-282-6/+6
|
* - Fix this again :)Jani Taskinen2009-07-251-1/+3
|
* - Fix testJani Taskinen2009-07-251-1/+1
|
* - Fixed bug #48802 (printf() returns incorrect outputted length)Jani Taskinen2009-07-231-1/+1
|
* MFH: It's 2009Johannes Schlüter2009-06-211-1/+1
|
* Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non ↵David Soria Parra2009-06-091-1/+2
| | | | | | | apache). The fix was provided by Sriram Natarajan.
* MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)Jani Taskinen2009-06-041-2/+5
| | | | | | # This doesn't really fix it since it's some weird Windows thing but this # does make this code slightly more portable :)
* fix testAntony Dovgal2009-05-281-4/+0
|
* MFH: Fix skipifArnaud Le Blanc2009-05-201-1/+1
|
* Engelsk grammatikkHannes Magnusson2009-04-092-4/+4
|
* MFH: Fixed bug#47427 (-s outputs, not displays)Hannes Magnusson2009-04-092-4/+4
|
* - MFH: Fix ZTS buildFelipe Pena2009-04-081-5/+5
|
* MFH: Fixed bug #47893 (CLI aborts on non blocking stdout)Arnaud Le Blanc2009-04-071-1/+30
|
* Fix a sigsegv on server shutdown, add missing sapi_shutdown().Uwe Schindler2009-03-201-0/+6
|
* Fix Bug 47495: Keep header in internal list after add, so headers_list() ↵Uwe Schindler2009-02-251-3/+3
| | | | works correctly. Other SAPIs have the same problem, but PHP 5.3 fixes this more elegant.
* MFH: Fix #47149. Remove check for script_filename = path_translated, as this ↵David Soria Parra2009-01-191-2/+1
| | | | the actual value that we get from apache.
* MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache).David Soria Parra2009-01-091-1/+3
|
* MFH: the #ifdef was never working. If Sun extends its NSAPI to support ↵Uwe Schindler2009-01-061-8/+0
| | | | subrequests, much of this code must be rewritten. Because of that it is better to have a clean start. This commit does not change behaviour.
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3147-51/+51
|
* MFH fix #46005Stanislav Malyshev2008-12-182-0/+7
|
* - wsPierre Joye2008-12-111-28/+28
|
* MFH: Fixed bug #46782 (fastcgi.c parse error)Matt Wilmas2008-12-071-6/+6
|
* remove unneeded includes (not needed since NSAPI 3.0, wich is very old). ↵Uwe Schindler2008-12-011-6/+0
| | | | This is needed for cleanup of the windows build.
* MFH: support stat cache of webserver (like apache does)Uwe Schindler2008-11-291-1/+8
|
* MFH: Some nsapi.h specific ifdefs unified & corrected (same like last ↵Uwe Schindler2008-11-291-4/+2
| | | | commit, only cleanup)
* MFH: remove one stat call and replace by cached oneUwe Schindler2008-11-291-6/+3
| | | | | (release-manager: the same like with last commit)
* Hallo release manager: This patch is not release critical (affects only ↵Uwe Schindler2008-11-291-5/+28
| | | | | | | NSAPI, but I want it to be fixed in the last version of PHP 5.2). If you do not want to have it in, revert it, a new RC is definitely not needed because of this (and I am sure nobody who tests RCs is using NSAPI :)! MFH: Implement flushing in NSAPI, fix some problems with output buffering if the response was not started (no headers sent) before doing something in ub_write() or flush() - Writing or flushing output will fail in NSAPI, if headers were not sent before.
* init SG(server_context) before processing configsStanislav Malyshev2008-11-281-2/+2
|
* Fixed bug #46366 (bad cwd with / as pathinfo)Dmitry Stogov2008-11-281-0/+3
|
* MFH: Fixed endless loop in cli when ignore_user_abort is onArnaud Le Blanc2008-11-251-3/+2
|