#990 introduced the ability to hot-swap PHP runtimes. Unfortunately, I didn't find an easy way of reusing the existing FS object and had to introduce a recreateMemFs helper that copies the data to the new filesystem.
Perhaps that's unnecessary. Let's explore reusing the old FS object directly.
#990 introduced the ability to hot-swap PHP runtimes. Unfortunately, I didn't find an easy way of reusing the existing FS object and had to introduce a
recreateMemFshelper that copies the data to the new filesystem.Perhaps that's unnecessary. Let's explore reusing the old FS object directly.