]> git.pld-linux.org Git - packages/php.git/blobdiff - php-bug-35067.patch
bc1d2c701085d0e03695d0102a51907d php-install_gd_headers.patch
[packages/php.git] / php-bug-35067.patch
diff --git a/php-bug-35067.patch b/php-bug-35067.patch
new file mode 100644 (file)
index 0000000..4fe299f
--- /dev/null
@@ -0,0 +1,27 @@
+===================================================================
+RCS file: /repository/php-src/ext/standard/basic_functions.c,v
+retrieving revision 1.543.2.51.2.3
+retrieving revision 1.543.2.51.2.4
+diff -p --unified=3 -r1.543.2.51.2.3 -r1.543.2.51.2.4
+--- php-src/ext/standard/basic_functions.c     2005/09/29 16:31:48     1.543.2.51.2.3
++++ php-src/ext/standard/basic_functions.c     2005/11/02 17:58:00     1.543.2.51.2.4
+@@ -17,7 +17,7 @@
+    +----------------------------------------------------------------------+
+  */
+
+-/* $Id$ */
++/* $Id$ */
+
+ #include "php.h"
+ #include "php_streams.h"
+@@ -802,8 +802,8 @@ function_entry basic_functions[] = {
+       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)
This page took 0.029515 seconds and 4 git commands to generate.