projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
c8ff1f2
)
- missed that message.info.response.http_version should also be double
author
Michael Wallner
<mike@php.net>
Tue, 21 Jun 2005 08:21:43 +0000
(08:21 +0000)
committer
Michael Wallner
<mike@php.net>
Tue, 21 Jun 2005 08:21:43 +0000
(08:21 +0000)
php_http_message_api.h
patch
|
blob
|
history
diff --git
a/php_http_message_api.h
b/php_http_message_api.h
index c31e6b8d657ccf0ef427a348fcdae2a2cc052fe9..866acee54040ff923aef01a710ebc11e1a3b0448 100644
(file)
--- a/
php_http_message_api.h
+++ b/
php_http_message_api.h
@@
-41,7
+41,7
@@
struct _http_message {
} request;
struct {
-
float
http_version;
+
double
http_version;
int code;
} response;