获取最新PHP代码
git clone https://git.php.net/repository/php-src.git构建编译环境apt-get install build-essential编译:
./buildconf报错autoconf not found,apt-get install autoconf ./configure --help./configure --prefix=/tmp/ --disable-all //指定编译后的路径,关闭所有的扩展编译报错configure: error: bison is required to build,==>apt-get install bison报错configure: error: xml2-config not found.,==>apt-get install libxml2* make报错virtual memory exhausted: Cannot allocate memory,==>没有分配虚拟内存,swapdd if=/dev/zero of=/swap bs=1024 count=1Mmkswap /swapswapon /swapecho "/swap swap swap sw 0 0" >> /etc/fstabmake install