Skip to content

Commit ba1c78c

Browse files
committed
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
2 parents 24992a1 + c4f8dd9 commit ba1c78c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

win32/build/confutils.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,6 +1937,14 @@ function generate_phpize()
19371937
CJ.WriteLine("var PHP_ZTS =" + '"' + PHP_ZTS + '"');
19381938
CJ.WriteLine("var PHP_DLL_LIB =" + '"' + get_define('PHPLIB') + '"');
19391939
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+
19401948
CJ.WriteBlankLines(1);
19411949
CJ.Close();
19421950
}

0 commit comments

Comments
 (0)