Build process completed successfully Installing '/usr/local/Cellar/php54/5.4.29/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so' install ok: channel://pecl.php.net/xdebug-2.2.5 Extension xdebug enabled in php.ini ________________________________________________________________________________ | ~ @ Johns-MacBook-Pro (johnweimer) | => php -m Failed loading xdebug.so: dlopen(xdebug.so, 9): image not found [PHP Modules] apc bcmath bz2 calendar Core ctype curl date dba dom ereg exif fileinfo filter ftp gd gettext hash iconv intl json ldap libxml mbstring memcache mhash mongo mysql mysqli mysqlnd odbc openssl pcntl pcre PDO pdo_mysql PDO_ODBC pdo_sqlite Phar posix readline Reflection session shmop SimpleXML snmp soap sockets SPL sqlite3 standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib [[Zend Modules] Xdebug ________________________________________________________________________________ | ~ @ Johns-MacBook-Pro (johnweimer) | => php -v Failed loading xdebug.so: dlopen(xdebug.so, 9): image not found PHP 5.4.29 (cli) (built: Jun 27 2014 09:28:01) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies ________________________________________________________________________________ verified that xdebug.so is in directory cd /usr/local/Cellar/php54/5.4.29/lib/php/extensions/no-debug-non-zts-20100525 ________________________________________________________________________________ | /usr/local/Cellar/php54/5.4.29/lib/php/extensions/no-debug-non-zts-20100525 @ Johns-MacBook-Pro (johnweimer) | => ll total 212 -rw-r--r-- 1 root admin 208K Jun 27 10:02 xdebug.so (included /private/etc/php.ini) at bottom of php.ini zend_extension='/usr/local/Cellar/php54/5.4.29/lib/php/extensions/no-d ebug-non-zts-20100525' xdebug.profiler_output_dir = "/tmp/xdebug/" xdebug.profiler_enable = On xdebug.remote_enable=On xdebug.remote_host="localhost" xdebug.remote_port=10000 xdebug.remote_handler="dbgp" ;xDebug Configuration ends