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 4d08b9d commit 4ef9f53Copy full SHA for 4ef9f53
win32/build/confutils.js
@@ -2174,6 +2174,7 @@ function generate_phpize()
2174
CJ.WriteLine("var PHP_DEBUG=" + '"' + PHP_DEBUG + '"');
2175
CJ.WriteLine("var PHP_DLL_LIB =" + '"' + get_define('PHPLIB') + '"');
2176
CJ.WriteLine("var PHP_DLL =" + '"' + get_define('PHPDLL') + '"');
2177
+ CJ.WriteLine("var PHP_SECURITY_FLAGS =" + '"' + PHP_SECURITY_FLAGS + '"');
2178
2179
/* The corresponding configure options aren't enabled through phpize,
2180
thus these dummy declarations are required. */
0 commit comments