Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a NASTY multithreading bug with in the Apache module | Zeev Suraski | 2002-08-15 | 1 | -1/+1 |
| | |||||
* | Fix for Bug #9280 with regards to an Expect header. patch submitted by | Dan Kalowsky | 2002-08-14 | 1 | -0/+8 |
| | | | | | | Ilia <ilia@prohost.org> # someone just give the man his php4 karma please! | ||||
* | Fix for Bug #18794, and probably various others with nsapi | Dan Kalowsky | 2002-08-14 | 1 | -3/+5 |
| | |||||
* | Fix proto | Rasmus Lerdorf | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | change order of initialisation to allow making filename available | Marcus Boerger | 2002-08-10 | 1 | -28/+36 |
| | | | | | through $_SERVER variables (Bug #18657) | ||||
* | fix for bug #18794, not checking for actual files | Dan Kalowsky | 2002-08-08 | 1 | -1/+3 |
| | |||||
* | dump memory leaks on shutdown | Harald Radi | 2002-08-07 | 1 | -0/+4 |
| | |||||
* | The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES or | Marko Karppinen | 2002-08-06 | 2 | -4/+4 |
| | | | | | $CPPFLAGS, right? Removed them. Added frameworks to $COMMON_FLAGS. | ||||
* | Support compiling and linking against Darwin / Mac OS X frameworks | Marko Karppinen | 2002-08-06 | 2 | -2/+2 |
| | |||||
* | Fix segfault due to unchecked null pointer | Sascha Schumann | 2002-07-26 | 1 | -35/+37 |
| | |||||
* | - Fixed bug: #18560, the macro was not defined always. | foobar | 2002-07-25 | 1 | -11/+0 |
| | |||||
* | Removed some outdated lines from init_request_info(). | Holger Zimmermann | 2002-07-23 | 1 | -3/+0 |
| | |||||
* | Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the Darwin | Marko Karppinen | 2002-07-21 | 2 | -2/+2 |
| | | | | | | link lines in sapi/cli and sapi/cgi to use $NATIVE_RPATHS. This is a tentative fix for #18450. | ||||
* | refine | Sascha Schumann | 2002-07-16 | 1 | -0/+3 |
| | |||||
* | integrate the public keep-alive patch | Sascha Schumann | 2002-07-14 | 2 | -45/+638 |
| | | | | | | | | | the patch did not handle pipeling at all, so that some code had to be added from Premium thttpd persistent connections are supported, if a script sets the Content-Length header | ||||
* | thttpd blocks in rare circumstances where it cannot write out a small HTTP | Sascha Schumann | 2002-07-14 | 2 | -70/+107 |
| | | | | | | | | | response (happened at customer sites). The response is now written out using the standard state machine. the buffer which is handed to thttpd by php is now simply dealt with as if it were a thttpd generated response (avoids code duplication). | ||||
* | make the sapi module hand off a buffer to thttpd for final data delivery, | Sascha Schumann | 2002-07-14 | 2 | -77/+524 |
| | | | | | instead of blocking the whole process | ||||
* | Needed this to be able to test safe-mode stuff on cmd-line | foobar | 2002-07-13 | 1 | -0/+1 |
| | |||||
* | Break up the INSTALL_IT line into comprehensible pieces | Sascha Schumann | 2002-07-11 | 1 | -1/+9 |
| | | | | | and fix a bug related to [..] quotes. | ||||
* | the variable interpolation was already subject to IFS treatment, | Sascha Schumann | 2002-07-11 | 1 | -1/+2 |
| | | | | | | | which resulted in the execution of the foremost directory. we capture the output before setting IFS now | ||||
* | Use a simple IFS; set step to interprete the httpd -v output | Sascha Schumann | 2002-07-11 | 2 | -2/+12 |
| | |||||
* | - Fix the version check again. | foobar | 2002-07-07 | 2 | -3/+2 |
| | |||||
* | Moved the cgi link line to sapi/cgi/config.m4 and stopped | Marko Karppinen | 2002-07-04 | 1 | -0/+10 |
| | | | | | using libtool on Darwin on it | ||||
* | Generate content-type header, if the user did not specify one of its own. | Sascha Schumann | 2002-07-04 | 1 | -0/+10 |
| | | | | | Noticed by: Edin Kadribasic <edink@proventum.net> | ||||
* | Add CRLF after complete HTTP reply header | Sascha Schumann | 2002-07-03 | 1 | -0/+1 |
| | |||||
* | Use "Status: %d" instead of "HTTP/1.0 %d X" in the CGI SAPI module | Sascha Schumann | 2002-07-03 | 1 | -6/+18 |
| | | | | | | | | | | | as per the CGI RFC. The status notation is incompatible with Apache's non-parsed-header mode "nph-*", but that has never worked before anyway. One could make the format string configurable. Noticed by: Sebastian Bergmann | ||||
* | Add sapi_header_op interface which supersedes the sapi_add_header and _ex | Sascha Schumann | 2002-07-03 | 3 | -24/+14 |
| | | | | | | | | | | | | | | | | | | | | | calls. Revert the change to the sapi_add_header_ex interface. Fix various bugs: 1. header("HTTP/1.0 306 foo"); header("Location: absolute-uri"); did not work in combination with several SAPI modules, because http_status_line was never properly reset. And thus, all SAPI modules which looked at http_status_line ignored the changed http_response_code. 2. The CGI SAPI did not send out the HTTP status line at all, if http_status_line had not been set explicitly by calling header("HTTP/1.0 200 foo"); | ||||
* | - You don't need libtool to build sapi/cli on Darwin. | Marko Karppinen | 2002-07-01 | 1 | -0/+9 |
| | | | | | | | | | | | - We don't need libtool to build sapi/cli on Darwin. - You want the sapi/cli build line to be in sapi/cli, not Makefile.global. - We want the sapi/cli build line to be in sapi/cli, not Makefile.global. - He can go about his business. - You can go about your business. - Move along. - Move along. Move along. | ||||
* | Better fix it here too.. | foobar | 2002-06-29 | 1 | -1/+1 |
| | |||||
* | Oops, extra pipe snuck in | Rasmus Lerdorf | 2002-06-29 | 1 | -1/+1 |
| | |||||
* | Fix for bug #18055 | Rasmus Lerdorf | 2002-06-28 | 1 | -1/+2 |
| | |||||
* | Mention Apache 2.0.40. | Sebastian Bergmann | 2002-06-28 | 1 | -2/+1 |
| | |||||
* | Require 2.0.40 | foobar | 2002-06-28 | 1 | -2/+2 |
| | |||||
* | - YAAC: I hope this is the last one! | Derick Rethans | 2002-06-28 | 1 | -2/+2 |
| | |||||
* | Fixed bug: #17491 (honor INSTALL_ROOT) | foobar | 2002-06-28 | 1 | -3/+5 |
| | |||||
* | Fix code which makes wrong assumptions about the return value of snprintf. | Sascha Schumann | 2002-06-26 | 1 | -2/+2 |
| | | | | | The AOLserver module did not use the return value, so simply drop it. | ||||
* | @ Add runtime Apache2 thread check to ensure we don't run a non-threaded | Rasmus Lerdorf | 2002-06-24 | 1 | -0/+10 |
| | | | | | @ PHP inside a threaded Apache2 MPM. (Rasmus) | ||||
* | @ Turn off ZTS if Apache2 is using the prefork MPM. (Rasmus) | Rasmus Lerdorf | 2002-06-24 | 2 | -2/+8 |
| | |||||
* | Made php_admin_value work outside <location> and <directory> blocks. | Sander Roobol | 2002-06-22 | 1 | -2/+2 |
| | |||||
* | - Revert WS changes | Andi Gutmans | 2002-06-22 | 1 | -2/+0 |
| | |||||
* | - This shouldn't have snuck in. | Andi Gutmans | 2002-06-22 | 1 | -1/+0 |
| | |||||
* | - Stop using persist_alloc(). | Andi Gutmans | 2002-06-22 | 1 | -6/+20 |
| | |||||
* | Fixing the same possible memory leak. | Stefan Esser | 2002-06-21 | 3 | -1/+6 |
| | |||||
* | - Added a new parameter to the header() function which overrides the HTTP | Derick Rethans | 2002-06-21 | 2 | -2/+2 |
| | | | | | | | response code. @- Added a new parameter to the header() function which overrides the HTTP @ response code. (Derick) | ||||
* | @- Fixed bug with Apache which let PHP_AUTH_* variables to be set when | foobar | 2002-06-13 | 1 | -1/+1 |
| | | | | | | | @ external basic auth mechanism was used. (Jani) Fixes bugs: #16653, #14534, #14370 | ||||
* | Fix exit code (bug #17733). | Edin Kadribasic | 2002-06-13 | 1 | -1/+1 |
| | |||||
* | Disable installing pear when --disable-cli is used since pear installer | Edin Kadribasic | 2002-06-11 | 1 | -1/+2 |
| | | | | | needs cli to function. | ||||
* | too many flushes are bad | Sascha Schumann | 2002-06-08 | 1 | -1/+3 |
| | |||||
* | Fix build | Sascha Schumann | 2002-06-01 | 1 | -1/+1 |
| | |||||
* | - Reapply netware patch | Andi Gutmans | 2002-06-01 | 1 | -1/+1 |
| |