- make the asynchronous behaviour of curl_multi available by socketSend(), socketSele...
[m6w6/ext-http] / php_http_requestpool_object.h
index 46d2a5ed0ec09d67d92180e3bc0595ebe59c2d89..f11e65c74cde2f90b8ede159cefaaa41ce274ea7 100644 (file)
@@ -49,6 +49,9 @@ PHP_METHOD(HttpRequestPool, attach);
 PHP_METHOD(HttpRequestPool, detach);
 PHP_METHOD(HttpRequestPool, send);
 PHP_METHOD(HttpRequestPool, reset);
+PHP_METHOD(HttpRequestPool, socketSend);
+PHP_METHOD(HttpRequestPool, socketSelect);
+PHP_METHOD(HttpRequestPool, socketRead);
 
 #endif
 #endif