Php Xdebug和Shopware don';行不通

Php Xdebug和Shopware don';行不通,php,xdebug,ioncube,shopware,Php,Xdebug,Ioncube,Shopware,我尝试将Xdebug(2.3.3/2.4.1)用于Shopware,但我得到了一个错误(apache2/error.log): Gdb核心: [New LWP 6394] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `/usr/sbin/

我尝试将Xdebug(2.3.3/2.4.1)用于Shopware,但我得到了一个错误(apache2/error.log):

Gdb核心:

[New LWP 6394]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/sbin/apache2 -k start'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  xdebug_add_stack_frame (zdata=zdata@entry=0x7f2d185ec6e0, op_array=op_array@entry=0x7f2d1a7131e8, type=type@entry=2) at /tmp/pear/temp/xdebug/xdebug_stack.c:1096
1096    /tmp/pear/temp/xdebug/xdebug_stack.c: No such file or directory.
你知道吗?谢谢

更新
好的,我现在知道了。我已经在后端禁用了Ioncube扩展(Shopware中的Lizenz管理器插件)。我也在php.ini中评论了这个扩展。

请阅读。为了提供帮助,我们需要一种重现问题的方法,通常是以代码的形式。正如你所说的“它不起作用”,但我们很难找到任何背景或方法来重建你的问题。您对关闭“无此类文件或目录”消息有何看法?您是否有一个名为
/tmp/pear/temp/xdebug/xdebug_stack.c
的文件?您是否在配置中执行了与
/tmp/pear/temp
相关的操作?祝你好运。谢谢你的回复。你是对的。我的意思是,当xdebug被启用时,我访问我的站点时,我会得到任何atwort(ERR_EMPTY_响应)。此错误仅适用于Shopware。
[New LWP 6394]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/sbin/apache2 -k start'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  xdebug_add_stack_frame (zdata=zdata@entry=0x7f2d185ec6e0, op_array=op_array@entry=0x7f2d1a7131e8, type=type@entry=2) at /tmp/pear/temp/xdebug/xdebug_stack.c:1096
1096    /tmp/pear/temp/xdebug/xdebug_stack.c: No such file or directory.