View Issue Details

IDProjectCategoryView StatusLast Update
0002111XdebugUncategorizedpublic2022-10-17 10:31
Reporteraideeaidee Assigned Toderick  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionno change required 
Product Version3.2.0alpha2 
Summary0002111: entrypoint zend_get_parameters_array_ex not found
Description

Actually I'm not sure if I should report this as PHP is in beta and XDebug is in beta, but I wanted to try it. I used the windows binary. Assigned the dll in the php.ini (XDEBUG) session:

[xdebug]
zend_extension ="C:\xampp\php\phsp_ext\php_xdebug-3.2.0alpha1-8.2-vs16-x86_64.dll"
xdebug.mode=profile,develop,debug
xdebug.start_with_request = trigger
xdebug.client_port = 9000
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.output_dir ="C:\xampp\tmp"
xdebug.show_local_vars=1

But apache gives an error: Failed loading C:\xampp\php\phsp_ext\php_xdebug-3.2.0alpha1-8.2-vs16-x86_64.dll

Running the PHP windows version I get an error message:

'cant find entry point of procedure _zend_get_parameters_array_ex in DLL C:\xampp\php\phsp_ext\php_xdebug-3.2.0alpha1-8.2-vs16-x86_64.dll'

This procedure works fine in all older PHP environments.

Perhaps I'm way too early, so if this post is inappropiate, please delete.

Steps To Reproduce

PHP 8.2 beta, recent Xampp, 3.2.0.alpha XDebug.

Possible mismatch between versions is the cause of this issue. (my bad).

Additional Information

I'm using PHP 8.2 beta

Tagsentry-point
Operating SystemWindows 10
PHP Version8.2-dev

Activities

derick

2022-10-02 15:31

administrator   ~0006381

Can you please try this with the latest PHP 8.2.0RC3 and Xdebug's 3.2.0alpha3?

aideeaidee

2022-10-15 11:40

reporter   ~0006402

Havent done a full test yet, but so far it seems to work as expected. Thank you!

aideeaidee

2022-10-15 11:44

reporter   ~0006403

In additon, I am testing version 3.2.0RC1 agains PHP 8.2.0RC4

derick

2022-10-17 10:31

administrator   ~0006405

Sounds like it is good to close this ticket then. Let me know (in a new one) if this happens with released versions (non beta or RC).

Issue History

Date Modified Username Field Change
2022-08-19 08:12 aideeaidee New Issue
2022-08-19 08:12 aideeaidee Tag Attached: entry-point
2022-10-02 15:31 derick Assigned To => derick
2022-10-02 15:31 derick Status new => feedback
2022-10-02 15:31 derick Note Added: 0006381
2022-10-15 11:40 aideeaidee Note Added: 0006402
2022-10-15 11:40 aideeaidee Status feedback => assigned
2022-10-15 11:44 aideeaidee Note Added: 0006403
2022-10-17 10:31 derick Status assigned => resolved
2022-10-17 10:31 derick Resolution open => no change required
2022-10-17 10:31 derick Note Added: 0006405