Hi,
There is any simple way we activate PHP ESL on Debial ?
So I will be to us the api?
For example I would like to run this script:
<?php
require_once('ESL.php');
if ($argc > 1) {
array_shift($argv);
$command = sprintf('%s', implode(' ', $argv));
printf("Command to run is: %s\n"...