]> granicus.if.org Git - php/commitdiff
Sorry REVERT bevor 4.3.9 is out because of not critical!!!!
authorUwe Schindler <thetaphi@php.net>
Wed, 15 Sep 2004 21:51:29 +0000 (21:51 +0000)
committerUwe Schindler <thetaphi@php.net>
Wed, 15 Sep 2004 21:51:29 +0000 (21:51 +0000)
NEWS
sapi/nsapi/nsapi.c

diff --git a/NEWS b/NEWS
index 618375973f2a5713048e154bf5fb9caa390f9ba1..04975a74c6772c015bc3b10f58c79cc449e4c6c5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,6 @@ PHP 4                                                                      NEWS
   exhaustion. (Andrei)
 - Fixed bug with raw_post_data not getting set (Brian)
 - Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
-- Fixed bug #29805 (HTTP Authentication Issues). (Uwe Schindler)
 - Fixed bug #29753 (mcal_fetch_event() allows 2nd argument to be optional).
   (Ilia, Vrana)
 - Fixed bug #29727 (Added missing CURL authentication directives). (Ilia)
index a57e226d9fc979bde3983dd8307a7fa0801c3a5d..870a386bacf2576d13679fc6e747395f542a1b82 100644 (file)
@@ -933,8 +933,6 @@ int NSAPI_PUBLIC php4_execute(pblock *pb, Session *sn, Request *rq)
        SG(request_info).content_length = (content_length == NULL) ? 0 : strtoul(content_length, 0, 0);
        SG(sapi_headers).http_response_code = (error_directive) ? rq->status_num : 200;
 
-       if (!PG(safe_mode)) php_handle_auth_data(pblock_findval("authorization", rq->headers) TSRMLS_CC);
-
        nsapi_php_ini_entries(NSLS_C TSRMLS_CC);
 
        file_handle.type = ZEND_HANDLE_FILENAME;