]> granicus.if.org Git - php/commitdiff
remove comment, it's not right
authorAnatol Belski <ab@php.net>
Mon, 13 Jul 2015 21:42:40 +0000 (23:42 +0200)
committerAnatol Belski <ab@php.net>
Mon, 13 Jul 2015 21:43:43 +0000 (23:43 +0200)
ext/curl/interface.c

index f45d9d1d6418c669e7c72782e611420e8ed270c4..66dbb4eb17a5b0e8cc3111b7e901b3ef9cf591f4 100644 (file)
@@ -2905,9 +2905,6 @@ PHP_FUNCTION(curl_getinfo)
        if (ZEND_NUM_ARGS() < 2) {
                char *s_code;
 #ifdef PHP_WIN32
-               /* libcurl currently relies on 32-bit long directly.
-                  We should use zend_long here once libcurl has full
-                  64-bit support on Windows. */
                long l_code;
 #else
                zend_long l_code;