- fypo tix
authorMichael Wallner <mike@php.net>
Sat, 10 Dec 2005 12:18:20 +0000 (12:18 +0000)
committerMichael Wallner <mike@php.net>
Sat, 10 Dec 2005 12:18:20 +0000 (12:18 +0000)
http_requestpool_object.c
http_send_api.c

index 3a6d015fecc6f78f87a85235621ab021f2cc4263..60c07486f52bf30adbba6e26e07749983a3b0adf 100644 (file)
@@ -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.
index 8b2567437b625ce8af5035a67d9da404e910ad4d..9c30e6cf3d8abf527123a9c28cd2b4a51acfe9a0 100644 (file)
@@ -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)
 {