In particular, I am trying to make a PHP extension for WampServer, which I use to test PHP scripts on my PC. I know that for the extension of PHP a config.m4 file is required, and some C / C ++ code is created in PHP. How can I get these .c / .cpp and .m4 files in the .dll that are needed to create the PHP extension?
Sam h source share