summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc1
-rw-r--r--usr/local/etc/php.ini1
-rw-r--r--usr/local/lib/php.ini1
3 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index e12dca9..27f9e66 100755
--- a/etc/rc
+++ b/etc/rc
@@ -224,6 +224,7 @@ if [ "$PLATFORM" != "cdrom" ]; then
# not being able to boot back up.
cat >/usr/local/lib/php.ini <<EOF
output_buffering = "0"
+expose_php = Off
implicit_flush = true
magic_quotes_gpc = Off
max_execution_time = 99999999
diff --git a/usr/local/etc/php.ini b/usr/local/etc/php.ini
index ddb2717..4067489 100644
--- a/usr/local/etc/php.ini
+++ b/usr/local/etc/php.ini
@@ -1,4 +1,5 @@
output_buffering = "0"
+expose_php = Off
implicit_flush = true
magic_quotes_gpc = Off
max_execution_time = 99999999
diff --git a/usr/local/lib/php.ini b/usr/local/lib/php.ini
index dbbc073..8e70b7a 100644
--- a/usr/local/lib/php.ini
+++ b/usr/local/lib/php.ini
@@ -1,4 +1,5 @@
output_buffering = "0"
+expose_php = Off
implicit_flush = true
magic_quotes_gpc = Off
max_execution_time = 99999999
OpenPOWER on IntegriCloud