From: Michael Wallner Date: Sat, 10 Dec 2005 12:18:20 +0000 (+0000) Subject: - fypo tix X-Git-Tag: RELEASE_0_20_0~34 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=01ed83fb41d0421368dddd8ace671f4b5bf9dd8d - fypo tix --- diff --git a/http_requestpool_object.c b/http_requestpool_object.c index 3a6d015..60c0748 100644 --- a/http_requestpool_object.c +++ b/http_requestpool_object.c @@ -86,7 +86,7 @@ zend_function_entry http_requestpool_object_fe[] = { HTTP_REQPOOL_ME(socketPerform, ZEND_ACC_PROTECTED) HTTP_REQPOOL_ME(socketSelect, ZEND_ACC_PROTECTED) - /* implements Interator */ + /* implements Iterator */ HTTP_REQPOOL_ME(valid, ZEND_ACC_PUBLIC) HTTP_REQPOOL_ME(current, ZEND_ACC_PUBLIC) HTTP_REQPOOL_ME(key, ZEND_ACC_PUBLIC) @@ -170,7 +170,7 @@ static void _http_requestpool_object_llist2array(zval **req, zval *array TSRMLS_ * able to send several HttpRequests in parallel. * * WARNING: Don't attach/detach HttpRequest objects to the HttpRequestPool - * object while you're using the implemented Interator interface. + * object while you're using the implemented Iterator interface. * * Accepts virtual infinite optional parameters each referencing an * HttpRequest object. diff --git a/http_send_api.c b/http_send_api.c index 8b25674..9c30e6c 100644 --- a/http_send_api.c +++ b/http_send_api.c @@ -32,7 +32,7 @@ ZEND_EXTERN_MODULE_GLOBALS(http); -#define http_flush(d, l) _http_flush((d), (l) SRMLS_CC) +#define http_flush(d, l) _http_flush((d), (l) TSRMLS_CC) /* {{{ static inline void http_flush() */ static inline void _http_flush(const char *data, size_t data_len TSRMLS_DC) {