Skip to content

Commit b7106eb

Browse files
devnexenDavid Carlier
authored andcommitted
W32 build fix attempt
1 parent 355af40 commit b7106eb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

main/safe_bcmp.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
+----------------------------------------------------------------------+
3-
| PHP Version 8 |
42
+----------------------------------------------------------------------+
53
| Copyright (c) The PHP Group |
64
+----------------------------------------------------------------------+
@@ -12,7 +10,7 @@
1210
| obtain it through the world-wide-web, please send a note to |
1311
| [email protected] so we can mail you a copy immediately. |
1412
+----------------------------------------------------------------------+
15-
| Author: |
13+
| Author: David Carlier <[email protected]> |
1614
+----------------------------------------------------------------------+
1715
*/
1816

win32/build/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ if (VS_TOOLSET && VCVERS >= 1914) {
249249
ADD_SOURCES("main", "main.c snprintf.c spprintf.c getopt.c fopen_wrappers.c \
250250
php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
251251
strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c network.c \
252-
php_open_temporary_file.c output.c internal_functions.c \
252+
php_open_temporary_file.c output.c internal_functions.c safe_bcmp.c \
253253
php_syslog.c");
254254
ADD_FLAG("CFLAGS_BD_MAIN", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
255255
if (VS_TOOLSET && VCVERS >= 1914) {

0 commit comments

Comments
 (0)