Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zlib.h being included before ssl.h needs to be handled here too | Rasmus Lerdorf | 2002-10-08 | 1 | -0/+7 |
| | |||||
* | Add note about javax.servlet package. | Sebastian Bergmann | 2002-10-06 | 1 | -0/+3 |
| | |||||
* | A slightly better content-type check. | Ilia Alshanetsky | 2002-10-04 | 1 | -1/+1 |
| | |||||
* | Added a note on how to enable .phps support. | Ilia Alshanetsky | 2002-10-04 | 1 | -0/+4 |
| | |||||
* | Added .phps support to Apache 2. It can be enabled by adding | Ilia Alshanetsky | 2002-10-04 | 1 | -10/+25 |
| | | | | | | AddType application/x-httpd-php-source .phps to httpd.conf | ||||
* | - Revert changed to implicit_flush behavior. The new behavior was not | Derick Rethans | 2002-10-03 | 1 | -0/+1 |
| | | | | | intended in the first place. | ||||
* | Shouldn't enable implicit_flush like this. | Yasuo Ohgaki | 2002-10-03 | 1 | -1/+0 |
| | | | | | | Most problems are fixed. If you find internal function that does not follow my comment, please fix it or let me know. | ||||
* | Added missing TSRMLS_DC to php_apache_lookup_uri() | Ilia Alshanetsky | 2002-10-03 | 1 | -3/+3 |
| | |||||
* | Added apache_response_headers(), apache_note(), apache_getenv() and | Ilia Alshanetsky | 2002-10-02 | 1 | -15/+160 |
| | | | | | | | | apache_setenv() functions. The getallheaders() is renamed to apache_request_headers() and an getallheaders() is aliased to it. Added a better error reporting mechanism to apache_lookup_uri() and virtual(). | ||||
* | Possible fix for #19290 | foobar | 2002-09-29 | 1 | -2/+3 |
| | |||||
* | Follow Yasuo's suggestion and build sapi program's under the sapi-specific | Sascha Schumann | 2002-09-29 | 9 | -8/+332 |
| | | | | | | | | | directory. Move sapi-specific makefile fragments to their respective directory. Create an embed sapi module which resides in its own dir now. | ||||
* | Those two have enough credits already :) | Edin Kadribasic | 2002-09-27 | 1 | -1/+1 |
| | |||||
* | fix phpinfo() output for better browser BC | Colin Viebrock | 2002-09-26 | 2 | -2/+2 |
| | |||||
* | Fixed bug #17466 | Ilia Alshanetsky | 2002-09-23 | 2 | -1/+20 |
| | |||||
* | Allow this to build on beos with it's bizarre linking. | David Reid | 2002-09-23 | 1 | -0/+8 |
| | |||||
* | Force /nocache/ entities to be delivered completely, even if a | Sascha Schumann | 2002-09-23 | 1 | -34/+58 |
| | | | | | broken proxy ignores our anti-cache headers and sends an IMS request. | ||||
* | We leak quite a few things intentionally, if you want to debug it - enable | Zeev Suraski | 2002-09-23 | 1 | -1/+1 |
| | | | | | explicitly please.. | ||||
* | Fixed bug #17662 | Ilia Alshanetsky | 2002-09-23 | 1 | -1/+12 |
| | |||||
* | Use generic getnameinfo for address-to-name translation, if available. | Sascha Schumann | 2002-09-23 | 1 | -1/+18 |
| | | | | | This adds support for IPv6 addresses. | ||||
* | Immediately unmap /nocache/ entries, so that the mmc cache does not get | Sascha Schumann | 2002-09-21 | 1 | -12/+108 |
| | | | | | polluted too much. | ||||
* | Fixed bug #15038, original patch by: phpman@toowards.com | Ilia Alshanetsky | 2002-09-21 | 1 | -1/+3 |
| | |||||
* | Fix double initialization | Zeev Suraski | 2002-09-21 | 3 | -7/+0 |
| | |||||
* | Change phpinfo() to use CSS styling instead of HTML code. | Colin Viebrock | 2002-09-19 | 2 | -2/+2 |
| | | | | | | | | | | It doesn't render as nicely as it used to on older browsers, but it does result in smaller files, and opens the door to using your own CSS to style it differently. There is a patch to Zend/zend_ini.c, but I don't have enough Karma, so Derick has the patch. | ||||
* | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 18 | -43/+103 |
| | | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix... | ||||
* | Should fix #19425 | foobar | 2002-09-16 | 1 | -1/+1 |
| | |||||
* | Fix for bug #19290 | Dan Kalowsky | 2002-09-08 | 1 | -1/+3 |
| | | | | | # Untested | ||||
* | @- Added --disable-all configure option. (Jani) | foobar | 2002-09-04 | 2 | -3/+3 |
| | |||||
* | Fix headers when default content type is used. | Marcus Boerger | 2002-09-04 | 1 | -3/+3 |
| | | | | | #THIS fixes the problems with error_log() | ||||
* | - prepare non-html phpinfo output for zend extensions | Jan Lehnardt | 2002-09-02 | 1 | -0/+2 |
| | |||||
* | @ - Added php.ini option "allow_webdav_methods" to allow handling of | Christian Stocker | 2002-08-22 | 1 | -5/+8 |
| | | | | | | @ WebDAV http requests within PHP scripts. (chregu) # More methods (for DeltaV) will follow. | ||||
* | These functions are not used elsewhere. | foobar | 2002-08-22 | 1 | -29/+28 |
| | |||||
* | Fix ZTS build | foobar | 2002-08-21 | 1 | -0/+1 |
| | |||||
* | Fix for Bug #18999 | Dan Kalowsky | 2002-08-20 | 1 | -1/+1 |
| | |||||
* | Fix xbithack bug finally (see bug #16515) | Rasmus Lerdorf | 2002-08-19 | 1 | -2/+6 |
| | |||||
* | Debug functions should only work in debug mode. | Edin Kadribasic | 2002-08-19 | 1 | -1/+1 |
| | |||||
* | Some minor changes related to Pi3Web 2.0.1. | Holger Zimmermann | 2002-08-18 | 1 | -6/+6 |
| | |||||
* | make POST requests work again | Stefan Esser | 2002-08-18 | 1 | -1/+3 |
| | |||||
* | Removed unused local variable header_line. | Holger Zimmermann | 2002-08-18 | 1 | -1/+0 |
| | |||||
* | 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 |
| |