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
9
10
11
12
13
14
15
16
#include "wrapper.h"

#if DEBUG_ZEND
CHECK_DEBUG_ZEND_TRUE;
#else
CHECK_DEBUG_ZEND_FALSE;
#endif

#if USING_ZTS
CHECK_USING_ZTS_TRUE;
#else
CHECK_USING_ZTS_FALSE;
#endif

//TODO: add more checks
//TODO: consider removing as currently its not used