Note that there are some explanatory texts on larger screens.

plurals
  1. POissue with debugger extension - MAMP & PHPStorm
    primarykey
    data
    text
    <p>Whenever I try debugging php, I keep getting the two following errors…</p> <ol> <li>“Connection with Zend Debugger was not established” with a link to ‘Validate installation' </li> <li>“Zend Degubber extension is not installed.” With a link to ‘Show phpinfo.’</li> </ol> <p>After digging around for the last 2 days, I feel like I’ve gotten really close to resolving this but I can’t seem to get past this last hurdle. I'm now stuck at the xdebug.org site where it asked me to run phpinfo and paste the contents into the browser so it could help me to resolve xdebug issues. I did that and it gave me the following info…</p> <hr> <ol> <li>Xdebug installed: 2.1.0 </li> <li>Server API: Apache 2.0 Handler </li> <li>Windows: no </li> <li>Zend Server: no </li> <li>PHP Version: 5.3.6 </li> <li>Zend API nr: 220090626 </li> <li>PHP API nr: 20090626 </li> <li>Debug Build: no </li> <li>Thread Safe Build: no </li> <li>Configuration File Path: /Applications/MAMP/bin/php/php5.3.6/conf </li> <li>Configuration File: /Library/Application Support/appsolute/MAMP PRO/conf/php.ini </li> <li>Extensions directory: /Applications/MAMP/bin/php/php5.3.6/lib/php/extensions/no-debug-non-zts-20090626</li> </ol> <hr> <p>It also gave me some instructions with 9 very simple steps. From step 4, it had me do a bit more troubleshooting, telling me to run ‘phpize’, which I did. It said, “<em>perhaps the wrong ‘phpize’ binary is found on the path, you can run configure as follows</em>”</p> <ol> <li>"/full/path/to/php/bin/phpize"</li> <li>"./configure --with-php-config=/full/path/to/php/bin/php-config"</li> </ol> <p>the results from the 'phpize' gives me the directory of "/usr/include/php/..." and in my case it should be... “./configure --with-php-config=/Applications/MAMP/bin/php/php5.3.6/bin/php-config”. However, when I run './configure...' I get the following error…<br> “configure: error: cannot find install-sh, install.sh, or shtool in config "."/config”</p> <p>There’s no “install.sh on my Mac, but there’s a ‘shtool’ and a install-sh. The install-sh is in a ‘python’ directory so I’m assuming it’s not the ‘install-sh’ I need? So I tried running the “configure” command from within the same directory as shtool and it still gave me the “cannot find…” error.</p> <p>I tried looking up that error, but kept running into roadblocks, mostly with dissimilar environments. </p> <p>Any ideas are appreciated.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload