php.ini 썸네일형 리스트형 PHP의 설정 파일인 php.ini 파일의 위치를 찾는 방법 PHP의 설정 파일인 php.ini 파일의 위치를 찾는 방법1. 명령줄을 사용하여 찾기php -i | grep "Configuration File"$ php -i | grep "Configuration File"Configuration File (php.ini) Path: /etc/php.ini또는php --ini | grep php.ini$ php --ini | grep php.ini Configuration File (php.ini) Path: /usr/local/apache2/confLoaded Configuration File: /usr/local/apache2/conf/php.ini2. phpinfo() 함수를 사용하여 찾기PHP 스크립트를 작성하고 ph.. 더보기 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에서 기본 시간대를 설정하는 방법 PHP에서 기본 시간대를 설정하는 방법PHP Error 코드[Tue Jan 08 14:47:06 2013] [error] [client 10.0.10.102] PHP Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. .. 더보기 [PHP] PHP Credits 페이지 통제 PHP Credits 페이지 통제 php.ini 파일에서 expose_php = off 로 설정 더보기 PHPMyAdmin 세션 오류 PHPMyAdmin 세션 오류 "Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly" 오류는 PHPMyAdmin이 세션을 시작할 수 없을 때 발생합니다. 이 문제를 해결하기 위해 다음 단계를 따라갈 수 있습니다. 1. PHP 오류 로그 확인 PHPMyAdmin의 오류 로그를 확인하여 추가 정보를 얻을 수 있습니다. 일반적으로 웹 서버의 오류 로그 또는 PHP 설정에서 지정한 오류 로그 파일에 위치합니다. 2. 세션 디렉터리 확인 PHP 세션 파일을 저장하기 위해 지정된 디렉터리의 쓰기 권한을 확인합.. 더보기 이전 1 다음