Skip to content

[Bug] herd-lite: Failed to listen on 127.0.0.1:XXXX (reason: ?) #1398

Closed
@mathieutu

Description

@mathieutu

Platform

Windows

Operating system version

Windows 11

System architecture

Windows

Herd Version

Lite, last version

PHP Version

8.4

Bug description

Hey.
Filling this issue for my students, as I'm not using herd-lite, or windows.

When following the php.new instructions and trying to start Laravel server through php artisan serve, we ended up to the issue:

Image

To make it working, we had to edit the php.ini file, as explained in this comment:

- variables_order = "EGPCS"
+ variables_order = "GPCS"

I'm not familiar with this kind of thing, but would it be possible to set the correct value directly in the php.ini?

My brew mac php comes directly with variables_order = "GPCS" in the php.ini, and I've checked other windows installations (laragon, wamp) and it's the same.

Thanks,
Mathieu.

Steps to reproduce

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions