27#define PHP_EMBED_START_BLOCK(x,y) { \
28 php_embed_init(x, y); \
31#define PHP_EMBED_END_BLOCK() \
35 php_embed_shutdown(); \
39 #define EMBED_SAPI_API SAPI_API
41 #define EMBED_SAPI_API
struct _sapi_module_struct sapi_module_struct
EMBED_SAPI_API void php_embed_shutdown(void)
EMBED_SAPI_API sapi_module_struct php_embed_module
EMBED_SAPI_API int php_embed_init(int argc, char **argv)
#define ZEND_TSRMLS_CACHE_EXTERN()