010PHP / 010php.nl

[DEPRECATED] The 010PHP Website
0 stars 1 forks source link

Vagrant doesn't work because of stash config #19

Closed reenl closed 8 years ago

reenl commented 8 years ago

Vagrant uses a filesystem that does not support locking.

You will recieve the following error:

Warning: file_put_contents(): Exclusive locks are not supported for this stream

I know @Caroga likes to put the cache within the symfony folder. So I suggest using environment variables here.

The other option would be to change the php.ini directive to let sys_get_temp_dir return a usable (non-centralized) path.

reenl commented 8 years ago

Imo this can be closed due to #21. I didn't use environment variables but a symlink instead.