diff options
author | Sterling Hughes <sterling@php.net> | 2001-05-14 21:04:23 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-05-14 21:04:23 +0000 |
commit | 00421e7c830f47a6bd3bd7c186d1a3fde09daa62 (patch) | |
tree | 29478ba5ccdd41dc074ffbdfe19aef7bde1c037d /ext/curl | |
parent | 11d14590d1306789e8e912c0ecee4f3af6560d50 (diff) | |
download | php-git-00421e7c830f47a6bd3bd7c186d1a3fde09daa62.tar.gz |
leftovers.....
Diffstat (limited to 'ext/curl')
-rw-r--r-- | ext/curl/php_curl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |