Steps to install PHP in Cygwin, steps to install PHP in cygwin_PHP tutorial

WBOY
Release: 2016-07-13 09:47:16
Original
1401 people have browsed it

How to install PHP in Cygwin, steps to install PHP in cygwin

1. Install apt-cyg package management tool in Cygwin
Copy code The code is as follows:
$ wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg
$ chmod x apt-cyg
$ mv apt-cyg /usr/local/bin

2. Install PHP package
Copy code The code is as follows:
apt-cyg install php -m ftp://ftp.cygwinports.org/pub/cygwinports

3. Check PHP version
Copy code The code is 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

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1026919.htmlTechArticleSteps to install PHP in Cygwin, steps to install php in cygwin 1. Install apt-cyg package management tool in Cygwin Copy The code is as follows: $ wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!