From: Ilia Alshanetsky Date: Fri, 20 Aug 2004 13:52:47 +0000 (+0000) Subject: MFB: removed unneeded bits. X-Git-Tag: php-5.0.2RC1~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7f52698c170e2685da5ed778fa63e842e5381b2;p=php MFB: removed unneeded bits. --- diff --git a/ext/curl/interface.c b/ext/curl/interface.c index 14c2c0a369..46021ef4b9 100644 --- a/ext/curl/interface.c +++ b/ext/curl/interface.c @@ -925,9 +925,6 @@ PHP_FUNCTION(curl_setopt) #endif case CURLOPT_UNRESTRICTED_AUTH: case CURLOPT_PORT: - case CURL_TIMECOND_IFMODSINCE: - case CURL_TIMECOND_IFUNMODSINCE: - case CURL_TIMECOND_LASTMOD: convert_to_long_ex(zvalue); error = curl_easy_setopt(ch->cp, option, Z_LVAL_PP(zvalue)); break;