|
cvs: pecl /http http_api.c: msg#00182php.pecl.cvs
mike Mon Jul 25 06:36:59 2005 EDT Modified files: /pecl/http http_api.c Log: - actally returns STATUS http://cvs.php.net/diff.php/pecl/http/http_api.c?r1=1.86&r2=1.87&ty=u Index: pecl/http/http_api.c diff -u pecl/http/http_api.c:1.86 pecl/http/http_api.c:1.87 --- pecl/http/http_api.c:1.86 Tue Jul 19 16:33:48 2005 +++ pecl/http/http_api.c Mon Jul 25 06:36:59 2005 @@ -13,7 +13,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: http_api.c,v 1.86 2005/07/19 20:33:48 mike Exp $ */ +/* $Id: http_api.c,v 1.87 2005/07/25 10:36:59 mike Exp $ */ #ifdef HAVE_CONFIG_H # include "config.h" @@ -226,7 +226,7 @@ } /* }}} */ -/* {{{ 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; |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pecl /http/tests HttpRequestPool_001.phpt HttpRequest_002.phpt HttpRequest_003.phpt: 00182, Michael Wallner |
|---|---|
| Next by Date: | cvs: pecl /http http_requestpool_object.c package.xml /http/docs functions.html /http/tests run-tests.diff: 00182, Michael Wallner |
| Previous by Thread: | cvs: pecl /http/tests HttpRequestPool_001.phpt HttpRequest_002.phpt HttpRequest_003.phpti: 00182, Michael Wallner |
| Next by Thread: | cvs: pecl /http http_requestpool_object.c package.xml /http/docs functions.html /http/tests run-tests.diff: 00182, Michael Wallner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |