250x250
반응형
Notice
Recent Posts
Recent Comments
전산쟁이의 기억노트
php컴파일 정보 확인하기 본문
728x90
반응형
SMALL
php컴파일 정보 확인하기
php명령어를 통한 컴파일 정보 확인방법
- php 명령어로 확인
[root@localhost ~]# php -i | more phpinfo() PHP Version => 5.3.10 System => Linux localhost 2.6.18-274.18.1.el5PAE #1 SMP Thu Feb 9 13:25:50 EST 2012 i686 Build Date => Feb 10 2012 16:00:07 Configure Command => './configure' '--prefix=/usr/local/php' '--with-mysql=/usr/local/mysql' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-apxs2=/usr/local/apache2/bin/apxs' '--enable-sysvshm=yes' '--enable-sysvsem=yes' '--enable-debug=no' '--with-iconv' '--with-gmp' '--with-pic' '--with-curl' '--with-png-dir' '--with-zlib-dir' '--with-jpeg-dir' '--with-gd' '--with-gdbm' '--with-bz2' '--enable-gd-native-ttf' '--enable-ftp' '--enable-mbstring' '--enable-sockets' '--enable-wddx' '--with-freetype-dir' '--enable-bcmath' '--enable-mbregex' '--ena ble-exif' '--enable-calendar' '--with-openssl=/usr' '--with-libxml-dir' '--with-xmlrpc'
- 웹브라우저를 통한 확인
[root@localhost ~]# cat /var/www/html/test.php
출처 - http://igoni.kr/books/linux/page/php-zDo
728x90
반응형
LIST
'Centos기술노트' 카테고리의 다른 글
Fedora23 에 openxenmanager 설치하기 (0) | 2022.09.12 |
---|---|
nexus(raw) 형태 리포지터리에서 curl을 이용한 파일 관리 명령어 (0) | 2022.09.12 |
Centos에서 node설치 (0) | 2022.09.03 |
pip로 패키지 설치시 requests메시지 출력하면서 에러나는 경우 (0) | 2022.09.03 |
bind9.8버전에서 cpu사용량 증가 (0) | 2022.08.27 |
Comments