Hi, it is possible to get a list of the "additional php versions" by API? I thought i can do this by "server_get" - but unfortunately there is no information about it. Has anyone an idea how to get the list? Kind regards, Franky
Most likely there is no api function for that yet. Adding a api function based on the interface form file is quite easy, take a look at the file interface/lib/classes/remoting.inc.php, you can see that all functions are very similar, they check the permissions and then they load the form file and run a genereal function to process the request.