We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40b3a8 commit 2b8a6aeCopy full SHA for 2b8a6ae
ext/phar/config.w32
@@ -12,7 +12,7 @@ if (PHP_PHAR != "no") {
12
if (PHP_PHAR_SHARED || (PHP_PHAR_NATIVE_SSL_SHARED && PHP_SNAPSHOT_BUILD == "no")) {
13
ADD_FLAG("CFLAGS_PHAR", "/D COMPILE_DL_PHAR ");
14
}
15
- if (PHP_PHAR_NATIVE_SSL != "no") {
+ if (PHP_PHAR_NATIVE_SSL != "no" && PHP_SNAPSHOT_BUILD == "no") {
16
var ret = SETUP_OPENSSL("phar", PHP_PHAR);
17
18
if (ret >= 2) {
0 commit comments