This repository was archived by the owner on Jul 7, 2018. It is now read-only.
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -158,14 +158,15 @@ to add it to your project.
158
158
$ sudo add-apt-repository -y ppa:ondrej/php
159
159
$ sudo add-apt-repository -y ppa:pinepain/php
160
160
$ sudo apt-get update -y
161
- $ sudo apt-get install -y php7.0 php-ref
161
+ $ sudo apt-get install -y php7.1 php-ref
162
162
$ php --ri ref
163
163
164
164
#### OS X (homebrew)
165
165
166
- $ brew tap homebrew/dupes
166
+ $ brew tap homebrew/devtoo
167
167
$ brew tap homebrew/php
168
- $ brew install php70 php70-ref
168
+ $ brew tap pinepain/devtools
169
+ $ brew install php71 php71-ref
169
170
$ php --ri ref
170
171
171
172
### Windows
@@ -184,12 +185,12 @@ To install extension globally run
184
185
185
186
# sudo make install
186
187
187
- You will need to copy the extension config to your php dir, here is example for Ubuntu with PHP 7.0 from
188
+ You will need to copy the extension config to your php dir, here is example for Ubuntu with PHP 7.1 from
188
189
[ Ondřej Surý's PPA for PHP] ( https://launchpad.net/~ondrej/+archive/ubuntu/php ) :
189
190
190
191
# sudo cp provision/php/ref.ini /etc/php/mods-available/
191
192
# sudo phpenmod -v ALL ref
192
- # sudo service php7.0 -fpm restart
193
+ # sudo service php7.1 -fpm restart
193
194
194
195
You may also want to add php-ref extension as a [ composer.json dependency] ( https://getcomposer.org/doc/02-libraries.md#platform-packages ) :
195
196
You can’t perform that action at this time.
0 commit comments