]> git.pld-linux.org Git - packages/php.git/blame - php-bug-35067.patch
bc1d2c701085d0e03695d0102a51907d php-install_gd_headers.patch
[packages/php.git] / php-bug-35067.patch
CommitLineData
cecd8ce2 1===================================================================
2RCS file: /repository/php-src/ext/standard/basic_functions.c,v
3retrieving revision 1.543.2.51.2.3
4retrieving revision 1.543.2.51.2.4
5diff -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.049194 seconds and 4 git commands to generate.