You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: