Fatal error: Out of memory (allocated 4194304) (tried to allocate 232471 bytes) in 파일명.php on line 697
PHP 소스코드에 아래 코드 추가
메모리 무제한 설정
ini_set('memory_limit','-1');
'Development > PHP' 카테고리의 다른 글
정규표현식 - 특정 HTML 태그 제거하기 (0) | 2022.01.12 |
---|---|
preg_match_all (0) | 2022.01.11 |
유니코드 변환(decode) (0) | 2022.01.05 |
Passed variable is not an array or object (0) | 2021.12.31 |
MySQL 연결 및 한글 깨질 경우 (0) | 2021.12.30 |