summaryrefslogtreecommitdiff
path: root/www/php4/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'www/php4/patches/patch-au')
-rw-r--r--www/php4/patches/patch-au16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/php4/patches/patch-au b/www/php4/patches/patch-au
deleted file mode 100644
index 02a8a9e1b01..00000000000
--- a/www/php4/patches/patch-au
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-au,v 1.3 2006/10/22 13:16:41 adrianp Exp $
-
-# CVE-2006-4625
-
---- Zend/zend_ini.c.orig 2005-09-02 22:09:03.000000000 +0100
-+++ Zend/zend_ini.c
-@@ -256,7 +256,8 @@ ZEND_API int zend_restore_ini_entry(char
- zend_ini_entry *ini_entry;
- TSRMLS_FETCH();
-
-- if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry)==FAILURE) {
-+ if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry)==FAILURE ||
-+ (stage == ZEND_INI_STAGE_RUNTIME && (ini_entry->modifyable & ZEND_INI_USER) == 0)) { return FAILURE;
- return FAILURE;
- }
-