0
我想要編譯擴展Windows下PHP和我需要運行這樣的命令:的PHP配置shell腳本需要
g++ `php-config --includes` -fPIC -c some_script.cpp
但是當我運行這個命令,我收到了一個錯誤:
g++: error: `php-config: No such file or directory
g++: error: unrecognized option '--includes`'
我在哪裏可以得到php-config shell腳本而不用重新編譯PHP(在Windows下)