summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Make isapi more compatible with apache sapis as far as the creationIlia Alshanetsky2004-05-131-1/+3
| | | | | $_COOKIE super-global and various $_SERVER values.
* Security fix: Put '\0' string termination before loopUwe Schindler2004-05-031-1/+1
|
* MFH: Fixed bug #27802 (default number of children to 8 whenIlia Alshanetsky2004-03-311-1/+1
| | | | | PHP_FCGI_CHILDREN is not defined).
* hint to raise stacksize (bug #27231)Uwe Schindler2004-03-181-0/+4
|
* MFH:Ilia Alshanetsky2004-03-161-7/+14
| | | | | | | | | Fixed bug #27580 (pre-initialization errors in ap2 handler are not being written to vhost error log). Stop using depreciated and ignored APLOG_NOERRNO directive. Make file not found & directory as script invocation error messages more descriptive.
* MFH: Fixed bug #22127 (Invalid response code when force-cgi-redirect safetyIlia Alshanetsky2004-03-121-0/+1
| | | | | mechanism is triggered).
* MFH: Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs).Ilia Alshanetsky2004-03-082-0/+5
|
* MFH: fixed bug #27337 (missing sapi_shutdown())foobar2004-02-231-0/+1
|
* MFH: Bug #27104 CLI/CGI SAPI module variable name conflictMarcus Boerger2004-02-112-51/+51
|
* MFH: fixed a compilation error.Ilia Alshanetsky2004-02-111-1/+1
|
* MFH: Win32 build fix.Ilia Alshanetsky2004-02-111-1/+1
|
* MFH:Ilia Alshanetsky2004-02-101-5/+11
| | | | | | | Fixed win32 build. Added missing headers needed for wait(). Removed duplicate signal.h header.
* MFH: Fixed bug #26758 (FastCGI exits immediately with status 255).Ilia Alshanetsky2004-02-101-1/+1
|
* MFH: Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200Ilia Alshanetsky2004-02-101-2/+6
| | | | | header that is not normally needed).
* MFH: Fixed bug #27196 (Missing content_length initialization in apache 2Ilia Alshanetsky2004-02-092-0/+9
| | | | | sapis).
* MFH: Fixed possible memory leak with INI values.Ilia Alshanetsky2004-02-061-2/+2
|
* MFH: Parse command line ini directives passed using -d before -i, to ensureIlia Alshanetsky2004-02-041-10/+12
| | | | | correct settings output.
* MFH: Apache 2 portion of the fix for bug #25753.Ilia Alshanetsky2004-01-292-0/+24
|
* MFH: Fixed bug #27037 (fixed possible crash in apache2handler output code).Ilia Alshanetsky2004-01-291-1/+1
|
* If we have a text/html file with the executable bit set, we load up theRasmus Lerdorf2004-01-281-0/+3
| | | | | | | current ini, but if php's xbithack option is not set we forgot to restore the previous ini settings potentially leaking ini settings from one request to the next. Closes bug #25753 and a few others.
* Fix a memleakMarcus Boerger2004-01-191-0/+3
|
* - Fixed year in version noticesDerick Rethans2004-01-132-4/+4
|
* MFH: cli overrides php.ini and switches output buffering off.Edin Kadribasic2004-01-031-0/+1
|
* MFH: Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia)Ilia Alshanetsky2003-12-122-2/+0
|
* remove revision tag from module version entryUwe Schindler2003-12-121-2/+2
|
* fix potential buffer overrunStanislav Malyshev2003-12-071-2/+7
|
* MFHfoobar2003-12-012-2/+2
|
* MFH: - Fixed bug #26438 (error in thttpd SAPI installation)foobar2003-11-271-1/+1
|
* MFH: Compiler warning fix (patch by Joe Orton).Ilia Alshanetsky2003-11-111-1/+1
|
* this is not neededUwe Schindler2003-11-011-6/+1
|
* MFHUwe Schindler2003-10-311-7/+6
|
* Send correct default content type from php.ini not static text/html ↵Uwe Schindler2003-10-311-1/+4
| | | | (important for other charsets than iso-8859-1)
* Fix "bug" #26039foobar2003-10-311-1/+1
|
* new SunONE serverUwe Schindler2003-10-171-2/+2
|
* MFH: Fixed formatting issues (patch by: Joe Orton)Ilia Alshanetsky2003-10-171-1/+1
|
* Embed date of last modificationSascha Schumann2003-10-141-1/+1
|
* MFH: Aligned configure help texts.foobar2003-10-036-9/+11
|
* MFH(r-1.15): Alignment fixMoriyoshi Koizumi2003-10-021-1/+1
|
* MFH: Fixed bug #25701 (On flush() set headers_sent in apache2handler)Ilia Alshanetsky2003-10-021-0/+1
|
* Major bug fix upgrade to the bundled libfcgiSascha Schumann2003-09-219-344/+317
| | | | | | | | | | | A delta between libfcgi 2.2.2 and 2.4.1-SNAP has been applied to the source. Shane's impersonation, putenv and exit->return improvements have been carried over. One of Shane's changes caused the first process to hang after one request. The modification has been deactived (os_win32.c). These changes together with a patch to mod_fastcgi, make Apache/mod_fastcgi and PHP work under Win32. It was basically unusable before that.
* Fix potential buffer overrunSascha Schumann2003-09-201-13/+22
|
* MFH: Fixed bug #25570 (Possible crash in apache2handler when zend_bailoutIlia Alshanetsky2003-09-191-0/+4
| | | | | called outside of zend_try {} block).
* MFH: runtime apache versionfoobar2003-09-091-3/+19
|
* - MFH: build problems fix with CLIfoobar2003-09-082-5/+5
|
* Update documentation, -b ip:port worksSascha Schumann2003-09-031-5/+14
|
* fix heuristic: if someone passed "-b IP:port", this check wouldSascha Schumann2003-09-031-6/+10
| | | | | falsely recognize the parameter as defining only a port.
* fetch fd correctly in fastcgi caseSascha Schumann2003-09-021-0/+8
|
* implement get_fd/force_http_10 methods for CGI SAPISascha Schumann2003-09-021-2/+22
|
* nuke unused varSascha Schumann2003-09-021-1/+0
|
* MFH: Fixed format bugIlia Alshanetsky2003-08-281-1/+1
|