Skip to content

Conversation

@boekhorstb1
Copy link
Collaborator

file_exists does not work as expected but file does exist:

# php -r "var_dump(file_exists('./vendor/horde/horde/config/conf.php'));"
bool(false)
# ls -al ./vendor/horde/horde/config/conf.php
lrwxrwxrwx. 1 wwwrun www 27 Sep 29 09:06 ./vendor/horde/horde/config/conf.php -> ./var/config/horde/conf.php

file_exists does not work as expected but file does exist:

````
# php -r "var_dump(file_exists('./vendor/horde/horde/config/conf.php'));"
bool(false)
# ls -al ./vendor/horde/horde/config/conf.php
lrwxrwxrwx. 1 wwwrun www 27 Sep 29 09:06 ./vendor/horde/horde/config/conf.php -> ./var/config/horde/conf.php
````
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant