diff options
| author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-05-13 19:35:49 +0000 |
|---|---|---|
| committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-05-13 19:35:49 +0000 |
| commit | 0d398417282dcc31e75cb69270c53e0b7cac7ce0 (patch) | |
| tree | 45261881c826445114a70a91ff7c091c42d951dc /sapi/apache2filter | |
| parent | e54919d230b369529a3dbf412044f386c0b5fac3 (diff) | |
| download | php-git-0d398417282dcc31e75cb69270c53e0b7cac7ce0.tar.gz | |
Oops
Diffstat (limited to 'sapi/apache2filter')
| -rw-r--r-- | sapi/apache2filter/sapi_apache2.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 3df022b343..c530bab8a3 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -402,15 +402,8 @@ static void php_apache_request_ctor(ap_filter_t *f, php_struct *ctx TSRMLS_DC) apr_table_unset(f->r->headers_out, "Expires"); apr_table_unset(f->r->headers_out, "ETag"); apr_table_unset(f->r->headers_in, "Connection"); -<<<<<<< sapi_apache2.c -<<<<<<< sapi_apache2.c - if (!PG(safe_mode) || (PG(safe_mode) && ap_auth_type() == NULL)) { -======= - if (!PG(safe_mode) || (PG(safe_mode) && !ap_auth_type(r))) { ->>>>>>> 1.109 -======= + if (!PG(safe_mode) || (PG(safe_mode) && !ap_auth_type(f->r))) { ->>>>>>> 1.110 auth = apr_table_get(f->r->headers_in, "Authorization"); php_handle_auth_data(auth TSRMLS_CC); } else { |
