Skip to content

Commit 4e9f0a8

Browse files
committed
Merge branch 'PHP-7.1'
* PHP-7.1: Fixed issue #2466 Invalid integer constant expression error in php.h
2 parents 9e4c48a + 8277111 commit 4e9f0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/php.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ END_EXTERN_C()
210210
#endif
211211

212212
#ifndef HAVE_SOCKLEN_T
213-
# if PHP_WIN32
213+
# ifdef PHP_WIN32
214214
typedef int socklen_t;
215215
# else
216216
typedef unsigned int socklen_t;

0 commit comments

Comments
 (0)