XDEBUG not working PHP 7.3 Win 10 x86
Download https://www.apachefriends.org/index.html
(xampp-win32-7.3.0-0-VC15-installere.exe) can't find any x64 xampp for windows.Does not return any download link. https://xdebug.org/wizard.php
PHP Version 7.3.0
System Windows NT DESKTOP-NDF3MVL 10.0 build 14393 (Windows 10) i586
Build Date Dec 6 2018 01:51:18
Compiler MSVC15 (Visual C++ 2017)
Architecture x86
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-pdo-oci=c:php-snap-builddeps_auxoraclex86instantclient_12_1sdk,shared" "--with-oci8-12c=c:php-snap-builddeps_auxoraclex86instantclient_12_1sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--with-pgo"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:Windows
Loaded Configuration File C:xamppphpphp.ini
Scan this dir for additional .ini files (none)
Additional .ini files parsed (none)
PHP API 20180731
PHP Extension 20180731
Zend Extension 320180731
Zend Extension Build API320180731,TS,VC15
PHP Extension Build API20180731,TS,VC15
Debug Build no
Thread Safety enabled
Thread API Windows Threads
Zend Signal Handling disabled
Zend Memory Manager enabled
Zend Multibyte Support provided by mbstring
IPv6 Support enabled
DTrace Support disabled
- Manually install https://xdebug.org/download.php
PHP 7.3 VC15 (64 bit) or PHP 7.3 VC15 TS (64 bit)
add line to php.ini:
[XDebug]
xdebug.remote_enable=1
xdebug.remote_autostart=1
zend_extension = php_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll
PHP Warning: Failed loading Zend extension 'php_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll' (tried: C:xamppphpextphp_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll (%1 is not a valid Win32 application.), C:xamppphpextphp_php_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll.dll (The specified module could not be found.)) in Unknown on line 0
php xdebug
add a comment |
Download https://www.apachefriends.org/index.html
(xampp-win32-7.3.0-0-VC15-installere.exe) can't find any x64 xampp for windows.Does not return any download link. https://xdebug.org/wizard.php
PHP Version 7.3.0
System Windows NT DESKTOP-NDF3MVL 10.0 build 14393 (Windows 10) i586
Build Date Dec 6 2018 01:51:18
Compiler MSVC15 (Visual C++ 2017)
Architecture x86
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-pdo-oci=c:php-snap-builddeps_auxoraclex86instantclient_12_1sdk,shared" "--with-oci8-12c=c:php-snap-builddeps_auxoraclex86instantclient_12_1sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--with-pgo"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:Windows
Loaded Configuration File C:xamppphpphp.ini
Scan this dir for additional .ini files (none)
Additional .ini files parsed (none)
PHP API 20180731
PHP Extension 20180731
Zend Extension 320180731
Zend Extension Build API320180731,TS,VC15
PHP Extension Build API20180731,TS,VC15
Debug Build no
Thread Safety enabled
Thread API Windows Threads
Zend Signal Handling disabled
Zend Memory Manager enabled
Zend Multibyte Support provided by mbstring
IPv6 Support enabled
DTrace Support disabled
- Manually install https://xdebug.org/download.php
PHP 7.3 VC15 (64 bit) or PHP 7.3 VC15 TS (64 bit)
add line to php.ini:
[XDebug]
xdebug.remote_enable=1
xdebug.remote_autostart=1
zend_extension = php_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll
PHP Warning: Failed loading Zend extension 'php_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll' (tried: C:xamppphpextphp_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll (%1 is not a valid Win32 application.), C:xamppphpextphp_php_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll.dll (The specified module could not be found.)) in Unknown on line 0
php xdebug
There is no 64 bit XAMPP. So why are you trying to use 64 bit XDebug? Use a 32 bit version.
– DavidPostill♦
Dec 30 '18 at 15:14
for PHP7.3 can't find 32-bit version xdebug.org/download.php and XAMPP no 64-bit version
– Adolis Pali
Dec 30 '18 at 15:17
PHP 32 bit can be downloaded from PHP For Windows: Binaries and sources Releases
– DavidPostill♦
Dec 30 '18 at 15:21
I following tutorials and want to use XDebug for Visual Studio Code, don't know what to do with PHP for windows
– Adolis Pali
Dec 30 '18 at 16:03
{shrug} We are not here to provide tutorials for you.
– DavidPostill♦
Dec 30 '18 at 16:06
add a comment |
Download https://www.apachefriends.org/index.html
(xampp-win32-7.3.0-0-VC15-installere.exe) can't find any x64 xampp for windows.Does not return any download link. https://xdebug.org/wizard.php
PHP Version 7.3.0
System Windows NT DESKTOP-NDF3MVL 10.0 build 14393 (Windows 10) i586
Build Date Dec 6 2018 01:51:18
Compiler MSVC15 (Visual C++ 2017)
Architecture x86
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-pdo-oci=c:php-snap-builddeps_auxoraclex86instantclient_12_1sdk,shared" "--with-oci8-12c=c:php-snap-builddeps_auxoraclex86instantclient_12_1sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--with-pgo"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:Windows
Loaded Configuration File C:xamppphpphp.ini
Scan this dir for additional .ini files (none)
Additional .ini files parsed (none)
PHP API 20180731
PHP Extension 20180731
Zend Extension 320180731
Zend Extension Build API320180731,TS,VC15
PHP Extension Build API20180731,TS,VC15
Debug Build no
Thread Safety enabled
Thread API Windows Threads
Zend Signal Handling disabled
Zend Memory Manager enabled
Zend Multibyte Support provided by mbstring
IPv6 Support enabled
DTrace Support disabled
- Manually install https://xdebug.org/download.php
PHP 7.3 VC15 (64 bit) or PHP 7.3 VC15 TS (64 bit)
add line to php.ini:
[XDebug]
xdebug.remote_enable=1
xdebug.remote_autostart=1
zend_extension = php_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll
PHP Warning: Failed loading Zend extension 'php_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll' (tried: C:xamppphpextphp_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll (%1 is not a valid Win32 application.), C:xamppphpextphp_php_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll.dll (The specified module could not be found.)) in Unknown on line 0
php xdebug
Download https://www.apachefriends.org/index.html
(xampp-win32-7.3.0-0-VC15-installere.exe) can't find any x64 xampp for windows.Does not return any download link. https://xdebug.org/wizard.php
PHP Version 7.3.0
System Windows NT DESKTOP-NDF3MVL 10.0 build 14393 (Windows 10) i586
Build Date Dec 6 2018 01:51:18
Compiler MSVC15 (Visual C++ 2017)
Architecture x86
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-pdo-oci=c:php-snap-builddeps_auxoraclex86instantclient_12_1sdk,shared" "--with-oci8-12c=c:php-snap-builddeps_auxoraclex86instantclient_12_1sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--with-pgo"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:Windows
Loaded Configuration File C:xamppphpphp.ini
Scan this dir for additional .ini files (none)
Additional .ini files parsed (none)
PHP API 20180731
PHP Extension 20180731
Zend Extension 320180731
Zend Extension Build API320180731,TS,VC15
PHP Extension Build API20180731,TS,VC15
Debug Build no
Thread Safety enabled
Thread API Windows Threads
Zend Signal Handling disabled
Zend Memory Manager enabled
Zend Multibyte Support provided by mbstring
IPv6 Support enabled
DTrace Support disabled
- Manually install https://xdebug.org/download.php
PHP 7.3 VC15 (64 bit) or PHP 7.3 VC15 TS (64 bit)
add line to php.ini:
[XDebug]
xdebug.remote_enable=1
xdebug.remote_autostart=1
zend_extension = php_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll
PHP Warning: Failed loading Zend extension 'php_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll' (tried: C:xamppphpextphp_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll (%1 is not a valid Win32 application.), C:xamppphpextphp_php_xdebug-2.7.0beta1-7.3-vc15-x86_64.dll.dll (The specified module could not be found.)) in Unknown on line 0
php xdebug
php xdebug
asked Dec 30 '18 at 14:58
Adolis PaliAdolis Pali
1
1
There is no 64 bit XAMPP. So why are you trying to use 64 bit XDebug? Use a 32 bit version.
– DavidPostill♦
Dec 30 '18 at 15:14
for PHP7.3 can't find 32-bit version xdebug.org/download.php and XAMPP no 64-bit version
– Adolis Pali
Dec 30 '18 at 15:17
PHP 32 bit can be downloaded from PHP For Windows: Binaries and sources Releases
– DavidPostill♦
Dec 30 '18 at 15:21
I following tutorials and want to use XDebug for Visual Studio Code, don't know what to do with PHP for windows
– Adolis Pali
Dec 30 '18 at 16:03
{shrug} We are not here to provide tutorials for you.
– DavidPostill♦
Dec 30 '18 at 16:06
add a comment |
There is no 64 bit XAMPP. So why are you trying to use 64 bit XDebug? Use a 32 bit version.
– DavidPostill♦
Dec 30 '18 at 15:14
for PHP7.3 can't find 32-bit version xdebug.org/download.php and XAMPP no 64-bit version
– Adolis Pali
Dec 30 '18 at 15:17
PHP 32 bit can be downloaded from PHP For Windows: Binaries and sources Releases
– DavidPostill♦
Dec 30 '18 at 15:21
I following tutorials and want to use XDebug for Visual Studio Code, don't know what to do with PHP for windows
– Adolis Pali
Dec 30 '18 at 16:03
{shrug} We are not here to provide tutorials for you.
– DavidPostill♦
Dec 30 '18 at 16:06
There is no 64 bit XAMPP. So why are you trying to use 64 bit XDebug? Use a 32 bit version.
– DavidPostill♦
Dec 30 '18 at 15:14
There is no 64 bit XAMPP. So why are you trying to use 64 bit XDebug? Use a 32 bit version.
– DavidPostill♦
Dec 30 '18 at 15:14
for PHP7.3 can't find 32-bit version xdebug.org/download.php and XAMPP no 64-bit version
– Adolis Pali
Dec 30 '18 at 15:17
for PHP7.3 can't find 32-bit version xdebug.org/download.php and XAMPP no 64-bit version
– Adolis Pali
Dec 30 '18 at 15:17
PHP 32 bit can be downloaded from PHP For Windows: Binaries and sources Releases
– DavidPostill♦
Dec 30 '18 at 15:21
PHP 32 bit can be downloaded from PHP For Windows: Binaries and sources Releases
– DavidPostill♦
Dec 30 '18 at 15:21
I following tutorials and want to use XDebug for Visual Studio Code, don't know what to do with PHP for windows
– Adolis Pali
Dec 30 '18 at 16:03
I following tutorials and want to use XDebug for Visual Studio Code, don't know what to do with PHP for windows
– Adolis Pali
Dec 30 '18 at 16:03
{shrug} We are not here to provide tutorials for you.
– DavidPostill♦
Dec 30 '18 at 16:06
{shrug} We are not here to provide tutorials for you.
– DavidPostill♦
Dec 30 '18 at 16:06
add a comment |
2 Answers
2
active
oldest
votes
I was having the exact same issue. The xdebug site currently only has 64-bit versions for PHP 7.3; the PECL site has the 32-bit versions needed for XAMPP.
I'm sure this will be corrected once xdebug 2.7 is production, but in the meanwhile the PECL site (https://pecl.php.net/package/xdebug/2.7.0beta1/windows) is the work around.
New contributor
add a comment |
You can download 32bit binary for PHP73 here:
https://pecl.php.net/package/xdebug/2.7.0beta1/windows
Author already attempted that particular download.
– Ramhound
Jan 5 at 15:35
Why do you think so? Author used only 64bit version from xdebug site. For now 32 bit version is only available on this pecl site.
– Punisher
Jan 6 at 16:54
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1388996%2fxdebug-not-working-php-7-3-win-10-x86%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I was having the exact same issue. The xdebug site currently only has 64-bit versions for PHP 7.3; the PECL site has the 32-bit versions needed for XAMPP.
I'm sure this will be corrected once xdebug 2.7 is production, but in the meanwhile the PECL site (https://pecl.php.net/package/xdebug/2.7.0beta1/windows) is the work around.
New contributor
add a comment |
I was having the exact same issue. The xdebug site currently only has 64-bit versions for PHP 7.3; the PECL site has the 32-bit versions needed for XAMPP.
I'm sure this will be corrected once xdebug 2.7 is production, but in the meanwhile the PECL site (https://pecl.php.net/package/xdebug/2.7.0beta1/windows) is the work around.
New contributor
add a comment |
I was having the exact same issue. The xdebug site currently only has 64-bit versions for PHP 7.3; the PECL site has the 32-bit versions needed for XAMPP.
I'm sure this will be corrected once xdebug 2.7 is production, but in the meanwhile the PECL site (https://pecl.php.net/package/xdebug/2.7.0beta1/windows) is the work around.
New contributor
I was having the exact same issue. The xdebug site currently only has 64-bit versions for PHP 7.3; the PECL site has the 32-bit versions needed for XAMPP.
I'm sure this will be corrected once xdebug 2.7 is production, but in the meanwhile the PECL site (https://pecl.php.net/package/xdebug/2.7.0beta1/windows) is the work around.
New contributor
New contributor
answered Jan 9 at 6:54
Paul ShipleyPaul Shipley
11
11
New contributor
New contributor
add a comment |
add a comment |
You can download 32bit binary for PHP73 here:
https://pecl.php.net/package/xdebug/2.7.0beta1/windows
Author already attempted that particular download.
– Ramhound
Jan 5 at 15:35
Why do you think so? Author used only 64bit version from xdebug site. For now 32 bit version is only available on this pecl site.
– Punisher
Jan 6 at 16:54
add a comment |
You can download 32bit binary for PHP73 here:
https://pecl.php.net/package/xdebug/2.7.0beta1/windows
Author already attempted that particular download.
– Ramhound
Jan 5 at 15:35
Why do you think so? Author used only 64bit version from xdebug site. For now 32 bit version is only available on this pecl site.
– Punisher
Jan 6 at 16:54
add a comment |
You can download 32bit binary for PHP73 here:
https://pecl.php.net/package/xdebug/2.7.0beta1/windows
You can download 32bit binary for PHP73 here:
https://pecl.php.net/package/xdebug/2.7.0beta1/windows
answered Jan 5 at 13:44
PunisherPunisher
1
1
Author already attempted that particular download.
– Ramhound
Jan 5 at 15:35
Why do you think so? Author used only 64bit version from xdebug site. For now 32 bit version is only available on this pecl site.
– Punisher
Jan 6 at 16:54
add a comment |
Author already attempted that particular download.
– Ramhound
Jan 5 at 15:35
Why do you think so? Author used only 64bit version from xdebug site. For now 32 bit version is only available on this pecl site.
– Punisher
Jan 6 at 16:54
Author already attempted that particular download.
– Ramhound
Jan 5 at 15:35
Author already attempted that particular download.
– Ramhound
Jan 5 at 15:35
Why do you think so? Author used only 64bit version from xdebug site. For now 32 bit version is only available on this pecl site.
– Punisher
Jan 6 at 16:54
Why do you think so? Author used only 64bit version from xdebug site. For now 32 bit version is only available on this pecl site.
– Punisher
Jan 6 at 16:54
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1388996%2fxdebug-not-working-php-7-3-win-10-x86%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
There is no 64 bit XAMPP. So why are you trying to use 64 bit XDebug? Use a 32 bit version.
– DavidPostill♦
Dec 30 '18 at 15:14
for PHP7.3 can't find 32-bit version xdebug.org/download.php and XAMPP no 64-bit version
– Adolis Pali
Dec 30 '18 at 15:17
PHP 32 bit can be downloaded from PHP For Windows: Binaries and sources Releases
– DavidPostill♦
Dec 30 '18 at 15:21
I following tutorials and want to use XDebug for Visual Studio Code, don't know what to do with PHP for windows
– Adolis Pali
Dec 30 '18 at 16:03
{shrug} We are not here to provide tutorials for you.
– DavidPostill♦
Dec 30 '18 at 16:06