summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/php/files/php4.4.0-globals_overwrite.patch')
-rw-r--r--dev-php/php/files/php4.4.0-globals_overwrite.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-php/php/files/php4.4.0-globals_overwrite.patch b/dev-php/php/files/php4.4.0-globals_overwrite.patch
index 3aefaee16295..3b13cd71966c 100644
--- a/dev-php/php/files/php4.4.0-globals_overwrite.patch
+++ b/dev-php/php/files/php4.4.0-globals_overwrite.patch
@@ -192,17 +192,6 @@
#if HAVE_ARPA_INET_H
# include <arpa/inet.h>
-@@ -813,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, first_arg_force_ref)
-- PHP_FE(key, first_arg_force_ref)
-+ PHP_FE(current, NULL)
-+ PHP_FE(key, NULL)
- PHP_FE(min, NULL)
- PHP_FE(max, NULL)
- PHP_FE(in_array, NULL)
@@ -3038,11 +3027,25 @@
prefix = va_arg(args, char *);
prefix_len = va_arg(args, uint);