You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
To investigate:
(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)
The text was updated successfully, but these errors were encountered: