프로그래밍/PHP
-
php.ini 수정 - upload_max_filesize, memory_limit, post_max_size 증가프로그래밍/PHP 2014. 10. 4. 23:25
phpMyAdmin에서 외부 Mysql DB를 가져오기 하기 할떄 아래와 같은 메세지가 나왔다. 너무 큰 파일을 업로드하려고 시도했습니다. 제한을 해결하기 위해서는 documentation를 참조하여 주십시오. Starting with version 2.7.0, the import engine has been re–written and these problems should not occur. If possible, upgrade your phpMyAdmin to the latest version to take advantage of the new import features. The first things to check (or ask your host provider to check) are the ..
-
CENT OS 5 에서 php 5.4로 업데이트 하기프로그래밍/PHP 2014. 7. 5. 15:25
json_encode($array, JSON_UNESCAPED_UNICODE) 를 사용하려고 했는데 PHP5.3은 JSON_UNESCAPED_UNICODE를 지원하지 않는다고 하여 php 버전을 업데이트 하기로 했다. yum update php 를 해보았으나 아무 업데이트도 일어나지 않았다. 기본적으로 사용되는 저장소에 있는 php 버전이 낮아 자동으로 업데이트가 실행되지 않은 듯하다. yum에 추가적으로 사용할 만한 repository들을 검색하여 epel, remi, webtatic 저장소를 추가시켰다. (참조: http://lesstif.com/pages/viewpage.action?pageId=6979743) #epel 설치 rpm -Uvh http://dl.fedoraproject.org/pub..