Cygwin install PHP method steps, Cygwin install PHP steps
1. Install the APT-CYG Package management tool in Cygwin
Copy the Code code as follows:
$ wget Http://apt-cyg.googlecode.com/svn/trunk/apt-cyg
$ chmod +x Apt-cyg
$ MV Apt-cyg/usr/local/bin
2. Install the PHP package
Copy the Code code as follows:
Apt-cyg Install php-m Ftp://ftp.cygwinports.org/pub/cygwinports
3. View PHP Version
Copy the Code code as follows:
$ php-v
PHP 5.5.13 (CLI) (Built:may 30 2014 17:16:54)
Copyright (c) 1997-2014 the PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
http://www.bkjia.com/PHPjc/1026919.html www.bkjia.com true http://www.bkjia.com/PHPjc/1026919.html techarticle Cygwin Install the PHP method step, Cygwin install PHP step 1. Install the APT-CYG Package management tool in Cygwin copy the Code code as follows: $ wget http://apt-cyg.googlecode.com/svn/ Trunk/apt-cyg ...