php-sys 7.2.12

Rust bindings for libphp
1
2
3
4
5
6
#ifndef PHP_RS_WRAPPER_H
#define PHP_RS_WRAPPER_H
#include <Zend/zend.h>
#include <main/php.h>
#include <sapi/embed/php_embed.h>
#endif