From 2b8a17a67319616af529452301853e0ebe0abbf4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Dec 2011 17:37:03 +0100 Subject: uuid for php 5.4 --- uuid-1.6.2-php54.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 uuid-1.6.2-php54.patch (limited to 'uuid-1.6.2-php54.patch') diff --git a/uuid-1.6.2-php54.patch b/uuid-1.6.2-php54.patch new file mode 100644 index 0000000..e0281a8 --- /dev/null +++ b/uuid-1.6.2-php54.patch @@ -0,0 +1,12 @@ +diff -up uuid-1.6.2/php/uuid.c.php54 uuid-1.6.2/php/uuid.c +--- uuid-1.6.2/php/uuid.c.php54 2011-12-27 17:23:00.948400710 +0100 ++++ uuid-1.6.2/php/uuid.c 2011-12-27 17:23:16.668401029 +0100 +@@ -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) -- cgit