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:
b2391aa
)
- actally returns STATUS
author
Michael Wallner
<mike@php.net>
Mon, 25 Jul 2005 10:36:59 +0000
(10:36 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 25 Jul 2005 10:36:59 +0000
(10:36 +0000)
http_api.c
patch
|
blob
|
history
diff --git
a/http_api.c
b/http_api.c
index 3dcaff04253ee05591209d12c72c2d04a3ac54e7..e54974f9cb9c10d8e45fe20081e1d55db2d00899 100644
(file)
--- a/
http_api.c
+++ b/
http_api.c
@@
-226,7
+226,7
@@
PHP_HTTP_API zval *_http_get_server_var_ex(const char *key, size_t key_size, zen
}
/* }}} */
-/* {{{
zend_bool
http_get_request_body(char **, size_t *) */
+/* {{{
STATUS
http_get_request_body(char **, size_t *) */
PHP_HTTP_API STATUS _http_get_request_body_ex(char **body, size_t *length, zend_bool dup TSRMLS_DC)
{
*length = 0;