Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"require" function sees no changes in vfs php file #6212

Closed
gwenael opened this issue Sep 9, 2015 · 1 comment
Closed

"require" function sees no changes in vfs php file #6212

gwenael opened this issue Sep 9, 2015 · 1 comment

Comments

@gwenael
Copy link

gwenael commented Sep 9, 2015

Hi everybody,

while running typo3 PHPUnit with hhvm I encountered this issue (among a few others, mostly already documented)
The code below (that you'll have to adapt to set your own vfsStream includes) runs ok with zend.

");

sleep(10);

//after ten seconds, we change the file contents. The modification is correctly 
//processed (see filemtime and file_get_contents output)
//but 'require' sees no changes (see var_dump output)
process_require_vfs_file($path,"");

?>



Maybe I'm missing something. 
@simonwelsh
Copy link
Contributor

This is the same issue as in #4797

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants