PHP
-
yum으로 php5.3 설치하기 (atomic repo 추가)PHP 2013. 1. 29. 20:27
webpagetest는 php5.3 이상에서 동작한다네 http://pat.im/924 위에거 따라하고 아래와 같은 경고나 에러가 날 수 있음.. [root@localhost ext]# php -vPHP Warning: Module 'mailparse' already loaded in Unknown on line 0PHP 5.3.21 (cli) (built: Jan 20 2013 11:31:40)Copyright (c) 1997-2013 The PHP GroupZend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies 그럼 아래 내용대로 해결하시길 http://www.atomicorp.com/forum/viewtopic.php?t=1836 Just ma..
-
[PHP] mb_language() 인식 못함PHP 2011. 6. 23. 16:42
http://www.phpbuilder.com/board/archive/index.php/t-10305555.html 해결책 it means that the multibyte functions are not installed. you need to edit your php.ini file to uncommend the extension php_mbstring.dll and make sure it is in the extension directory, as specified in php.ini 윈도우에선 php.ini 파일에서 php_mbstring.dll 파일 주석제거 리눅스에선 php configure시 --enable-mbstring 추가
-
리눅스 PHP 설치PHP 2011. 6. 21. 22:18
다운로드 http://php.net/downloads.php 압축풀기 tar -zxvf php-5.3.6.tar.gz mysql 용 PHP configure # ./configure \ --with-apache-install=/service/httpd \ --with-apxs2=/service/httpd/bin/apxs \ --with-config-file-path=/service/httpd/conf \ --with-mysql=/service/httpd/mysql \ --with-mysqli=/service/mysql/bin/mysql_config \ --with-gd \ --with-mcrypt=/usr/lib \ --with-jpeg-dir=/usr/lib \ --with-png-dir=/usr/li..