十周第一次课(2月28日)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了十周第一次课(2月28日)相关的知识,希望对你有一定的参考价值。

十周第一次课(2月28日)
11.10/11.11/11.12 安装php5

技术分享图片

cd /usr/local/src

wget http://cn2.php.net/distributions/php-5.6.30.tar.gz

tar zxvf php-5.6.30.tar.gz

cd php-5.6.30

./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif

configure.

技术分享图片

技术分享图片

技术分享图片


make

技术分享图片

技术分享图片

make install

技术分享图片

cp php.ini-production /usr/local/php/etc/php.ini

技术分享图片 查看模块

技术分享图片





11.13 安装PHP7

技术分享图片


cd /usr/local/src/

wget http://cn2.php.net/distributions/php-7.1.6.tar.bz2

tar jxvf php-7.1.6.tar.bz2

cd php-7.1.6

./configure --prefix=/usr/local/php7 --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php7/etc --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif

make && make install

ls /usr/local/apache2.4/modules/libphp7.so

cp php.ini-production /usr/local/php7/etc/php.ini


技术分享图片


技术分享图片

技术分享图片

技术分享图片

技术分享图片



php中mysql,mysqli,mysqlnd,pdo到底是什么   技术分享图片http://blog.csdn.net/u013785951/article/details/60876816 

查看编译参数  技术分享图片http://ask.apelearn.com/question/1295 


以上是关于十周第一次课(2月28日)的主要内容,如果未能解决你的问题,请参考以下文章

四周第一次课(1月2日)

三周第一次课(2月5日)笔记

二周第一次课(12月18日)

三周第一次课(2月5日)

二周第一次课(12月18日)

linux二周第一次课(1月29日)笔记