]> granicus.if.org Git - php/commitdiff
Fixed bug #29805 (HTTP Authentication Issues)
authorUwe Schindler <thetaphi@php.net>
Tue, 21 Sep 2004 22:00:39 +0000 (22:00 +0000)
committerUwe Schindler <thetaphi@php.net>
Tue, 21 Sep 2004 22:00:39 +0000 (22:00 +0000)
NEWS
sapi/nsapi/nsapi.c

diff --git a/NEWS b/NEWS
index 52de7bddaba485a43c9356b1ff469865758ae716..c2ddf16e9689eca892490ba24a37fade3b0da1df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2004, Version 4.3.10
+- Fixed bug #29805 (HTTP Authentication Issues). (Uwe Schindler)
+
 22 Sep 2004, Version 4.3.9
 - GPC input processing fixes (Stefano Di Paola, Rasmus, Stefan)
 - Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory 
index 870a386bacf2576d13679fc6e747395f542a1b82..add1c76965a2707a63cb4ec65eeeaf5ef708313e 100644 (file)
@@ -935,6 +935,8 @@ int NSAPI_PUBLIC php4_execute(pblock *pb, Session *sn, Request *rq)
 
        nsapi_php_ini_entries(NSLS_C TSRMLS_CC);
 
+       if (!PG(safe_mode)) php_handle_auth_data(pblock_findval("authorization", rq->headers) TSRMLS_CC);
+
        file_handle.type = ZEND_HANDLE_FILENAME;
        file_handle.filename = SG(request_info).path_translated;
        file_handle.free_filename = 0;