I'm testing with Phar files and I generated a Phar from a project. The Phar file includes a class that performs a file_exists
. When I instantiate that class from the Phar it always returns me false
. Phar is unable to read files. I tried the same with source files without generating the Phar and it can read the file. What is happening?
Thanks in advance.