Ai
1 Star 0 Fork 7

wkk/phpy

forked from swoole/phpy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
php_phpy.h 300 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rango 提交于 2024-05-28 14:19 +08:00 . Update version code
/* phpy extension for PHP */
#ifndef PHP_PHPY_H
# define PHP_PHPY_H
extern zend_module_entry phpy_module_entry;
# define phpext_phpy_ptr &phpy_module_entry
# define PHP_PHPY_VERSION "1.0.5"
# if defined(ZTS) && defined(COMPILE_DL_PHPY)
ZEND_TSRMLS_CACHE_EXTERN()
# endif
#endif /* PHP_PHPY_H */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/heima08/phpy.git
git@gitee.com:heima08/phpy.git
heima08
phpy
phpy
main

搜索帮助