From 538a6d28a2487de32d66420074ba8609f4b2eab1 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Fri, 9 Apr 2010 09:34:43 +0000 Subject: Update to PHP 5.3.2 release! --- lang/php5/files/patch-php.ini-development | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lang/php5/files/patch-php.ini-development (limited to 'lang/php5/files/patch-php.ini-development') diff --git a/lang/php5/files/patch-php.ini-development b/lang/php5/files/patch-php.ini-development new file mode 100644 index 000000000000..dadeb4b838b1 --- /dev/null +++ b/lang/php5/files/patch-php.ini-development @@ -0,0 +1,18 @@ +--- php.ini-development.orig 2009-06-28 19:56:18.000000000 +0200 ++++ php.ini-development 2009-08-24 17:17:53.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 -- cgit v1.2.3