Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F7576372
D279.diff
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
D279.diff
View Options
diff --git a/roles/shellserver/PHP7/Makefile b/roles/shellserver/PHP7/Makefile
new file mode 100644
--- /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
--- /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/plain
Expires
Wed, Apr 30, 01:58 (8 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2614340
Default Alt Text
D279.diff (1 KB)
Attached To
Mode
D279: PHP 7 custom configuration file
Attached
Detach File
Event Timeline
Log In to Comment