summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-08-20 13:52:15 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-08-20 13:52:15 +0000
commit53b3b33aae30c68709e102ac682a029518e47af2 (patch)
treea794e280ce7f320f3a92530010d2d93ed696e745
parenta05ffc841e7d36445a2879c4611556584a008e41 (diff)
downloadphp-git-53b3b33aae30c68709e102ac682a029518e47af2.tar.gz
Removed unneeded bits.
-rw-r--r--ext/curl/curl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/curl/curl.c b/ext/curl/curl.c
index c010af63a4..59104b25db 100644
--- a/ext/curl/curl.c
+++ b/ext/curl/curl.c
@@ -782,9 +782,6 @@ PHP_FUNCTION(curl_setopt)
case CURLOPT_HTTPGET:
case CURLOPT_HTTP_VERSION:
case CURLOPT_CRLF:
- case CURL_TIMECOND_IFMODSINCE:
- case CURL_TIMECOND_IFUNMODSINCE:
- case CURL_TIMECOND_LASTMOD:
#if LIBCURL_VERSION_NUM > 0x070a05 /* CURLOPT_HTTPAUTH is available since curl 7.10.6 */
case CURLOPT_HTTPAUTH:
#endif