]> git.pld-linux.org Git - packages/php.git/blob - php-bug-35067.patch
- merged from php4.spec and adjusted for Ra
[packages/php.git] / php-bug-35067.patch
1 ===================================================================
2 RCS file: /repository/php-src/ext/standard/basic_functions.c,v
3 retrieving revision 1.543.2.51.2.3
4 retrieving revision 1.543.2.51.2.4
5 diff -p --unified=3 -r1.543.2.51.2.3 -r1.543.2.51.2.4
6 --- php-src/ext/standard/basic_functions.c      2005/09/29 16:31:48     1.543.2.51.2.3
7 +++ php-src/ext/standard/basic_functions.c      2005/11/02 17:58:00     1.543.2.51.2.4
8 @@ -17,7 +17,7 @@
9     +----------------------------------------------------------------------+
10   */
11
12 -/* $Id$ */
13 +/* $Id$ */
14
15  #include "php.h"
16  #include "php_streams.h"
17 @@ -802,8 +802,8 @@ function_entry basic_functions[] = {
18         PHP_FE(prev,                                    first_arg_force_ref)
19         PHP_FE(next,                                    first_arg_force_ref)
20         PHP_FE(reset,                                   first_arg_force_ref)
21 -       PHP_FE(current,                                 NULL)
22 -       PHP_FE(key,                                     NULL)
23 +       PHP_FE(current,                                 first_arg_force_ref)
24 +       PHP_FE(key,                                     first_arg_force_ref)
25         PHP_FE(min,                                                                                                                             NULL)
26         PHP_FE(max,                                                                                                                             NULL)
27         PHP_FE(in_array,                                                                                                                NULL)
This page took 0.138708 seconds and 3 git commands to generate.