]> granicus.if.org Git - php/commitdiff
- Removed duplicate constants
authorDerick Rethans <derick@php.net>
Sat, 28 Jun 2003 09:55:12 +0000 (09:55 +0000)
committerDerick Rethans <derick@php.net>
Sat, 28 Jun 2003 09:55:12 +0000 (09:55 +0000)
ext/curl/interface.c

index d907733fd4890b6e29678c836174d4e911f4f7e1..cfb3be6ecc3be1ae0b06da409d8de1dfd013793e 100644 (file)
@@ -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);