Im using os-ticket support script and have trouble in special line.
$this->cache_translations = include $this->STREAM;
this line will include a .phar file.
something like this: phar:///dir/to/fa.phar/x.mo
php is not throwing any error but i get white page. I test this code in a single php file and still get nothing.
btw this script is working
in PHP Version 5.4.45
and my current version is 5.5.37.
thanks in advance