php7 환경에서 발생하는 오류 수정#1704
Merged
2 commits merged intoSep 22, 2015
Merged
Conversation
non-static한 함수를 static하게 사용하여 발생하는 오류를 수정합니다.
Contributor
|
"Object" 가 예약어라... |
Contributor
|
예약어와 충돌하는 것은 다른 이름으로 바꿔버리고, 코어 내부에서는 새 이름으로 일괄변환하되 PHP 5.x에서는 기존 이름으로 |
|
PHP 7.1 환경에서는 최신 XE 1.8.29 도 설치가 안되네요. :( |
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PHP7 이상에서 XE 설치시 발생하는
$this관련 오류를 수정합니다.