aboutsummaryrefslogtreecommitdiff
path: root/lang/php52/files/patch-php.ini-dist
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-23 15:03:13 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-23 15:03:13 +0000
commit3acf4c24e29e32e82f673183e1acb3f78d002d62 (patch)
treeb2cefe5cd21b87e428432ab46ca5bc4b6f4c8b8d /lang/php52/files/patch-php.ini-dist
parent972fdd0472dfec60d263b3bc8a7bef780c1a5c01 (diff)
downloadports-3acf4c24e29e32e82f673183e1acb3f78d002d62.tar.gz
ports-3acf4c24e29e32e82f673183e1acb3f78d002d62.zip
Notes
Diffstat (limited to 'lang/php52/files/patch-php.ini-dist')
-rw-r--r--lang/php52/files/patch-php.ini-dist18
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/php52/files/patch-php.ini-dist b/lang/php52/files/patch-php.ini-dist
new file mode 100644
index 000000000000..6d84f3a80891
--- /dev/null
+++ b/lang/php52/files/patch-php.ini-dist
@@ -0,0 +1,18 @@
+--- php.ini-dist.orig Fri Dec 30 18:19:43 2005
++++ php.ini-dist Mon Oct 16 08:12:28 2006
+@@ -165,6 +165,15 @@
+
+ ; Safe Mode
+ ;
++; SECURITY NOTE: The FreeBSD Security Officer strongly recommend that
++; the PHP Safe Mode feature not be relied upon for security, since the
++; issues Safe Mode tries to handle cannot properly be handled in PHP
++; (primarily due to PHP's use of external libraries). While many bugs
++; in Safe Mode has been fixed it's very likely that more issues exist
++; which allows a user to bypass Safe Mode restrictions.
++; For increased security we always recommend to install the Suhosin
++; extension.
++;
+ safe_mode = Off
+
+ ; By default, Safe Mode does a UID compare check when