#!/bin/bash # desc install php5.5 #add-apt-repository ppa:ondrej/php5 #apt-get install python-software-properties #apt-get update #apt-get install php5 #php5 -v apt-get install python-software-properties apt-get install -y ppa-purge add-apt-repository ppa:ondrej/php5 apt-get update apt-get install -y php5-fpm apt-get install -y php5-mysql php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-tidy php5-xsl apt-get install -y php5-redis php5-mysqlnd
时间: 2024-10-10 05:35:16