Skip to content

SOCKET_EPROTO constant missing since PHP 8.2 dev #9574

Closed
@llaville

Description

@llaville

Description

The following code:

php --re sockets

Resulted in this output:

Extension [ <persistent> extension #76 sockets version 8.2.0RC1 ] {

  - Constants [207] {
...
    Constant [ int SOCKET_EPROTOTYPE ] { 91 }
    Constant [ int SOCKET_EPROTONOSUPPORT ] { 93 }
...

But SOCKET_EPROTO was missing. Is it expected or just missing ?

See also PHP 8.2 changes with commit 98e5c4e

PHP Version

PHP 8.2.0RC1

Operating System

Ubuntu 18.04

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