Skip to content

Commit bdc684e

Browse files
committed
HTTPHEADER_VERSION_MINOR = 4
1 parent 0396526 commit bdc684e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HTTPHeader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class HTTPHeader {
55
const HTTPHEADER_VERSION_MAJOR = 4;
6-
const HTTPHEADER_VERSION_MINOR = 3;
6+
const HTTPHEADER_VERSION_MINOR = 4;
77

88
private static function header_from_server(
99
$name

0 commit comments

Comments
 (0)