summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
...
* it finally compiles nowHarald Radi2002-12-015-69/+232
* add a "force HTTP/1.0 response" facility to the SAPI layerSascha Schumann2002-12-011-1/+13
* fix buildHarald Radi2002-12-011-66/+59
* todo or not todoHarald Radi2002-12-011-0/+5
* added remaining functions, still untested, still having problems with config.m4Harald Radi2002-12-012-15/+121
* Sendmail Milter SAPIHarald Radi2002-12-014-0/+870
* add missing lineSascha Schumann2002-11-291-0/+1
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-2617-50/+6
* configure now supports building the cgi-fcgi moduleShane Caraveo2002-11-268-146/+227
* Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs.Sascha Schumann2002-11-262-2/+33
* Avoid possible buffer overflow.Edin Kadribasic2002-11-221-2/+9
* MFB: Don't send default http status (200).Edin Kadribasic2002-11-221-7/+10
* Fixed bug #19207 by adding cgi.rfc2616_headers configuration directive.Edin Kadribasic2002-11-221-2/+17
* brief v1 documentationGeorge Schlossnagle2002-11-191-0/+206
* Props to Lukas as wellGeorge Schlossnagle2002-11-191-1/+1
* Add George to the credits and add note about it being different than the real...foobar2002-11-191-3/+2
* Fix the configure..foobar2002-11-191-3/+5
* now this works (thanks Rasmus)George Schlossnagle2002-11-191-3/+5
* fixed recurrent entrance to add_cgi_varsGeorge Schlossnagle2002-11-182-20/+19
* Initial attempt to get apache_hooks api to compile on windows.Edin Kadribasic2002-11-183-16/+18
* Updated windows build file.Edin Kadribasic2002-11-181-17/+17
* Fix a few warnings - compiles nicely nowRasmus Lerdorf2002-11-181-4/+4
* #defined offsetof, for systems that can't find itGeorge Schlossnagle2002-11-181-0/+3
* initial import of all these files. This was previously the apache_hooksGeorge Schlossnagle2002-11-1813-0/+4122
* Oops.Andrei Zmievski2002-11-151-2/+2
* Fix function prototype.Andrei Zmievski2002-11-151-5/+2
* Sort the modules and extensions before printing them when -m switch is used.Andrei Zmievski2002-11-142-10/+89
* - Remove PHP_DISABLE_CLISascha Schumann2002-11-141-2/+0
* - be more verboseJan Lehnardt2002-11-131-1/+1
* Implemented -n switch to skip parsing ini at startup as suggested by Wez.Marcus Boerger2002-11-122-3/+28
* reverting accidential commitHartmut Holzgraefe2002-11-121-7/+3
* *** empty log message ***Hartmut Holzgraefe2002-11-121-3/+7
* PHP flags specified in .htaccess can now be turned on by using '1' as well asIlia Alshanetsky2002-11-102-2/+2
* Defend against pipelined requests on persistent connections as used bySascha Schumann2002-11-101-28/+38
* s/PHP_API/PHP_API_VERSION/Sascha Schumann2002-11-081-1/+1
* let this source file compile with php 4.2.xSascha Schumann2002-11-071-0/+5
* Add two missing entriesSascha Schumann2002-11-071-0/+2
* - use TCP_DEFER_ACCEPTSascha Schumann2002-11-061-50/+99
* Fixed bug #20035. ZE now allows us to pass the current line position byIlia Alshanetsky2002-11-053-3/+3
* call php_module_startup after zts has been initialised. This way we couldMarcus Boerger2002-11-051-6/+12
* Moving php/embed windows build files to sapi/embed folder.Edin Kadribasic2002-11-051-0/+100
* Made php -v output look nicer on standard 80 column display.Edin Kadribasic2002-11-051-1/+1
* Fix debugging descriptionSascha Schumann2002-11-041-2/+1
* Fixed bug #20217. When php_flag & php_value are used, the PHP_INI_PERDIRIlia Alshanetsky2002-11-021-2/+2
* adding id tagsJames Cox2002-11-024-0/+8
* syntax highlighting has been addedSascha Schumann2002-11-021-1/+0
* add missing }}} closureSascha Schumann2002-11-021-0/+1
* fix obvious copy&paste errorSascha Schumann2002-11-021-1/+1
* Simplify handler dispatching mechanismSascha Schumann2002-11-011-45/+46
* Add missing return statement.Sascha Schumann2002-11-011-23/+23