php 7.4.32 컴파일 설치
# Script/PHP2022. 10. 12. 16:38php 7.4.32 컴파일 설치

configure [darksharavim.tistory.com]./configure --prefix=/apps/php7 \ --disable-debug \ --enable-sockets \ --enable-sysvsem=yes \ --enable-sysvshm=yes \ --enable-ftp \ --enable-gd \ --enable-inline-optimization \ --enable-bcmath \ --enable-exif \ --enable-sigchild \ --enable-mbstring \ --enable-fpm \ --enable-mysqlnd \ --enable-soap \ --with-curl \ --with-zlib \ --with-gettext \ --with-jpeg \ --..

image