|
Check-in Number:
|
5400 | |
| Date: |
2006-May-11 20:39:13 (local)
2006-May-11 18:39:13 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
switch to no reference enforment at all |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/uuid/php/uuid.c 1.7 -> 1.8
--- uuid.c 2006/05/11 17:44:43 1.7
+++ uuid.c 2006/05/11 18:39:13 1.8
@@ -493,7 +493,7 @@
/* module function table */
static function_entry uuid_functions[] = {
- PHP_FE(uuid_create, first_arg_force_ref)
+ PHP_FE(uuid_create, NULL)
PHP_FE(uuid_destroy, NULL)
PHP_FE(uuid_clone, NULL)
PHP_FE(uuid_load, NULL)
|
|