summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* - MFB: 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
* TSRM fixMarcus Boerger2004-08-111-1/+3
* Add SAPI hook to get the request time if provided by the web server,Rasmus Lerdorf2004-08-103-0/+27
* Move activescript sapi to PECLWez Furlong2004-07-2813-3582/+0
* - Rename ProgID from ActivePHP (tm) to PHPScript (bah)Wez Furlong2004-07-283-14/+38
* Tidy up a few loose ends.Wez Furlong2004-07-275-65/+119
* Major re-jig.Wez Furlong2004-07-278-976/+1359
* fix build for VC++ 6Rob Richards2004-07-242-5/+6
* Enable IObjectSafety so that we can be used in the M$ scripting control.Wez Furlong2004-07-241-1/+1
* Fix for #28929 by Michael SisolakEdin Kadribasic2004-07-211-1/+1
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-196-11/+11
* - request_dtor() should be called if a fatal error occurs during activationMoriyoshi Koizumi2004-07-171-2/+2
* 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
* - 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
* Addendum to bug #28878: change ini keys as PHP_INI_SYSTEMUwe Schindler2004-06-231-17/+10
* 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
* Fix fastCGI breakage: due to calling flush on unitialized requests,Stanislav Malyshev2004-05-061-2/+8
* Just in case this header isn't present on the snaps machine.Wez Furlong2004-05-041-1/+3
* Improve stability.Wez Furlong2004-05-046-63/+212
* Security fix: Put '\0' string termination before loopUwe Schindler2004-05-031-1/+1
* Add a notice on STDINMarcus Boerger2004-05-021-1/+6
* C++ comments.Ilia Alshanetsky2004-04-291-1/+1
* Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN isIlia Alshanetsky2004-03-311-1/+1
* hint to raise stacksize (bug #27231)Uwe Schindler2004-03-181-0/+4
* Fixed bug #27580 (pre-initialization errors in ap2 handler are not beingIlia Alshanetsky2004-03-161-7/+14
* Invalid response code when force-cgi-redirect safety mechanism is triggeredIlia Alshanetsky2004-03-121-0/+1
* Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs).Ilia Alshanetsky2004-03-082-0/+5
* - typo (must have sleep.)Moriyoshi Koizumi2004-03-041-1/+1
* - Prevent cli from printing multiple "Interactive mode enabled" ifMoriyoshi Koizumi2004-03-041-3/+5
* As discussed a while ago. There is no reason to disallow command-lineRasmus Lerdorf2004-02-271-45/+33
* Fix bug #27337 (missing sapi_shutdown() causing memory leak)foobar2004-02-231-0/+1
* Bugfix #27104 CLI/CGI SAPI module variable name conflictMarcus Boerger2004-02-112-56/+56
* Proper win32 fix.Ilia Alshanetsky2004-02-111-1/+1
* fixed a compilation error.Rui Hirokawa2004-02-111-1/+1
* Fixed win32 build.Ilia Alshanetsky2004-02-102-7/+12
* Fixed bug #26758 (FastCGI exits immediately with status 255).Ilia Alshanetsky2004-02-101-1/+1
* Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200Ilia Alshanetsky2004-02-101-2/+6
* Fixed bug #27196 (Missing content_length initialization in apache 2 sapis).Ilia Alshanetsky2004-02-092-0/+9
* Fixed possible memory leak with INI values.Ilia Alshanetsky2004-02-061-2/+2