Xdebug和Shopware不起作用

时间:2016-08-12 22:34:08

标签: php xdebug ioncube shopware

我尝试将Xdebug(2.3.3 / 2.4.1)与Shopware一起使用,但是我收到错误(apache2 / error.log):

AH00051: child pid 6523 exit signal Segmentation fault (11), possible coredump in /tmp/apache-coredumps

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-Manager插件)。我也在php.ini中评论过这个扩展名。

0 个答案:

没有答案