Closed
Description
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