php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_skeleton.h
Go to the documentation of this file.
1%HEADER%
2
3#ifndef PHP_%EXTNAMECAPS%_H
4# define PHP_%EXTNAMECAPS%_H
5
6extern zend_module_entry %EXTNAME%_module_entry;
7# define phpext_%EXTNAME%_ptr &%EXTNAME%_module_entry
8
9# define PHP_%EXTNAMECAPS%_VERSION "0.1.0"
10
11# if defined(ZTS) && defined(COMPILE_DL_%EXTNAMECAPS%)
13# endif
14
15#endif /* PHP_%EXTNAMECAPS%_H */
zend_module_entry EXTNAME _module_entry
Definition skeleton.c:67
#define ZEND_TSRMLS_CACHE_EXTERN()
Definition zend.h:67
struct _zend_module_entry zend_module_entry