How to make a PHP extension

BillyHopBoy

New Member
I know you can technically make PHP extension just by making a PHP file and using \[code\]require_once\[/code\].But would it optimize the performance if you wrote an extension in C or C++.If so, how would you make a "hello-world" for that?
 
Back
Top