ext-php-rs 0.12.0

Bindings for the Zend API to build PHP extensions natively in Rust.
Documentation
1
2
3
4
5
6
#include "zend.h"
#include "sapi/embed/php_embed.h"

void* ext_php_rs_embed_callback(int argc, char** argv, void* (*callback)(void *), void *ctx);

void ext_php_rs_sapi_startup();