ossp-pkg/uuid/php/uuid.c 1.6 -> 1.7
--- uuid.c 2006/05/11 09:37:30 1.6
+++ uuid.c 2006/05/11 17:44:43 1.7
@@ -493,7 +493,7 @@
/* module function table */
static function_entry uuid_functions[] = {
- PHP_FE(uuid_create, third_arg_force_ref)
+ PHP_FE(uuid_create, first_arg_force_ref)
PHP_FE(uuid_destroy, NULL)
PHP_FE(uuid_clone, NULL)
PHP_FE(uuid_load, NULL)
|
|