Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APC와 호환 문제 #480

Closed
digirave opened this issue Feb 14, 2014 · 2 comments
Closed

APC와 호환 문제 #480

digirave opened this issue Feb 14, 2014 · 2 comments

Comments

@digirave
Copy link

APC 있는 PHP 5.3 CentOS 환경에서 시간이 흐르면
[Fri Feb 14 11:09:36 2014] [error] [client 66.249.77.205] PHP Fatal error: Internal Zend error - Missing class information for in /home/경로/addons/captcha/captcha.addon.php on line 14
이 나옵니다.

해당 원인은 https://bugs.php.net/bug.php?id=59298
으로 생각됩니다.

해결 가능성 있는 방법 (타 소스 패치 예제):
https://github.com/roughsmoothengine/organize-series/blob/master/inc/pue-client.php
https://eventespresso.com/topic/php-fatal-error-internal-zend-error/

예)
if(!class_exists('AddonCaptcha'))

if(!class_exists('AddonCaptcha', false))

해당 에러 해결되는지는 아직 테스트 못 함.

@digirave
Copy link
Author

결론:
특별히 문제 없다면 class_exists를 가능한 경우 , false 추가.
부하 걸릴 때 생기는 APC 충돌을 해결함.

ghost pushed a commit that referenced this issue Feb 27, 2014
@ghost
Copy link

ghost commented Feb 27, 2014

@digirave 감사합니다 :)

@ghost ghost closed this as completed Feb 27, 2014
@ghost ghost added type/bug and removed type/bug labels Feb 27, 2014
@ghost ghost added this to the 1.7.5 milestone Feb 27, 2014
@ghost ghost self-assigned this Feb 27, 2014
ghost pushed a commit that referenced this issue Mar 12, 2014
@akasima akasima modified the milestones: 1.7.4.1, 1.7.5 Mar 13, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants