init_request_info(TSRMLS_C);
SG(server_context) = (void *) 1; /* avoid server_context==NULL checks */
- CG(extended_info) = 0;
SG(request_info).argv0 = argv0;
//break;
}
SG(server_context) = (void *) 1; /* avoid server_context==NULL checks */
- CG(extended_info) = 0;
SG(request_info).argv0 = argv0;
zend_llist_init(&global_vars, sizeof(char *), NULL, 0);
file_handle.type = ZEND_HANDLE_FILENAME;
file_handle.opened_path = NULL;
- CG(extended_info) = 0;
init_request_info(lpCB TSRMLS_CC);
php_request_startup(TSRMLS_C);
((servlet_request*)SG(server_context))->servlet=self;
((servlet_request*)SG(server_context))->cookies=0;
- CG(extended_info) = 0;
-
/*
* Initialize the request
*/
+
SETSTRING( SG(request_info).auth_user, authUser );
SETSTRING( SG(request_info).request_method, requestMethod );
SETSTRING( SG(request_info).query_string, queryString );