release 2.4.0
[m6w6/ext-http] / php_http_options.c
index 1ba987a2b0c12b864c5f244e874029ea8614593f..59b9c5f9fb6daa6fb66d6a23890f93f6f109bc29 100644 (file)
@@ -26,7 +26,7 @@ php_http_options_t *php_http_options_init(php_http_options_t *registry, zend_boo
        return registry;
 }
 
-STATUS php_http_options_apply(php_http_options_t *registry, HashTable *options, void *userdata)
+ZEND_RESULT_CODE php_http_options_apply(php_http_options_t *registry, HashTable *options, void *userdata)
 {
        HashPosition pos;
        zval *val;