php module installed Phalcon

Installation Phalcon
   # download the package 
  wget https://github.com/phalcon/cphalcon/archive/v3.0.1 .tar.gz 
    
  # rename 
  Music Videos v3.0.1.tar.gz cphalcon-3.0.1 .tar.gz 
    
  # decompression 
  3.0.1--zxvf cphalcon the tar .tar.gz 
    
  # change directory (php switch according to the operating system version and the number of bits to the appropriate directory) 
  CD-3.0.1 cphalcon / Build / PHP7 / 64bits / # preparation environment (through find / -name phpize command to find out the full path of phpize) 
  / usr / local / PHP / bin / phpize # compiler (via find -name php-config command to find out / full path to the php-config) 
  ./configure --with = config--php / usr / local / PHP / bin / PHP- config # install 
  the make && the make install 
after compiling the installation is successful, the "
    
  
    
  
    
  the php.ini " introduced at the end of the extension 
Extension = phalcon.so 
restart PHP - . FPM can be 



sure to pay attention phalcon version

 

Guess you like

Origin www.cnblogs.com/dzc-/p/11550854.html