phper-sys 0.1.0

Low level PHP binding for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//
// Created by jmjoy on 19-12-12.
//

#ifndef PHPER_PHP_WRAPPER_H
#define PHPER_PHP_WRAPPER_H

#include <php.h>
#include <php_ini.h>
#include <ext/standard/info.h>

#endif //PHPER_PHP_WRAPPER_H