Page 1 of 1

Xdebug kann nicht in PHP 8.0 geladen werden

Posted: 11 Aug 2025, 07:27
by Anonymous
in Windows 10 mit PHP 8.0.2 Versucht, 3 verschiedene Versionen von XDebug zu laden, alle fehlschlagen mit fehlgeschlagenem Laden Zend-Erweiterung

Code: Select all

php_xdebug-2.9.8-7.3-vc15-x86_64.dll
php_xdebug-3.0.3-8.0-vs16-x86_64.dll
php_xdebug-3.1.1-8.0-vs16-x86_64.dll
Es hat keinen Unterschied gemacht, ob der Dateiname zitiert wurde oder nicht, und auch nicht den Pfad als C: \\ ... oder c:/...
Was bin ich fehlt?

Code: Select all

PHP Warning:  Failed loading Zend extension 'php_xdebug-2.9.8-7.3-vc15-x86_64.dll' (tried: C:\\php\\ext\\php_xdebug-2.9.8-7.3-vc15-x86_64.dll (The specified module could not be found), C:\\php\\ext\\php_php_xdebug-2.9.8-7.3-vc15-x86_64.dll.dll (The specified module could not be found)) in Unknown on line 0

php.ini/xdebug:

Code: Select all

[xdebug]
zend_extension="php_xdebug-2.9.8-7.3-vc15-x86_64.dll"
xdebug.mode=debug
xdebug.client_host=localhost
xdebug.client_port=9003
xdebug.idekey="netbeans-xdebug"
Apache ist Apache/2.4.46 (Win64) OpenSSL/1.1.1H PHP/8.0.2
Windows ist Windows NT GWB-10 10.0 Build 19042 (Windows 10) Amd64