Fix UNKNOWN default value of apache_note()

Closes GH-6167
This commit is contained in:
Máté Kocsis 2020-09-19 14:35:37 +02:00
parent 40e8c7c90b
commit f088aec6cb
No known key found for this signature in database
GPG key ID: FD055E41728BF310
3 changed files with 4 additions and 4 deletions

View file

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