summaryrefslogtreecommitdiffstats
path: root/php/php.modconf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-24 12:10:41 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-24 12:10:41 +0200
commit0c46bdece19ad5b31dfa0d311c6047a5d43de9ee (patch)
treecc902dd27f1b9a20dbc646c5cebbb9141d54c8c8 /php/php.modconf
parent39cd5cf4d691e986390fe7778f73859b326c4f89 (diff)
new package: php 5.6 as Software Collection
Diffstat (limited to 'php/php.modconf')
-rw-r--r--php/php.modconf8
1 files changed, 8 insertions, 0 deletions
diff --git a/php/php.modconf b/php/php.modconf
new file mode 100644
index 0000000..87f97c9
--- /dev/null
+++ b/php/php.modconf
@@ -0,0 +1,8 @@
+#
+# PHP is an HTML-embedded scripting language which attempts to make it
+# easy for developers to write dynamically generated webpages.
+#
+<IfModule prefork.c>
+ LoadModule php5_module modules/libphp5.so
+</IfModule>
+