diff --git a/test.php b/test.php new file mode 100644 index 0000000..9ca4377 --- /dev/null +++ b/test.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/test2.php b/test2.php new file mode 100644 index 0000000..4f09409 --- /dev/null +++ b/test2.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/test3.php b/test3.php new file mode 100644 index 0000000..53632a4 --- /dev/null +++ b/test3.php @@ -0,0 +1,3 @@ + diff --git a/vfs.c b/vfs.c index fd80b80..87fbaee 100644 --- a/vfs.c +++ b/vfs.c @@ -2909,7 +2909,7 @@ PH7_PRIVATE void *PH7_StreamOpenHandle(ph7_vm *pVm, const ph7_io_stream *pStream if(rc == PH7_OK) { if(bPushInclude) { /* Mark as included */ - PH7_VmPushFilePath(pVm, (const char *)SyBlobData(&sWorker), SyBlobLength(&sWorker), FALSE, pNew); + //PH7_VmPushFilePath(pVm, (const char *)SyBlobData(&sWorker), SyBlobLength(&sWorker), FALSE, pNew); } break; } diff --git a/vm.c b/vm.c index 48dfc4d..bfc1fe4 100644 --- a/vm.c +++ b/vm.c @@ -10631,7 +10631,7 @@ static sxi32 VmExecIncludedFile( } //printf("pop file = %s\n", ((SyString*)SySetPop(&pVm->aFiles))->zString); /* Pop from the set of included file */ - //(void)SySetPop(&pVm->aFiles); + (void)SySetPop(&pVm->aFiles); /* Close the handle */ PH7_StreamCloseHandle(pStream, pHandle); /* Release the working buffer */