Skip to content

FileHandler에서 존재하지 않는 메소드 호출 수정#1545

Merged
1 commit merged into
xpressengine:developfrom
kijin:fix/filehandler-regression
Jul 6, 2015
Merged

FileHandler에서 존재하지 않는 메소드 호출 수정#1545
1 commit merged into
xpressengine:developfrom
kijin:fix/filehandler-regression

Conversation

@kijin

@kijin kijin commented Jun 13, 2015

Copy link
Copy Markdown
Contributor

#1409 에서 timeout 설정을 반영하면서 PEAR 버전과 무관하게 항상 setConfig() 메소드를 호출하도록 코드가 작성되었으나, PEAR 버전에 따라 HTTP_Request 클래스에 이 메소드가 존재하지 않는 경우가 있습니다. (현재 XE에는 이 메소드가 존재하는 버전과 존재하지 않는 버전이 모두 포함되어 있습니다.)

그래서 이 메소드가 존재하지 않는 경우 기존의 방식대로 _timeout 속성을 사용하도록 수정했습니다.

@ghost ghost added the type/enhancement label Jul 6, 2015
@ghost ghost added this to the 1.8.4 milestone Jul 6, 2015
@ghost ghost self-assigned this Jul 6, 2015
ghost pushed a commit that referenced this pull request Jul 6, 2015
FileHandler에서 존재하지 않는 메소드 호출 수정
@ghost ghost merged commit 227111f into xpressengine:develop Jul 6, 2015
@ghost ghost added the merged-pull-request label Jul 6, 2015
@kijin kijin deleted the fix/filehandler-regression branch July 6, 2015 06:58
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