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
145145- COM_DOTNET:
146146 . LOCALE_NEUTRAL
147147
148+ - Sockets:
149+ . SO_INCOMING_CPU
150+
148151========================================
14915211. Changes to INI File Handling
150153========================================
Original file line number Diff line number Diff line change @@ -545,6 +545,9 @@ static PHP_MINIT_FUNCTION(sockets)
545545#ifdef SO_MARK
546546 REGISTER_LONG_CONSTANT ("SO_MARK" , SO_MARK , CONST_CS | CONST_PERSISTENT );
547547#endif
548+ #ifdef SO_INCOMING_CPU
549+ REGISTER_LONG_CONSTANT ("SO_INCOMING_CPU" , SO_INCOMING_CPU , CONST_CS | CONST_PERSISTENT );
550+ #endif
548551#ifdef TCP_NODELAY
549552 REGISTER_LONG_CONSTANT ("TCP_NODELAY" , TCP_NODELAY , CONST_CS | CONST_PERSISTENT );
550553#endif
You can’t perform that action at this time.
0 commit comments