View Issue Details

IDProjectCategoryView StatusLast Update
0001458XdebugInstallationpublic2017-08-04 11:14
ReporterAudiophile Assigned Toderick  
PriorityhighSeveritycrashReproducibilityalways
Status resolvedResolutionnot fixable 
Platformx64OSWindowsOS Version10
Product Version2.5.5 
Summary0001458: Failed loading Zend extension (the specified procedure could not be found)
Description

After upgrading to php-7.2.0beta1-Win32-VC15-x64 php_xdebug-2.5.5-7.1-vc14-x86_64.dll fails while loading:

PHP Warning: Failed loading Zend extension 'php_xdebug-2.5.5-7.1-vc14-x86_64.dll' (tried: E:\Program Files\PHP 7\ext\php_xdebug-2.5.5-7.1-vc14-x86_64.dll (the specified procedure could not be found).
), E:\Program Files\PHP 7\ext\php_php_xdebug-2.5.5-7.1-vc14-x86_64.dll.dll (the specified procedure could not be found)) in Unknown on line 0

Steps To Reproduce

Just enable php_xdebug-2.5.5-7.1-vc14-x86_64.dll extension and try to run php.exe

TagsNo tags attached.
Operating System
PHP Version7.2-dev

Activities

derick

2017-07-22 08:19

administrator   ~0004374

You can't load an extension build for PHP 7.1 with PHP 7.2, and you can not load an extension build with the vc14 compiler with a PHP build with the vc15 compiler.

Xdebug isn't ready for PHP 7.2 yet.

Audiophile

2017-07-22 08:36

reporter   ~0004382

Thanks for reply. So when the supported version release is expected?

derick

2017-08-04 11:14

administrator   ~0004389

Sorry, I can't tell yet. Hopefully with the 7.2.0 released.

Issue History

Date Modified Username Field Change
2017-07-22 07:11 Audiophile New Issue
2017-07-22 08:19 derick Note Added: 0004374
2017-07-22 08:19 derick Status new => resolved
2017-07-22 08:19 derick Resolution open => not fixable
2017-07-22 08:19 derick Assigned To => derick
2017-07-22 08:36 Audiophile Note Added: 0004382
2017-08-04 11:14 derick Note Added: 0004389