Skip to content

Commit 4ef9f53

Browse files
committed
fix missing var for phpize
(cherry picked from commit 36c3d71)
1 parent 4d08b9d commit 4ef9f53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

win32/build/confutils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,6 +2174,7 @@ function generate_phpize()
21742174
CJ.WriteLine("var PHP_DEBUG=" + '"' + PHP_DEBUG + '"');
21752175
CJ.WriteLine("var PHP_DLL_LIB =" + '"' + get_define('PHPLIB') + '"');
21762176
CJ.WriteLine("var PHP_DLL =" + '"' + get_define('PHPDLL') + '"');
2177+
CJ.WriteLine("var PHP_SECURITY_FLAGS =" + '"' + PHP_SECURITY_FLAGS + '"');
21772178

21782179
/* The corresponding configure options aren't enabled through phpize,
21792180
thus these dummy declarations are required. */

0 commit comments

Comments
 (0)