Skip to content

Commit 8277111

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixed issue #2466 Invalid integer constant expression error in php.h
2 parents 1b6f784 + 66411ee commit 8277111

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
@@ -143,7 +143,7 @@ END_EXTERN_C()
143143
#endif
144144

145145
#ifndef HAVE_SOCKLEN_T
146-
# if PHP_WIN32
146+
# ifdef PHP_WIN32
147147
typedef int socklen_t;
148148
# else
149149
typedef unsigned int socklen_t;

0 commit comments

Comments
 (0)