diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-04-09 09:34:43 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-04-09 09:34:43 +0000 |
commit | 538a6d28a2487de32d66420074ba8609f4b2eab1 (patch) | |
tree | 54e230d33cb834db8c435ae3432993ffdb5bbd9e /lang/php5/files/patch-php.ini-production | |
parent | - Fix @dirrm / @dirrmtry order (diff) |
Update to PHP 5.3.2 release!
Notes
Notes:
svn path=/head/; revision=252471
Diffstat (limited to 'lang/php5/files/patch-php.ini-production')
-rw-r--r-- | lang/php5/files/patch-php.ini-production | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/php5/files/patch-php.ini-production b/lang/php5/files/patch-php.ini-production new file mode 100644 index 000000000000..67d3480ad4a6 --- /dev/null +++ b/lang/php5/files/patch-php.ini-production @@ -0,0 +1,18 @@ +--- php.ini-production.orig 2009-08-24 17:18:23.000000000 +0200 ++++ php.ini-production 2009-08-24 17:18:33.000000000 +0200 +@@ -335,6 +335,15 @@ + + ; Safe Mode + ; http://php.net/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 |