While I am debugging PHP Script in Eclipse, it doesn't load mysql extension

后端 未结 3 711
攒了一身酷
攒了一身酷 2020-12-06 19:51

I have installed Eclipse and xDebug on Ubuntu 10.10.
When I debug some php file as a page, that works fine.
When I try to debug it as a script, I give the message th

3条回答
  •  不知归路
    2020-12-06 20:21

    The Eclipse PDT team decided to introduce the -n option to fix the Bug #324073. So only php.ini from /tmp/zend_debug/... has been loaded, and all additional INI files have not been loaded.

    This has been introduced since PDT 2.2.0 M201010110334 (2010/10/11).

    For more information, see the following links:

    • http://redmine.piece-framework.com/issues/242
    • https://bugs.eclipse.org/bugs/show_bug.cgi?id=339547
    • https://bugs.eclipse.org/bugs/show_bug.cgi?id=347618

提交回复
热议问题