logo       

cvs: pecl /http http_api.c: msg#00182

php.pecl.cvs

Subject: cvs: pecl /http http_api.c

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>
Google Custom Search

News | FAQ | advertise