2018-2-28 10周1次课

Posted

tags:

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

11.10/11.11/11.12 安装php5

技术分享图片

进入 /usr/local/str/如下

技术分享图片

下载php安装包

技术分享图片

查看PHP安装包的大小

技术分享图片

解压缩php安装包

技术分享图片

进入解压缩好的php目录

技术分享图片

安装php

./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php/etc --with-mysal=/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

技术分享图片

安装过程中报错缺少库文件如下图

技术分享图片

解决缺少的库文件如下图

技术分享图片

下载缺少的库

技术分享图片

再次安装php
技术分享图片

再次报错缺少库,库下载
技术分享图片

安装完后继续安装php
./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php/etc --with-mysal=/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

又出现一个新的错误,下载缺少包如下图

技术分享图片

再次安装php

/configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php/etc --with-mysal=/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

错误包如下
技术分享图片

再次安装php

/configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php/etc --with-mysal=/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

再次报错如下

技术分享图片

再次安装php

./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2.4/bin/apxs --with-config-file-path=/usr/local/php/etc --with-mysal=/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

报错如下

技术分享图片

继续安装php

报错如下
技术分享图片

技术分享图片

继续安装php

安装完成后装make

技术分享图片

最后一步

技术分享图片

技术分享图片

技术分享图片

核心的二进制文件

技术分享图片

查看文件大小

技术分享图片

技术分享图片

查看php加载模块都有哪些

技术分享图片

11.13 安装PHP7

技术分享图片

php中mysql,mysqli,mysqlnd,pdo到底是什么
http://blog.csdn.net/u013785951/article/details/60876816
查看编译参数
http://ask.apelearn.com/question/1295

以上是关于2018-2-28 10周1次课的主要内容,如果未能解决你的问题,请参考以下文章

,2018-2-28 10周1次课 PHP5PHP7的安装

2018.1.23 7周2次课

​2017-10-16 1周1次课

2018.1.29 8周1次课

2018.3.1 10周2次课

2018.1.24 7周3次课