php 썸네일형 리스트형 php 임의의 패스워드 생성 php 임의(랜덤)의 패스워드 생성vim passwdcreate.php 더보기 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.. 더보기 [리눅스] APM 설치(MySQL, Apache, PHP) APM 설치(MySQL, Apache, PHP) 1. 필수 라이브러리 설치 $ yum -y install gd gd-devel libpng libpng-devel libjpeg libjpeg-devel freetype freetype-devel fontconfig fontconfig-devel libxml2 libxml2-devel openssl openssl-devel gmp gmp-devel mhash mhash-devel libmcrypt libmcrypt-devel ncurses-devel curl-devel gdbm-devel libtool libtool-ltdl-devel 2. MySQL 설치2.1 MySQL 계정 생성 $ useradd -m -c "MySQL Server" -d /usr/lo.. 더보기 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 Credits 페이지 통제 PHP Credits 페이지 통제php.ini 파일에서 expose_php = off 로 설정 더보기 CentOS에서 mcrypt를 설치하는 방법 CentOS에서 mcrypt를 설치하는 방법CentOS 환경에서 phpMyAdmin 사용 시 아래와 같은 오류가 발생할 수 있습니다.이 오류는 PHP에서 mcrypt 확장이 설치되어 있지 않거나 활성화되지 않았을 때 발생합니다.해결 방법1. EPEL 저장소 추가mcrypt 패키지는 기본 저장소에 없기 때문에 EPEL(Extra Packages for Enterprise Linux) 저장소를 추가해야 합니다.rpm -ivh http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm설치 과정에서 다음과 같은 경고가 발생할 수 있습니다.Header V3 RSA/SHA256 Signatur.. 더보기 CentOS 4에서 APM (Apache, PHP, MySQL, Zend)를 컴파일하여 설치하는 방법 CentOS 4에서 APM (Apache, PHP, MySQL, Zend)를 컴파일하여 설치하는 방법 1. 필수 라이브러리 설치 APM를 컴파일하기 위해 필요한 패키지들을 설치합니다. sudo yum install gcc gcc-c++ make wget sudo yum install -y zlib-devel gd-devel libpng-devel libjpeg-devel freetype-devel fontconfig-devel libxml2-devel openssl-devel gmp-devel mhash-devel libmcrypt-devel libcurl-devel cd /usr/local/src 2. MySQL 설치 yum install -y termcap libtool libtermcap-devel.. 더보기 이전 1 2 3 4 5 다음