Skip to content

Commit 13a79d4

Browse files
committed
Remove duplicate COMPILE_DL_PHAR compile definition
This is already automatically defined in win32/build/confutils.js by the EXTENSION() function.
1 parent 053d893 commit 13a79d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/phar/config.w32

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ ARG_ENABLE("phar", "disable phar support", "yes");
44

55
if (PHP_PHAR != "no") {
66
EXTENSION("phar", "dirstream.c func_interceptors.c phar.c phar_object.c phar_path_check.c stream.c tar.c util.c zip.c", PHP_PHAR_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
7-
if (PHP_PHAR_SHARED) {
8-
ADD_FLAG("CFLAGS_PHAR", "/D COMPILE_DL_PHAR ");
9-
}
107

118
ADD_EXTENSION_DEP('phar', 'hash');
129
ADD_EXTENSION_DEP('phar', 'spl');

0 commit comments

Comments
 (0)