php-5.2.8 썸네일형 리스트형 PHP 5.2.8을 소스 파일로부터 컴파일하여 설치하는 방법 PHP 5.2.8을 소스 파일로부터 컴파일하여 설치하는 방법 1. 필수 패키지 설치 sudo yum install -y gcc make libxml2 libxml2-devel openssl openssl-devel bison flex 2. 소스 다운로드 3. 소스 코드 압축 해제 4. 컴파일 및 설치 ./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache2/bin/apxs --enable-sysvshm=yes --enable-sysvsem=yes --enable-debug=no --with-ttf --with-png-dir=/usr --with-zlib-dir --with-jpeg-dir.. 더보기 PHP configure PHP configure(php-5.2.8)PHP 5.2.8 Release Announcementhttps://www.php.netPHP 5 ChangeLogPHP 5 ChangeLog : https://www.php.net/releases$ ./configure --helpUsage: configure [options] [host]Options: [defaults in brackets after descriptions]Configuration: --cache-file=FILE cache test results in FILE --help print this message --no-create do not create output file.. 더보기 이전 1 다음