1 2 3 4 5 6 7 8 9 10 11 12 13
diff --git a/php/uuid.c b/php/uuid.c index b76b718..455611a 100644 --- a/php/uuid.c +++ b/php/uuid.c @@ -496,7 +496,7 @@ PHP_FUNCTION(uuid_version) } /* module function table */ -static function_entry uuid_functions[] = { +static zend_function_entry uuid_functions[] = { PHP_FE(uuid_create, NULL) PHP_FE(uuid_destroy, NULL) PHP_FE(uuid_clone, NULL)