image.png
    image.png

    1. ./configure --prefix=/opt/php7.3.5 \
    2. --with-iconv-dir=/opt/libiconv \
    3. --enable-mysqlnd \
    4. --with-mysqli \
    5. --with-pdo-mysql \
    6. --enable-fpm \
    7. --with-fpm-user=nginx \
    8. --with-fpm-group=nginx \
    9. --with-gd \
    10. --with-iconv \
    11. --with-zlib \
    12. --enable-xml \
    13. --enable-shmop \
    14. --enable-sysvsem \
    15. --enable-inline-optimization \
    16. --enable-mbregex \
    17. --enable-mbstring \
    18. --enable-ftp \--with-openssl \
    19. --enable-pcntl \
    20. --enable-sockets \
    21. --with-xmlrpc \
    22. --enable-zip \
    23. --enable-soap \
    24. --without-pear \
    25. --with-gettext \
    26. --enable-session \
    27. --with-curl \
    28. --with-jpeg-dir \
    29. --with-freetype-dir \
    30. --enable-opcache

    image.png
    image.png
    image.png

    1. cp php-fpm.conf.default php-fpm.conf
    2. cp www.conf.default www.conf

    image.png