From 177db33c63de61cb6a29f814e196e5a6469a51b5 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Fri, 12 Mar 2004 18:37:55 +0000 Subject: add the curl_copy_handle() function which will exactly duplicate a cURL handle. Useful when you have multiple "similair" transforms as with a multi handle with only small variances (like the URL) --- ext/curl/php_curl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/curl/php_curl.h') diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index 3e9b9e2cf8..d2a14c43b7 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -61,6 +61,7 @@ PHP_MSHUTDOWN_FUNCTION(curl); PHP_MINFO_FUNCTION(curl); PHP_FUNCTION(curl_version); PHP_FUNCTION(curl_init); +PHP_FUNCTION(curl_copy_handle); PHP_FUNCTION(curl_setopt); PHP_FUNCTION(curl_exec); PHP_FUNCTION(curl_getinfo); -- cgit v1.2.1