From c7f52698c170e2685da5ed778fa63e842e5381b2 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 20 Aug 2004 13:52:47 +0000 Subject: [PATCH] MFB: removed unneeded bits. --- ext/curl/interface.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.50.1