Replies: 1 comment 1 reply
-
Which operating system are you on? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I've been trying out NativePHP recently and ran into an issue when running it via Herd's PHP.
I'm getting the error:
Failed to listen on 127.0.0.1:8000 (reason: ?)
This happens because the variable order is set to
EGPCS
.Switching it to
GPCS
resolves the issue, but I'm wondering if there are any potential bugs or problems with usingGPCS
instead.I checked, and both the official Linux and Windows binaries/sources use
GPCS
as the default variable order.Should we consider making
GPCS
the default if there are no downsides?Beta Was this translation helpful? Give feedback.
All reactions