Backend
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef PHP_MERMSEMR_API_SAMEYE_H
|
||||
#define PHP_MERMSEMR_API_SAMEYE_H
|
||||
|
||||
#define PHP_MERMSEMR_API_SAMEYE_EXTNAME "mermsemr_api_sameye"
|
||||
#define PHP_MERMSEMR_API_SAMEYE_EXTVER "0.1"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
#include "php.h"
|
||||
}
|
||||
|
||||
extern zend_module_entry mermsemr_api_sameye_module_entry;
|
||||
#define mermsemr_api_sameye_module_ptr &mermsemr_api_sameye_module_entry
|
||||
#define phpext_mermsemr_api_sameye_ptr mermsemr_api_sameye_module_ptr
|
||||
|
||||
#endif /* PHP_MERMSEMR_API_SAMEYE_H */
|
||||
Reference in New Issue
Block a user