/*!
Low level PHP binding for Rust.
The php-config is needed. You can set environment `PHP_CONFIG` to specify the path.
## License
[Unlicense](https://github.com/jmjoy/phper/blob/master/LICENSE).
*/
use c_char;
include!;
pub const PHP_MODULE_BUILD_ID: *const c_char =
concat!.as_ptr.cast;
pub const ZEND_MODULE_BUILD_ID: *const c_char =
concat!.as_ptr.cast;