cargo-php-sys-build 0.1.0

Generate pregenerated Rust bindings for php-all-sys from vendored PHP headers
Documentation
1
2
3
4
5
6
7
8
#pragma once 
#include "php.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "zend_extensions.h"

// workaround for bindgen not exporting ZEND_MODULE_BUILD_ID correctly
static const char *ZEND_MODULE_BUILD_ID_ = ZEND_MODULE_BUILD_ID;