From: Uwe Schindler Date: Mon, 20 Sep 2004 13:29:44 +0000 (+0000) Subject: changed order of processing of ini entries X-Git-Tag: php-5.0.2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2067727a80921231f4501d899492159206bb48a3;p=php changed order of processing of ini entries --- diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c index 278980a573..868bf9b0d9 100644 --- a/sapi/nsapi/nsapi.c +++ b/sapi/nsapi/nsapi.c @@ -933,10 +933,10 @@ int NSAPI_PUBLIC php5_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); + 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;