|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-12-27 05:21 UTC] stas@php.net
-Package: PHP Language Specification
+Package: *General Issues
[2016-12-27 10:37 UTC] laruence@php.net
-Status: Open
+Status: Feedback
[2016-12-27 10:37 UTC] laruence@php.net
[2017-01-08 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 22:00:02 2025 UTC |
Description: ------------ It was occured when I visit the symfony 2.8.14 project by php-fpm. I hold the problem occured in /symfony/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php at 641 line: class_exists('ProxyManager\Configuration') && class_exists('Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\RuntimeInstantiator') I think the Zend Engine open too manay file case the problem. This is the dump files http://pan.baidu.com/s/1qYEoKe4 (好吧,非常抱歉,我英文很菜,希望懂汉语的朋友联系我) Test script: --------------- The symfony framework 2.8.14.