Fix win32 compile on php4
[m6w6/ext-http] / http_api.c
index e41ad212ff0091b328c16163b48dcae901b3c67c..0e73eb3682594c2533358181624c385726009f81 100644 (file)
@@ -763,6 +763,9 @@ static inline void _http_curl_getinfo(CURL *ch, HashTable *info TSRMLS_DC)
 }
 /* }}} */
 
+#endif
+/* }}} HAVE_CURL */
+
 /* {{{ Day/Month/TZ checks for http_parse_date()
        Originally by libcurl, Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al. */
 static int check_day(char *day, size_t len)
@@ -808,9 +811,6 @@ static int check_tzone(char *tzone)
 }
 /* }}} */
 
-#endif
-/* }}} HAVE_CURL */
-
 /* }}} internals */
 
 /* {{{ public API */