You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
大佬 你好
这是我的环境:
linux
php 7.3.29
配置文件 config.m4 因为你的目录和代码没有提供 所以我自己百度了一份最简单的配置config.m4
PHP_ARG_WITH(myext, for mytest support,
Make sure that the comment is aligned:
[ --with-myext Include myext support])
if test "$PHP_myext" != "no"; then
PHP_NEW_EXTENSION(myext, myext.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
fi
这个扩展是生成出来了 但是 php -m 后就这样
The text was updated successfully, but these errors were encountered:
大佬 你好
这是我的环境:
linux
php 7.3.29
配置文件 config.m4 因为你的目录和代码没有提供 所以我自己百度了一份最简单的配置config.m4
这个扩展是生成出来了 但是 php -m 后就这样
![image](https://user-images.githubusercontent.com/45571957/127972706-6f512dca-3d01-430f-98db-9a08e81f7a3f.png)
The text was updated successfully, but these errors were encountered: