From: Sterling Hughes Date: Mon, 14 May 2001 21:04:23 +0000 (+0000) Subject: leftovers..... X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~419 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00421e7c830f47a6bd3bd7c186d1a3fde09daa62;p=php leftovers..... --- diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index 5f97bb4841..2800f324d4 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -38,6 +38,7 @@ extern zend_module_entry curl_module_entry; #define curl_module_ptr &curl_module_entry #define CURLOPT_RETURNTRANSFER 19913 +#define CURLOPT_BINARYTRANSFER 19914 PHP_MINIT_FUNCTION(curl); PHP_MSHUTDOWN_FUNCTION(curl);