Skip to content

Conversation

@Yewzir
Copy link
Contributor

@Yewzir Yewzir commented Dec 18, 2025

The first run takes a little longer (at least locally), and then... 🚀

The first run takes a little longer (at least locally), and then... 🚀
copy_folder("/usr/local", "/tmp");

if (chdir("/tmp"))
if (chdir("/usr/local"))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see how this can work, /usr/local is read only so the following fopen will fail. I also don't really understanding what you mean by the first run takes longer, first run per website startup? That shouldn't be possible as there's no state between runs, has this been tested with the dev stack?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see how this can work, /usr/local is read only so the following fopen will fail.

2f73701

@github-actions github-actions bot added the conflicts Pull Request has conflicts. label Dec 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conflicts Pull Request has conflicts.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants