Skip to content

Commit 6149052

Browse files
crazywhaleccdixyes
authored andcommitted
Update static_extensions_win32_84.patch for PHP8.4.0RC3
1 parent 1d083c1 commit 6149052

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

patches/static_extensions_win32_84.patch

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
diff --git a/ext/fileinfo/config.w32 b/ext/fileinfo/config.w32
2-
index c7d897c1ca..d6f7cec5e2 100644
2+
index 2a42dc45..c207694f 100644
33
--- a/ext/fileinfo/config.w32
44
+++ b/ext/fileinfo/config.w32
5-
@@ -10,6 +10,6 @@ if (PHP_FILEINFO != 'no') {
5+
@@ -10,7 +10,7 @@ if (PHP_FILEINFO != 'no') {
66
readcdf.c softmagic.c der.c \
77
strcasestr.c buffer.c is_csv.c";
88

99
- EXTENSION('fileinfo', 'fileinfo.c php_libmagic.c', true, "/I" + configure_module_dirname + "/libmagic /I" + configure_module_dirname);
1010
+ EXTENSION('fileinfo', 'fileinfo.c php_libmagic.c', PHP_FILEINFO_SHARED, "/I" + configure_module_dirname + "/libmagic /I" + configure_module_dirname);
11+
ADD_EXTENSION_DEP('fileinfo', 'pcre');
1112
ADD_SOURCES(configure_module_dirname + '\\libmagic', LIBMAGIC_SOURCES, "fileinfo");
1213
}
1314
diff --git a/ext/openssl/config.w32 b/ext/openssl/config.w32
14-
index 24064ec2a5..87ff31618c 100644
15+
index 24064ec2..87ff3161 100644
1516
--- a/ext/openssl/config.w32
1617
+++ b/ext/openssl/config.w32
1718
@@ -1,6 +1,6 @@

0 commit comments

Comments
 (0)