Skip to content

HTML Parser 라이브러리가 PHP 7에서 오류를 일으키는 문제 수정#1963

Merged
1 commit merged into
xpressengine:developfrom
kijin:fix/phphtmlparser-php7-compat
Sep 22, 2016
Merged

HTML Parser 라이브러리가 PHP 7에서 오류를 일으키는 문제 수정#1963
1 commit merged into
xpressengine:developfrom
kijin:fix/phphtmlparser-php7-compat

Conversation

@kijin

@kijin kijin commented Sep 19, 2016

Copy link
Copy Markdown
Contributor

HTML 필터링에 사용되는 "PHP HTML Parser" 라이브러리에 ereg() 함수를 사용하는 부분이 있어 PHP 7에서 치명적인 오류를 일으킵니다. 해당 부분을 preg_match() 함수로 교체합니다.

@ghost ghost added this to the 1.8.25 milestone Sep 22, 2016
@ghost ghost self-assigned this Sep 22, 2016
@ghost ghost merged commit c100c6c into xpressengine:develop Sep 22, 2016
@kijin kijin deleted the fix/phphtmlparser-php7-compat branch September 22, 2016 07:16
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant