xdebug

作者: xxml | 来源:发表于2017-07-28 13:38 被阅读0次

Downloadxdebug-2.5.4.tgz

Unpack the downloaded file withtar -xvzf xdebug-2.5.4.tgz

Run:cd xdebug-2.5.4

Run:phpize(See theFAQif you don't havephpize.

As part of its output it should show:

Configuring for:

...

Zend Module Api No:      20151012

Zend Extension Api No:  320151012

If it does not, you are using the wrongphpize. Please followthis FAQ entryand skip the next step.

Run:./configure

Run:make

Run:cp modules/xdebug.so /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20151012

Edit/Applications/XAMPP/xamppfiles/etc/php.iniand add the line

zend_extension = /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20151012/xdebug.so

Restart the webserver

相关文章

网友评论

      本文标题:xdebug

      本文链接:https://www.haomeiwen.com/subject/zjnxlxtx.html