Backend
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef PHP_MERMSEMR_API_H
|
||||
#define PHP_MERMSEMR_API_H
|
||||
|
||||
#define PHP_MERMSEMR_API_EXTNAME "mermsemr_api"
|
||||
#define PHP_MERMSEMR_API_EXTVER "0.1"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
#include "php.h"
|
||||
}
|
||||
|
||||
extern zend_module_entry mermsemr_api_module_entry;
|
||||
#define mermsemr_api_module_ptr &mermsemr_api_module_entry
|
||||
#define phpext_mermsemr_api_ptr mermsemr_api_module_ptr
|
||||
|
||||
#endif /* PHP_MERMSEMR_API_H */
|
||||
Reference in New Issue
Block a user