Skip to content

Commit 7c26d37

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 06f9706 + 1873958 commit 7c26d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/ext/sockets/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ check_include_files(sys/sockio.h HAVE_SYS_SOCKIO_H)
104104
check_include_files(linux/filter.h HAVE_LINUX_FILTER_H)
105105

106106
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
107-
check_include_files(winsock.h _HAVE_WINSOCK_H)
108-
if(NOT _HAVE_WINSOCK_H)
107+
check_include_files(winsock.h _PHP_HAVE_WINSOCK_H)
108+
if(NOT _PHP_HAVE_WINSOCK_H)
109109
message(
110110
FATAL_ERROR
111111
"Required file winsock.h is missing for the socket extension."

0 commit comments

Comments
 (0)