X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_options.c;h=59b9c5f9fb6daa6fb66d6a23890f93f6f109bc29;hp=ca455a7a82c3d696908e55fbf0bd6afdb95992d6;hb=c568371332b5360f1f8d41302d55ab65c95f7847;hpb=8b8cdb96032f50d57dbdad74ae45336d01a7f0c5 diff --git a/php_http_options.c b/php_http_options.c index ca455a7..59b9c5f 100644 --- a/php_http_options.c +++ b/php_http_options.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -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;