Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Xampp 1.8 上使用 Windows 7、x86、PhpStorm 6。当使用这样的类时 \Phalcon\Mvc\Model :
\Phalcon\Mvc\Model
class MyClass extends \Phalcon\Mvc\Model { ... }
我的 Xdebug 将无法收集任何对象信息。我发现了一个相关的问题,但不是同一个问题。
这是 XDebug 的问题——如果您运行支持 ZTS 的 PHP,则至少需要 2.2.3。
这是在 XDebug 中修复问题的提交。