Hello, I've been creating a page in php that needs to invoke heavy calculation functions for which I've created dinamic extensions for linux (.so) in c++, but there's one problem I have in one of those functions, I need to modify an array passed to that function by reference and simply return true on it.
I've tried in different ways that I've found on the web, but nothing works.
Actually it does not compile, and I have no idea of how to modify that array within that function.
If somebody can give me a hand I'd really appreciate it.