first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef PHP_WRENCHBOARD_API_H
|
||||
#define PHP_WRENCHBOARD_API_H
|
||||
|
||||
#define PHP_WRENCHBOARD_API_EXTNAME "wrenchboard_api"
|
||||
#define PHP_WRENCHBOARD_API_EXTVER "0.1"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
#include "php.h"
|
||||
}
|
||||
|
||||
extern zend_module_entry wrenchboard_api_module_entry;
|
||||
#define phpext_wrenchboard_api_ptr &wrenchboard_api_module_entry;
|
||||
|
||||
#endif /* PHP_WRENCHBOARD_API_H */
|
||||
Reference in New Issue
Block a user