We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffc430 commit c465924Copy full SHA for c465924
HTTPHeader.php
@@ -2,8 +2,9 @@
2
namespace xenocrat;
3
4
class HTTPHeader {
5
- const HTTPHEADER_VERSION_MAJOR = 4;
6
- const HTTPHEADER_VERSION_MINOR = 6;
+ const VERSION_MAJOR = 4;
+ const VERSION_MINOR = 7;
7
+ const VERSION_PATCH = 0;
8
9
protected static function header_from_server(
10
$name
0 commit comments