Skip to content

HTTP 425 Too Early missing text in http_response_code() #16068

@kkmuffme

Description

@kkmuffme

Description

The following code:

<?php
http_response_code( 425 );

The response status header does not include the text "Too Early"
It's missing in https://github.com/php/php-src/blob/master/main/http_status_codes.h#L61
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/425

PHP Version

8.3.x

Operating System

No response

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