summarylogtreecommitdiffstats
path: root/php-ssh.install
diff options
context:
space:
mode:
Diffstat (limited to 'php-ssh.install')
-rw-r--r--php-ssh.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/php-ssh.install b/php-ssh.install
new file mode 100644
index 000000000000..979f363ca619
--- /dev/null
+++ b/php-ssh.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo "To enable uncomment ';extension=ssh2.so' in /etc/php/conf.d/ssh2.ini and restart httpd"
+}