常見問題和解決方法
https://blog.csdn.net/sqlquan/article/details/101123205
php7.3新函數(shù)
https://www.php.net/manual/zh/migration73.new-functions.php
php7.3新常量
https://www.php.net/manual/zh/migration73.constants.php
特性詳解
https://blog.csdn.net/sqlquan/article/details/101126750
=====================================
下載安裝包
wget https://www.php.net/distributions/php-7.3.9.tar.gz
版本選擇去官網(wǎng)
https://www.php.net/downloads.php
解壓
tar -xzf php-7.3.9.tar.gz
安裝命令
./configure --prefix=/server/php --with-fpm-user=webu --with-fpm-group=webg --with-curl --with-freetype-dir --with-gd --with-gettext --with-iconv-dir --with-kerberos --with-libdir=lib64 --with-libxml-dir --with-mysqli --with-openssl --with-pcre-regex --with-pdo-mysql --with-pdo-sqlite --with-pear --with-png-dir --with-jpeg-dir --with-xmlrpc --with-xsl --with-zlib --with-bz2 --with-mhash --enable-fpm --enable-bcmath --enable-libxml --enable-inline-optimization --enable-mbregex --enable-mbstring --enable-opcache --enable-pcntl --enable-shmop --enable-soap --enable-sockets --enable-sysvsem --enable-sysvshm --enable-xml --enable-zip --enable-fpm
看到這個的時候就已經(jīng)編輯成功了
執(zhí)行安裝,時間會比較長
make && make install
看到這個界面我們已經(jīng)安裝成了
圖片
安裝完找到不到php.ini
cd到源碼安裝目錄執(zhí)行一下命令,
cp php.ini-development /server/php/lib/php.ini
詳細(xì)查看
https://blog.csdn.net/sqlquan/article/details/97907414
最后執(zhí)行設(shè)置環(huán)境變量
https://blog.csdn.net/sqlquan/article/details/97905409
看不懂,不明白 需要 技術(shù)支持的??梢哉也┲?。10年AI領(lǐng)域經(jīng)驗,助你開啟第一步。