-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Description
Hey
I'm trying to call this zend function from the ext-php-rs: zend_string_starts_with
I'm trying to do this
use ext_php_rs::ffi::{
zend_string_starts_with
};
However, I'm getting this
11 | zend_string_starts_with
| ^^^^^^^^^^^^^^^^^^^^^^^ no `zend_string_starts_with` in `ffi`
I believe this is because it's not inside allowed_bindings.rs
Surely there is a way I can add the allowed bindings, to bring across.
Please advise how I can make zend_string_starts_with
available to my rust PHP extension code.
Thanks in advance.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request