fix macro usage
[m6w6/ext-http] / php_http_negotiate.h
index 58b709386d3d6df13949e0833f87b9be269399c6..586828fae5afacdf31aacff610a48ed4845d82f9 100644 (file)
@@ -77,7 +77,7 @@ static inline HashTable *php_http_negotiate_content_type(HashTable *supported, p
                 \
                zend_hash_internal_pointer_reset((supported)); \
                if ((value = zend_hash_get_current_data((supported)))) { \
-                       RETVAL_ZVAL_FAST(value); \
+                       RETVAL_ZVAL(value, 1, 0); \
                } else { \
                        RETVAL_NULL(); \
                } \