Shell script implementation To install the PHP extension instance code

Source: Internet
Author: User
Here is an easy way to create a shell script to install PHP extensions. Small series feel very good, now share to everyone, also for everyone to make a reference. Let's take a look at it with a little knitting.

Examples are as follows:

#!/bin/bash#this script is to install PHP extensions#author=steven#email= 775189187@qq.com#writetime=sun 23:32:18 CST 2016#the Environment variableextension_home=/usr/local/src/ Php-5.6.16/ext/mysqlphp_home=/usr/local/webserver/phpextension_install=mysql.so#enter the extension DIRECTORYCD $ Extension_home#some of the set about PHP plugin modules$php_home/bin/phpize#target characteristics of the test installatio n platform$extension_home/configure--with-php-config= $PHP _home/bin/php-config#compilemake#installmake install# php.ini file Insert the extension= $Extension _installif grep-fxq "extension= $Extension _install" $PHP _home/etc/php.ini Then echo "extension= $Extension _install exist" Else echo-e "\n[mysql]\nextension= $Extension _install" >> $PHP _home/etc/php.inifi#restart php-fpm processkill-sigusr2 ' cat $PHP _home/var/run/php-fpm.pid ' 
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.