You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
371 B

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)