summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* MFH: fix #28803 (enabled debug causes bailout errors with CLI on AIXAntony Dovgal2005-03-221-1/+4
| | | | | because of fflush() called on already closed filedescriptor)
* As NetWare LibC has optind and optarg macros defined in unistd.h our local ↵Anantha Kesari H Y2005-03-111-0/+8
| | | | variables were getting mistakenly preprocessed so undeffing optind and optarg
* MFH: - Fixed bug #31717: Reject PATH_INFO if "AcceptPathInfo off" is used.Joe Orton2005-03-101-0/+10
|
* MFB: Fix VPATH buildfoobar2005-03-061-0/+1
|
* MFHfoobar2005-03-042-58/+98
|
* Revert this patchfoobar2005-02-111-11/+1
|
* MFH: - Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)foobar2005-02-041-1/+11
| | | | | # Patch by: lukem at NetBSD dot org
* - MFH: There is no --with-apache2, only apxs2Derick Rethans2005-01-261-1/+1
|
* MFB (Fix several egregious leaks in ext/browscap and sapi/embed).Andrei Zmievski2005-01-251-0/+1
|
* MFH: Fixed regression #31645 - only flush before running the subrequest.Joe Orton2005-01-241-4/+4
|
* MFH - Fixed bug #31519: Set r->status_line to SAPI-provided status-line.Joe Orton2005-01-171-0/+8
|
* MFH: - Fix another generated header includefoobar2005-01-141-1/+1
|
* MFH: Fixed bug #30446 - virtual() includes files out of sequence,Joe Orton2005-01-111-0/+5
| | | | | work around 2.0 subrequest/internal redirect issue.
* MFH: Fix ZTS buildfoobar2005-01-111-0/+2
|
* - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).foobar2005-01-101-0/+7
| | | | | (chris at ex-parrot dot com)
* MFH: - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
| | | | | with #include <some_header.h> to make sure the correct file is used.
* MFH: - Fixed bug #31055 (apache2filter: per request leak proportional to the ↵foobar2005-01-071-0/+3
| | | | full path of the request URI)
* - MFB4_3: Quote macro names in AC_DEFUN()foobar2004-12-302-2/+2
|
* MFH: missing CVS id tagfoobar2004-12-181-0/+1
|
* - MFHMoriyoshi Koizumi2004-12-162-8/+8
|
* - MFH: Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
|
* 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-1/+0
|
* Replaced static server variables by function call and configurable list at ↵Holger Zimmermann2004-12-053-88/+45
| | | | the Pi3Web server side.
* MFH: fix CLI leaks when using malformed option stringAntony Dovgal2004-11-151-1/+1
|
* MFH: Fix case where php_handle_aborted_connection was calledJoe Orton2004-10-211-0/+2
| | | | | outside a try/end_try block (#25570).
* Possible fix for bug #29764Ilia Alshanetsky2004-10-061-0/+8
|
* changed order of processing of ini entriesUwe Schindler2004-09-201-2/+2
|
* Fixed bug #29805 (HTTP Authentication Issues)Uwe Schindler2004-09-151-0/+2
|
* - Fixed Apache 2.0 SAPI build against Apache 2 HEAD. (Patch by Joe Orton)Derick Rethans2004-08-232-6/+18
|
* MFB: typo in config.m4 (potential configuration problem with Stronghold)Antony Dovgal2004-08-181-1/+1
|
* Moved to PECLWez Furlong2004-07-2812-3120/+0
|
* MFH: Fix for #28929 by Michael SisolakEdin Kadribasic2004-07-211-1/+1
|
* - MFH (sapi_apache2.c: 1.41): request_dtor should be called if a fatal errorMoriyoshi Koizumi2004-07-171-2/+2
| | | | | occurs during activation phase.
* Made php -m output sorted case-insensitevlyEdin Kadribasic2004-07-142-2/+2
|
* same bug.Stefan Esser2004-07-141-1/+1
|
* Security Fix broken! Destroyed Basic auth. Blame: meStefan Esser2004-07-141-1/+1
| | | | | 4.3.x not affected
* - Better stability during premature shutdown of request startupAndi Gutmans2004-07-102-14/+16
|
* - revert to proper behaviourSascha Schumann2004-07-051-1/+1
|
* replace strncpy with strlcpyUwe Schindler2004-06-261-5/+3
|
* MFB: Memory leak fix (patch by Joe Orton)Edin Kadribasic2004-06-251-30/+8
| | | | | Fixes #28113. Adapted to php5 by Magnus Määttä.
* 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
* Updated the author's contact information.Alex Leigh2004-06-221-1/+1
|
* Fix bug #28878: php.ini values in php5_executeUwe Schindler2004-06-221-1/+1
|
* Fixed bug #28818 (Apache 2 sapis do not export st_dev).Ilia Alshanetsky2004-06-182-0/+2
|
* Fix prototypesZeev Suraski2004-05-301-30/+30
|
* - Remove unused blocksMarcus Boerger2004-05-197-9/+0
|
* Make isapi more compatible with apache sapis as far as the creationIlia Alshanetsky2004-05-131-1/+3
| | | | | $_COOKIE super-global and various $_SERVER values.
* Fix fastCGI breakage: due to calling flush on unitialized requests,Stanislav Malyshev2004-05-061-2/+8
| | | | | request was aborted unless ignore_user_abort is set
* Just in case this header isn't present on the snaps machine.Wez Furlong2004-05-041-1/+3
|