summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* 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-122-4/+4
* Fixed extra byte allocation for STD* constants and replace magic numbersIlia Alshanetsky2003-12-111-6/+6
* correct creditsfoobar2003-12-091-2/+2
* Correct header..foobar2003-12-091-15/+15
* Removed extraneous php4_close() function and Windows compile checks.Alex Leigh2003-12-081-20/+0
* New SAPI module for Continuity HTTP server (ashpool.com)Alex Leigh2003-12-083-0/+564
* fix potential buffer overrunStanislav Malyshev2003-12-071-2/+7
* use /Ox flag for release build (all optimizations on).Wez Furlong2003-12-052-13/+15
* First version... Wez: can you check this...Uwe Schindler2003-12-051-0/+28
* Fix libxml to use static lib if found.Wez Furlong2003-12-042-2/+2
* Build adjustments.Wez Furlong2003-12-031-4/+5
* some tweaks for FrankWez Furlong2003-12-031-21/+7
* Fix build if you don't have apache headers and want to disable apache...Wez Furlong2003-12-031-21/+22
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-024-0/+82
* - Made --program-prefix and --program-suffix work. (See bug #23030)foobar2003-12-012-2/+2
* - Fixed bug #26438 (error in thttpd SAPI installation)foobar2003-11-271-1/+1
* proto fixHartmut Holzgraefe2003-11-191-1/+1
* SAPI/Servlet has been moved to PECL.Sebastian Bergmann2003-11-1718-1407/+0
* Windows compile fix (patch by sfox@php.net).Edin Kadribasic2003-11-131-3/+0
* Compiler warning fix (patch by Joe Orton).Ilia Alshanetsky2003-11-111-1/+1
* fix header handlerUwe Schindler2003-10-311-7/+6
* Send correct default content type from php.ini not static text/html (importan...Uwe Schindler2003-10-311-1/+4
* MFBfoobar2003-10-311-1/+1
* - Fix win32 build.foobar2003-10-271-0/+2
* Fixed bug #25768foobar2003-10-215-16/+54
* new SunONE serverUwe Schindler2003-10-171-2/+2
* Fixed formatting issues (patch by: Joe Orton)Ilia Alshanetsky2003-10-171-1/+1
* Embed date of last modificationSascha Schumann2003-10-141-1/+1
* Aligned configure help texts.foobar2003-10-037-10/+12
* Alignment fixMoriyoshi Koizumi2003-10-021-1/+1
* Fixed bug #25701 (On flush() set headers_sent in apache2handler)Ilia Alshanetsky2003-10-021-0/+1
* Fix potential buffer overrunSascha Schumann2003-09-201-13/+22
* Fixed bug #25570 (Possible crash in apache2handler when zend_bailout calledIlia Alshanetsky2003-09-191-0/+4
* regex_t is used by both Apache & mbregex. This little check prevent compileIlia Alshanetsky2003-09-171-0/+4
* Nuke warningfoobar2003-09-091-1/+1
* fix typofoobar2003-09-091-1/+1
* Show the runtime version of Apache instead of compile time.foobar2003-09-091-1/+4
* - Should fix some CLI build problems on some systems.foobar2003-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
* Add a shortcutMarcus Boerger2003-09-021-0/+2
* Fixed format bugIlia Alshanetsky2003-08-281-1/+1
* MF4: -m fix for premature extension unloadingStanislav Malyshev2003-08-281-0/+1
* - Provide a unified way to display uncaught exceptions, which showsMarcus Boerger2003-08-241-4/+4
* Set module id 0 (internal) for constants registered by php_cli in C.Ilia Alshanetsky2003-08-221-0/+3
* Fix warningsMarcus Boerger2003-08-171-4/+0
* Fix interactive modeMarcus Boerger2003-08-171-2/+1
* Don't forget to flush() buffers for -w -sIlia Alshanetsky2003-08-131-0/+2
* Fixed bug #20896 (-s -w modes with php-cli cause php to hang).Ilia Alshanetsky2003-08-131-2/+0