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.
2 parents 24992a1 + c4f8dd9 commit ba1c78cCopy full SHA for ba1c78c
win32/build/confutils.js
@@ -1937,6 +1937,14 @@ function generate_phpize()
1937
CJ.WriteLine("var PHP_ZTS =" + '"' + PHP_ZTS + '"');
1938
CJ.WriteLine("var PHP_DLL_LIB =" + '"' + get_define('PHPLIB') + '"');
1939
CJ.WriteLine("var PHP_DLL =" + '"' + get_define('PHPDLL') + '"');
1940
+
1941
+ /* The corresponding configure options aren't enabled through phpize,
1942
+ thus these dummy declarations are required. */
1943
+ CJ.WriteLine("var PHP_ANALYZER =" + '"no"');
1944
+ CJ.WriteLine("var PHP_PGO =" + '"no"');
1945
+ CJ.WriteLine("var PHP_PGI =" + '"no"');
1946
+ CJ.WriteLine("var PHP_ALL_SHARED =" + '"no"');
1947
1948
CJ.WriteBlankLines(1);
1949
CJ.Close();
1950
}
0 commit comments