File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ zend_extension=opcache.so
3
3
4
4
# PECL extensions
5
5
extension =apcu.so
6
+ extension =ssh2.so
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ ln -s /usr/local/php5/sbin/php-fpm /usr/local/php5/sbin/php5-fpm
10
10
11
11
# Install PECL
12
12
/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
13
14
14
15
# Add config files
15
16
cp php-src/php.ini-production /usr/local/php5/lib/php.ini
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ Note that most of the third-party PHP extensions are [not yet compatible with PH
124
124
125
125
[PECL]
126
126
APCu
127
+ SSH2
127
128
128
129
129
130
## Shortcuts
You can’t perform that action at this time.
0 commit comments