Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11691310
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/roles/shellserver/PHP7/Makefile b/roles/shellserver/PHP7/Makefile
new file mode 100644
index 0000000..a3e5495
--- /dev/null
+++ b/roles/shellserver/PHP7/Makefile
@@ -0,0 +1,6 @@
+PREFIX=/opt/php
+INSTALL=install
+INSTALL_DATA=${INSTALL} -m 0644
+
+install:
+ ${INSTALL_DATA} files/php.ini ${PREFIX}/lib/
diff --git a/roles/shellserver/PHP7/files/php.ini b/roles/shellserver/PHP7/files/php.ini
new file mode 100644
index 0000000..ea2145a
--- /dev/null
+++ b/roles/shellserver/PHP7/files/php.ini
@@ -0,0 +1,15 @@
+# -------------------------------------------------------------
+# PHP 7 configuration file
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Author: Sébastien Santoro aka Dereckson
+# Created: 2016-02-10
+# Licence: Trivial work, not eligible to copyright
+# Keywords: PHP 7, php.ini
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+# -------------------------------------------------------------
+# Security
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+# Allows CGI use through SuEXEC invoke
+cgi.force_redirect = 0;
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Sep 12, 21:10 (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2978340
Default Alt Text
(1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment