File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,9 @@ PHP 8.2 UPGRADE NOTES
145
145
- COM_DOTNET:
146
146
. LOCALE_NEUTRAL
147
147
148
+ - Sockets:
149
+ . SO_INCOMING_CPU
150
+
148
151
========================================
149
152
11. Changes to INI File Handling
150
153
========================================
Original file line number Diff line number Diff line change @@ -545,6 +545,9 @@ static PHP_MINIT_FUNCTION(sockets)
545
545
#ifdef SO_MARK
546
546
REGISTER_LONG_CONSTANT ("SO_MARK" , SO_MARK , CONST_CS | CONST_PERSISTENT );
547
547
#endif
548
+ #ifdef SO_INCOMING_CPU
549
+ REGISTER_LONG_CONSTANT ("SO_INCOMING_CPU" , SO_INCOMING_CPU , CONST_CS | CONST_PERSISTENT );
550
+ #endif
548
551
#ifdef TCP_NODELAY
549
552
REGISTER_LONG_CONSTANT ("TCP_NODELAY" , TCP_NODELAY , CONST_CS | CONST_PERSISTENT );
550
553
#endif
You can’t perform that action at this time.
0 commit comments