From: Felipe Pena Date: Wed, 26 Jun 2013 00:53:20 +0000 (-0300) Subject: - Fixed typo on condition X-Git-Tag: php-5.5.2RC1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=623386d79988d1aeea941bb463ece2c27f9ed5d0;p=php - Fixed typo on condition --- diff --git a/ext/curl/interface.c b/ext/curl/interface.c index 2d54140317..4b6e5e27dc 100644 --- a/ext/curl/interface.c +++ b/ext/curl/interface.c @@ -958,7 +958,7 @@ PHP_MINIT_FUNCTION(curl) REGISTER_CURL_CONSTANT(CURLFTPMETHOD_SINGLECWD); #endif -#if LIBCURL_VERSION_NUM >- 0x070f04 /* Available since 7.15.4 */ +#if LIBCURL_VERSION_NUM >= 0x070f04 /* Available since 7.15.4 */ REGISTER_CURL_CONSTANT(CURLINFO_FTP_ENTRY_PATH); #endif