4 Star 79 Fork 48

端木凌风 / tonyenc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
php_tonyenc.h 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
端木凌风 提交于 2021-11-19 22:12 . init
/* tonyenc extension for PHP */
#ifndef PHP_TONYENC_H
# define PHP_TONYENC_H
extern zend_module_entry tonyenc_module_entry;
# define phpext_tonyenc_ptr &tonyenc_module_entry
#define PHP_TONYENC_VERSION "1.0.1" /* Replace with version number for your extension */
# if defined(ZTS) && defined(COMPILE_DL_TONYENC)
ZEND_TSRMLS_CACHE_EXTERN()
# endif
#endif /* PHP_TONYENC_H */
PHP
1
https://gitee.com/lfveeker/tonyenc.git
git@gitee.com:lfveeker/tonyenc.git
lfveeker
tonyenc
tonyenc
master

搜索帮助