Skip to content

Commit 38a52bd

Browse files
committed
SSH2 added
1 parent 20650c7 commit 38a52bd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

conf/modules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ zend_extension=opcache.so
33

44
# PECL extensions
55
extension=apcu.so
6+
extension=ssh2.so

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ln -s /usr/local/php5/sbin/php-fpm /usr/local/php5/sbin/php5-fpm
1010

1111
# Install PECL
1212
/usr/local/php5/bin/pecl -C /usr/local/php5/etc/pear.conf install apcu-4.0.11
13+
/usr/local/php5/bin/pecl -C /usr/local/php5/etc/pear.conf install ssh2-0.13
1314

1415
# Add config files
1516
cp php-src/php.ini-production /usr/local/php5/lib/php.ini

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Note that most of the third-party PHP extensions are [not yet compatible with PH
124124

125125
[PECL]
126126
APCu
127+
SSH2
127128

128129

129130
## Shortcuts

0 commit comments

Comments
 (0)