mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix UNKNOWN default value of apache_note()
Closes GH-6167
This commit is contained in:
parent
40e8c7c90b
commit
f088aec6cb
3 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ function getallheaders(): array {}
|
|||
|
||||
function apache_response_headers(): array {}
|
||||
|
||||
function apache_note(string $note_name, string $note_value = UNKNOWN): string|false {}
|
||||
function apache_note(string $note_name, ?string $note_value = null): string|false {}
|
||||
|
||||
function apache_setenv(string $variable, string $value, bool $walk_to_top = false): bool {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue