mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Fixed format bug
This commit is contained in:
parent
237da469d7
commit
21d5061038
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ PHP_FUNCTION(apache_lookup_uri)
|
|||
convert_to_string_ex(filename);
|
||||
|
||||
if(!(rr = sub_req_lookup_uri((*filename)->value.str.val, ((request_rec *) SG(server_context))))) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "URI lookup failed", (*filename)->value.str.val);
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "URI lookup failed '%s'", (*filename)->value.str.val);
|
||||
RETURN_FALSE;
|
||||
}
|
||||
object_init(return_value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue