php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #62009
Patch uuid-php-5-4.diff revision 2012-05-11 21:08 UTC by jsnell at e-normous dot com

Patch uuid-php-5-4.diff for uuid Bug #62009

Patch version 2012-05-11 21:08 UTC

Return to Bug #62009 | Download this patch
Patch Revisions:

Developer: jsnell@e-normous.com

--- uuid-orig.c	2012-05-11 14:01:02.000000000 -0700
+++ uuid.c	2012-05-11 13:59:35.000000000 -0700
@@ -29,7 +29,7 @@
 #if HAVE_UUID
 
 /* {{{ uuid_functions[] */
-function_entry uuid_functions[] = {
+zend_function_entry uuid_functions[] = {
 	PHP_FE(uuid_create         , uuid_create_arg_info)
 	PHP_FE(uuid_is_valid       , uuid_is_valid_arg_info)
 	PHP_FE(uuid_compare        , uuid_compare_arg_info)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 04:01:32 2024 UTC