View Issue Details

IDProjectCategoryView StatusLast Update
0000968XdebugInstallationpublic2016-11-28 20:19
Reportermiglsilva Assigned Toderick  
PrioritynormalSeveritytrivialReproducibilityunable to reproduce
Status resolvedResolutionno change required 
PlatformMac os 10.8.4OSMac os 10.8.4OS VersionMac os 10.8.4
Product Version2.2.3 
Summary0000968: Mac os Xdebug installed but does appear on the phpinfo()
Description

I have installed the Xdebug on my mac os 10.8.4. I used the XAMPP version 1.8.3 beta 1 and have installed the xdebug like the page Tailored Installation Instructions.

Then i restarted the server but on the phpinfo doesn't appear any information about xdebug

Steps To Reproduce

Download xdebug-2.2.3.tgz
Unpack the downloaded file with tar -xvzf xdebug-2.2.3.tgz
Run: cd xdebug-2.2.3
Run: phpize (See the FAQ if you don't have phpize.

As part of its output it should show:

Configuring for:
...
Zend Module Api No: 20121212
Zend Extension Api No: 220121212
If it does not, you are using the wrong phpize. Please follow this FAQ entry and skip the next step.

Run: ./configure
Run: make
Run: cp modules/xdebug.so /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20121212
Edit /Applications/XAMPP/xamppfiles/etc/php.ini and add the line
zend_extension = /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so
Restart the webserver

TagsNo tags attached.
Operating SystemMac OS
PHP Version5.5-dev

Activities

derick

2016-11-28 20:19

administrator   ~0003815

This is unlikely to be a bug in Xdebug, but rather a local system configuration/compilation issue. Please reach out to the mailing list (see: https://xdebug.org/support.php) if this is still a problem for you

Issue History

Date Modified Username Field Change
2013-07-26 21:19 miglsilva New Issue
2016-11-28 20:19 derick Note Added: 0003815
2016-11-28 20:19 derick Status new => resolved
2016-11-28 20:19 derick Resolution open => no change required
2016-11-28 20:19 derick Assigned To => derick