Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL | SVN Migration | 2006-10-15 | 1 | -1021/+0 |
| | |||||
* | Memory assigned to the request_rec should be allocated from apache pools | Brian France | 2006-10-12 | 1 | -7/+2 |
| | | | | | and should not be free'ed at the end of the handler phase | ||||
* | Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs | Dmitry Stogov | 2006-08-03 | 1 | -0/+13 |
| | |||||
* | Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean ↵ | Dmitry Stogov | 2006-07-25 | 1 | -1/+1 |
| | | | | argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system. | ||||
* | New memory manager | Dmitry Stogov | 2006-07-18 | 1 | -2/+1 |
| | |||||
* | Switch to a signed int for now. Will look at moving to a long throughout | Rasmus Lerdorf | 2006-05-13 | 1 | -1/+1 |
| | | | | | the code here. | ||||
* | Add input_filter hook call in getenv() | Rasmus Lerdorf | 2006-05-10 | 1 | -1/+5 |
| | |||||
* | MFH: | Ilia Alshanetsky | 2006-04-02 | 1 | -2/+1 |
| | | | | | | Removed extra space in the Content-Type header for logos Simplified stderr error reporting in apache sapi. | ||||
* | MFH: fix #36400 (Custom 5xx error does not return correct HTTP response ↵ | Antony Dovgal | 2006-02-15 | 1 | -1/+20 |
| | | | | error code) | ||||
* | MFH: I don't recall the reason for messing with r->allowed here, so let's | Rasmus Lerdorf | 2006-01-06 | 1 | -3/+0 |
| | | | | | get rid of it (and see who screams). This should fix bug #32561 | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH | Andrei Zmievski | 2005-12-16 | 1 | -1/+1 |
| | |||||
* | MFH: initialize SG(request_info).auth_digest | Antony Dovgal | 2005-10-18 | 1 | -0/+1 |
| | |||||
* | MFH: Fixed bug #34905 (Digest authentication does not work with Apache 1). | Ilia Alshanetsky | 2005-10-18 | 1 | -6/+6 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33723 (php_value overrides php_admin_value) | Dmitry Stogov | 2005-08-01 | 1 | -3/+3 |
| | |||||
* | Added a SG(server_context) NULL check to php_apache_getenv. | Brian France | 2005-06-28 | 1 | -0/+4 |
| | | | | | | This can get called when "<key> = ${<key>}:/foo" is used in a .ini file, but <key> has not be set yet. You will end up with a value of ":/foo", but at least it will not crash now. | ||||
* | fix #29683 (headers_list() returns empty array) | Antony Dovgal | 2005-06-20 | 1 | -3/+1 |
| | |||||
* | Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as per | Rasmus Lerdorf | 2005-05-19 | 1 | -3/+9 |
| | | | | | RFC 2616 section 10.3.5 | ||||
* | added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication. | Rui Hirokawa | 2005-04-04 | 1 | -16/+19 |
| | |||||
* | Fix for bug #32263 | Rasmus Lerdorf | 2005-03-14 | 1 | -0/+1 |
| | | | | | | | | | This adds proto_num to request_info. It is defaulted to HTTP 1.0 (1000) such that it has a valid value even if the underlying sapi doesn't set it correctly. It is then used to determine if a 302 or a 303 should be sent on a Location redirect. Any non GET/HEAD HTTP 1.1 redirect will get a 303 instead of a 302 to be compatible with the HTTP spec. | ||||
* | Add SAPI hook to get the request time if provided by the web server, | Rasmus Lerdorf | 2004-08-10 | 1 | -0/+9 |
| | | | | | | otherwise call time(0) on the first call and store it so subsequent calls will get the same time. Hook support for Apache1/2 included. | ||||
* | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow. | ||||
* | Security Fix broken! Destroyed Basic auth. Blame: me | Stefan Esser | 2004-07-14 | 1 | -1/+1 |
| | | | | | 4.3.x not affected | ||||
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 1 | -7/+8 |
| | |||||
* | MFB - see bug #25753 for details | Rasmus Lerdorf | 2004-01-28 | 1 | -0/+3 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | MFB - fix a couple of missing closing folding tags | Rasmus Lerdorf | 2003-06-03 | 1 | -0/+3 |
| | |||||
* | Reverting my last patch because user reports it does not help | Edin Kadribasic | 2003-05-09 | 1 | -5/+5 |
| | | | | | solve the problem. (bug #23504) | ||||
* | Fixed MFB side effect | Edin Kadribasic | 2003-05-08 | 1 | -1/+1 |
| | |||||
* | MFB | Edin Kadribasic | 2003-05-08 | 1 | -5/+5 |
| | |||||
* | update php module name to php5, not php4. | Sterling Hughes | 2003-03-29 | 1 | -0/+966 |
apache, apache2* and cli/cgi work. sapi module maintainers should fix up their sapis, as I don't run any servers with php outside of apache. |