SOURCES: php4-bug-35067.patch (NEW) - bugfix for php bug 35067
arekm
arekm at pld-linux.org
Thu Nov 10 22:34:23 CET 2005
Author: arekm Date: Thu Nov 10 21:34:23 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- bugfix for php bug 35067
---- Files affected:
SOURCES:
php4-bug-35067.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/php4-bug-35067.patch
diff -u /dev/null SOURCES/php4-bug-35067.patch:1.1
--- /dev/null Thu Nov 10 22:34:23 2005
+++ SOURCES/php4-bug-35067.patch Thu Nov 10 22:34:18 2005
@@ -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)
================================================================
More information about the pld-cvs-commit
mailing list