Debug does not appear in phpinfo #1018
-
I have shivammathur php and extensions/[email protected] installed. I have done the link and restarted the service. The php version is confirmed in phpinfo:
but there is no mention in the extensions of xdebug, and attempting to debug a script in PhpStorm has it indicate that the interpreter does not have xdebug installed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Please install Or if you need the debug build of PHP please use PECL for now to install extensions. |
Beta Was this translation helpful? Give feedback.
@JAyenGreen
shivammathur/extensions
tap does not have debug versions of extensions.Please install
php
instead ofphp-debug
if you want to use extensions from the tap.Or if you need the debug build of PHP please use PECL for now to install extensions.