1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Fixed bug #29805 (HTTP Authentication Issues)

This commit is contained in:
Uwe Schindler
2004-09-21 22:00:39 +00:00
parent 21d9578e52
commit 97dbc366c7
2 changed files with 5 additions and 0 deletions

3
NEWS
View File

@@ -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

View 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;