From: Derick Rethans Date: Sat, 28 Jun 2003 09:55:12 +0000 (+0000) Subject: - Removed duplicate constants X-Git-Tag: php-5.0.0b1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12cf3ec385c4a883325c0f25628ba8066afc2b93;p=php - Removed duplicate constants --- diff --git a/ext/curl/interface.c b/ext/curl/interface.c index d907733fd4..cfb3be6ecc 100644 --- a/ext/curl/interface.c +++ b/ext/curl/interface.c @@ -207,8 +207,6 @@ PHP_MINIT_FUNCTION(curl) REGISTER_CURL_CONSTANT(CURLOPT_CRLF); REGISTER_CURL_CONSTANT(CURLOPT_ENCODING); REGISTER_CURL_CONSTANT(CURLOPT_PROXYPORT); - REGISTER_CURL_CONSTANT(CURLPROXY_HTTP); - REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS5); REGISTER_CURL_CONSTANT(CURLOPT_UNRESTRICTED_AUTH); REGISTER_CURL_CONSTANT(CURLOPT_FTP_USE_EPRT); REGISTER_CURL_CONSTANT(CURLOPT_HTTP200ALIASES);