- last mhash algo was missed
[m6w6/ext-http] / http_request_object.c
index 0a6c5d1a4ea47df32b7f84a8708e2199ab6bcaae..f1f2551d0328e4094651256ee1ce3b79b60a587f 100644 (file)
@@ -344,6 +344,7 @@ static inline void _http_request_object_declare_default_properties(TSRMLS_D)
 
        DCL_PROP(PUBLIC, bool, recordHistory, 1);
 
+#ifndef WONKY
        /*
         * Request Method Constants
         */
@@ -388,6 +389,7 @@ static inline void _http_request_object_declare_default_properties(TSRMLS_D)
        DCL_CONST(long, "AUTH_NTLM", CURLAUTH_NTLM);
        DCL_CONST(long, "AUTH_ANY", CURLAUTH_ANY);
 #      endif /* LIBCURL_VERSION_NUM */
+#endif /* WONKY */
 }
 
 void _http_request_object_free(zend_object *object TSRMLS_DC)