summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* - prepare non-html phpinfo output for zend extensionsJan Lehnardt2002-09-021-0/+2
* @ - Added php.ini option "allow_webdav_methods" to allow handling ofChristian Stocker2002-08-221-5/+8
* These functions are not used elsewhere.foobar2002-08-221-29/+28
* Fix ZTS buildfoobar2002-08-211-0/+1
* Fix for Bug #18999Dan Kalowsky2002-08-201-1/+1
* Fix xbithack bug finally (see bug #16515)Rasmus Lerdorf2002-08-191-2/+6
* Debug functions should only work in debug mode.Edin Kadribasic2002-08-191-1/+1
* Some minor changes related to Pi3Web 2.0.1.Holger Zimmermann2002-08-181-6/+6
* make POST requests work againStefan Esser2002-08-181-1/+3
* Removed unused local variable header_line.Holger Zimmermann2002-08-181-1/+0
* Fix a NASTY multithreading bug with in the Apache moduleZeev Suraski2002-08-151-1/+1
* Fix for Bug #9280 with regards to an Expect header. patch submitted byDan Kalowsky2002-08-141-0/+8
* Fix for Bug #18794, and probably various others with nsapiDan Kalowsky2002-08-141-3/+5
* Fix protoRasmus Lerdorf2002-08-131-1/+1
* change order of initialisation to allow making filename availableMarcus Boerger2002-08-101-28/+36
* fix for bug #18794, not checking for actual filesDan Kalowsky2002-08-081-1/+3
* dump memory leaks on shutdownHarald Radi2002-08-071-0/+4
* The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES orMarko Karppinen2002-08-062-4/+4
* Support compiling and linking against Darwin / Mac OS X frameworksMarko Karppinen2002-08-062-2/+2
* Fix segfault due to unchecked null pointerSascha Schumann2002-07-261-35/+37
* - Fixed bug: #18560, the macro was not defined always.foobar2002-07-251-11/+0
* Removed some outdated lines from init_request_info().Holger Zimmermann2002-07-231-3/+0
* Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the DarwinMarko Karppinen2002-07-212-2/+2
* refineSascha Schumann2002-07-161-0/+3
* integrate the public keep-alive patchSascha Schumann2002-07-142-45/+638
* thttpd blocks in rare circumstances where it cannot write out a small HTTPSascha Schumann2002-07-142-70/+107
* make the sapi module hand off a buffer to thttpd for final data delivery,Sascha Schumann2002-07-142-77/+524
* Needed this to be able to test safe-mode stuff on cmd-linefoobar2002-07-131-0/+1
* Break up the INSTALL_IT line into comprehensible piecesSascha Schumann2002-07-111-1/+9
* the variable interpolation was already subject to IFS treatment,Sascha Schumann2002-07-111-1/+2
* Use a simple IFS; set step to interprete the httpd -v outputSascha Schumann2002-07-112-2/+12
* - Fix the version check again.foobar2002-07-072-3/+2
* Moved the cgi link line to sapi/cgi/config.m4 and stoppedMarko Karppinen2002-07-041-0/+10
* Generate content-type header, if the user did not specify one of its own.Sascha Schumann2002-07-041-0/+10
* Add CRLF after complete HTTP reply headerSascha Schumann2002-07-031-0/+1
* Use "Status: %d" instead of "HTTP/1.0 %d X" in the CGI SAPI moduleSascha Schumann2002-07-031-6/+18
* Add sapi_header_op interface which supersedes the sapi_add_header and _exSascha Schumann2002-07-033-24/+14
* - You don't need libtool to build sapi/cli on Darwin.Marko Karppinen2002-07-011-0/+9
* Better fix it here too..foobar2002-06-291-1/+1
* Oops, extra pipe snuck inRasmus Lerdorf2002-06-291-1/+1
* Fix for bug #18055Rasmus Lerdorf2002-06-281-1/+2
* Mention Apache 2.0.40.Sebastian Bergmann2002-06-281-2/+1
* Require 2.0.40foobar2002-06-281-2/+2
* - YAAC: I hope this is the last one!Derick Rethans2002-06-281-2/+2
* Fixed bug: #17491 (honor INSTALL_ROOT)foobar2002-06-281-3/+5
* Fix code which makes wrong assumptions about the return value of snprintf.Sascha Schumann2002-06-261-2/+2
* @ Add runtime Apache2 thread check to ensure we don't run a non-threadedRasmus Lerdorf2002-06-241-0/+10
* @ Turn off ZTS if Apache2 is using the prefork MPM. (Rasmus)Rasmus Lerdorf2002-06-242-2/+8
* Made php_admin_value work outside <location> and <directory> blocks.Sander Roobol2002-06-221-2/+2
* - Revert WS changesAndi Gutmans2002-06-221-2/+0