Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug : stub generation fails #29

Open
veewee opened this issue Aug 3, 2023 · 0 comments
Open

Bug : stub generation fails #29

veewee opened this issue Aug 3, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@veewee
Copy link
Owner

veewee commented Aug 3, 2023

To investigate:

make stubs                                                                                                                                                                                              

cargo php stubs;
Finished dev [unoptimized + debuginfo] target(s) in 0.17s
Error: Failed to load extension library

Caused by:
dlopen(/Projects/github/veewee/ext-wasm/target/debug/libext_wasm.dylib, 0x0005): symbol not found in flat > namespace '_zend_array_count'
make: *** [stubs] Error 1

(probably an issue in ext-php-rs when the array implementation got improved in https://github.com/davidcole1340/ext-php-rs/releases/tag/v0.10.1)

@veewee veewee added bug Something isn't working help wanted Extra attention is needed labels Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant