--- ext/standard/basic_functions.c 2005/09/29 16:31:48 1.543.2.51.2.3 +++ ext/standard/basic_functions.c 2005/11/02 17:58:00 1.543.2.51.2.4 @@ -802,8 +802,8 @@ PHP_FE(prev, first_arg_force_ref) PHP_FE(next, first_arg_force_ref) PHP_FE(reset, first_arg_force_ref) - PHP_FE(current, NULL) - PHP_FE(key, NULL) + PHP_FE(current, first_arg_force_ref) + PHP_FE(key, first_arg_force_ref) PHP_FE(min, NULL) PHP_FE(max, NULL) PHP_FE(in_array, NULL)