summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* fix startup - if startup did not succeed, do not continue with executionStanislav Malyshev2004-12-061-3/+5
|
* do not zero out peak - MM shutdown would do thatStanislav Malyshev2004-12-061-2/+1
|
* Replaced static server variables by function call and configurable list at ↵Holger Zimmermann2004-12-053-84/+40
| | | | the Pi3Web server side.
* MFH: Fix case where php_handle_aborted_connection was calledJoe Orton2004-10-211-0/+2
| | | | | outside a try/end_try block (#25570).
* MFH: Fixed apache2* SAPI build against httpd 2.1.Joe Orton2004-10-212-6/+18
|
* Fixed bug #29805 (HTTP Authentication Issues)Uwe Schindler2004-09-211-0/+2
|
* Sorry REVERT bevor 4.3.9 is out because of not critical!!!!Uwe Schindler2004-09-151-2/+0
|
* Fixed bug #29805 (HTTP Authentication Issues)Uwe Schindler2004-09-151-0/+2
|
* typo in config.m4 (potential configuration problem with Stronghold)Antony Dovgal2004-08-181-1/+1
|
* MFHEdin Kadribasic2004-07-211-1/+1
|
* Merge all not yet merged security fixes into the 4_3 branchStefan Esser2004-07-211-8/+9
|
* - MFH (sapi_apache2.c: 1.41): request_dtor() should be called if a fatalMoriyoshi Koizumi2004-07-201-2/+2
| | | | | | error occurs during activation phase. # 4.3.8 patches need to be committed to this branch, otherwise...
* MFH: Made php -m output sorted case-insensitevlyEdin Kadribasic2004-07-142-2/+2
|
* - revert to proper behaviour. The environment variable PHP_FCGI_CHILDRENSascha Schumann2004-07-051-1/+1
| | | | | | must be explicitly set to != 0 to make the fastcgi-enabled binary act as a standalone fcgi server.
* MFH: replace strncpy with strlcpyUwe Schindler2004-06-261-5/+3
|
* Memory leak fix (patch by Joe Orton)Edin Kadribasic2004-06-251-24/+2
|
* Addendum to bug #28878: change ini keys as PHP_INI_SYSTEMUwe Schindler2004-06-231-17/+10
| | | | | Also: Adding "bucket" parameter to non-ini-keys, Elemination of double CONTENT_TYPE/_LENGTH environment variables
* Fix bug #28878: php.ini values in php4_executeUwe Schindler2004-06-221-1/+1
|
* MFH: Fixed bug #28818 (Apache 2 sapis do not export st_dev).Ilia Alshanetsky2004-06-182-0/+2
|
* 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
|