I have a lot of mathematical calculations in my PHP script, which can be quite slow at times. I\'m wondering if it\'s possible to pass data from PHP to C++, do the calculati
Create an executable in C++. Use proc_code to pass data to/from that executable andd get that executable to do the calculations.