This repository was archived by the owner on Jul 7, 2018. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 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.
158158    $ sudo add-apt-repository -y ppa:ondrej/php 
159159    $ sudo add-apt-repository -y ppa:pinepain/php 
160160    $ 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 
162162    $ php --ri ref 
163163
164164#### OS X (homebrew)  
165165
166-     $ brew tap homebrew/dupes  
166+     $ brew tap homebrew/devtoo  
167167    $ brew tap homebrew/php 
168-     $ brew install php70 php70-ref 
168+     $ brew tap pinepain/devtools 
169+     $ brew install php71 php71-ref 
169170    $ php --ri ref 
170171
171172### Windows  
@@ -184,12 +185,12 @@ To install extension globally run
184185
185186    # sudo make install 
186187
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
188189[ Ondřej Surý's PPA for PHP] ( https://launchpad.net/~ondrej/+archive/ubuntu/php ) :
189190
190191    # sudo cp provision/php/ref.ini /etc/php/mods-available/ 
191192    # sudo phpenmod -v ALL ref 
192-     # sudo service php7.0 -fpm restart 
193+     # sudo service php7.1 -fpm restart 
193194
194195You may also want to add php-ref extension as a [ composer.json dependency] ( https://getcomposer.org/doc/02-libraries.md#platform-packages ) :
195196
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments