Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
XE타운에서 발견된 PHP 7 호환성 버그들을 하나씩 수정해 나가고 있습니다.
PHP 7에서 제거된 기능을 사용하려고 하면
E_WARNING
을 뿜어내는 경우가 많기 때문에, 디버깅을 돕기 위해 평소 XE에서 무시하는E_WARNING
조차도 나오지 않도록 하는 것이 목표입니다.#1763 패치도 포함되었으나,
php://input
을 불필요하게 여러 번 호출하고simplexml
경고가 뜨는 문제를 해결하기 위해 관련루틴을 일부 수정하였습니다.