Skip to content

Commit 2b8a6ae

Browse files
committed
Exclude --phar-native-ssl from snapshot builds
1 parent f40b3a8 commit 2b8a6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (PHP_PHAR != "no") {
1212
if (PHP_PHAR_SHARED || (PHP_PHAR_NATIVE_SSL_SHARED && PHP_SNAPSHOT_BUILD == "no")) {
1313
ADD_FLAG("CFLAGS_PHAR", "/D COMPILE_DL_PHAR ");
1414
}
15-
if (PHP_PHAR_NATIVE_SSL != "no") {
15+
if (PHP_PHAR_NATIVE_SSL != "no" && PHP_SNAPSHOT_BUILD == "no") {
1616
var ret = SETUP_OPENSSL("phar", PHP_PHAR);
1717

1818
if (ret >= 2) {

0 commit comments

Comments
 (0)