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:
9dcd0b4
)
int -> long
author
Antony Dovgal
<tony2001@php.net>
Tue, 1 Jul 2008 07:34:37 +0000
(07:34 +0000)
committer
Antony Dovgal
<tony2001@php.net>
Tue, 1 Jul 2008 07:34:37 +0000
(07:34 +0000)
http_functions.c
patch
|
blob
|
history
diff --git
a/http_functions.c
b/http_functions.c
index f7f73f75afd5b957368ee8951a6df83e96c1f386..7b58cf7fb502696965b65a322a2fa9d77816641f 100644
(file)
--- a/
http_functions.c
+++ b/
http_functions.c
@@
-256,7
+256,7
@@
PHP_FUNCTION(http_negotiate_content_type)
Send HTTP status code. */
PHP_FUNCTION(http_send_status)
{
-
int
status = 0;
+
long
status = 0;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &status) != SUCCESS) {
RETURN_FALSE;