]> granicus.if.org Git - php/commitdiff
fix missing var for phpize
authorAnatol Belski <ab@php.net>
Mon, 17 Jul 2017 04:54:27 +0000 (06:54 +0200)
committerAnatol Belski <ab@php.net>
Mon, 17 Jul 2017 04:54:47 +0000 (06:54 +0200)
win32/build/confutils.js

index 32faad028ed58b38074f79696cfd143cabe7d153..c7c0ab841eaa626dc12dcd7dbdfe3156c46c04ce 100644 (file)
@@ -2265,6 +2265,7 @@ function generate_phpize()
        CJ.WriteLine("var PHP_DEBUG=" + '"' + PHP_DEBUG + '"');
        CJ.WriteLine("var PHP_DLL_LIB =" + '"' + get_define('PHPLIB') + '"');
        CJ.WriteLine("var PHP_DLL =" + '"' + get_define('PHPDLL') + '"');
+       CJ.WriteLine("var PHP_SECURITY_FLAGS =" + '"' + PHP_SECURITY_FLAGS + '"');
 
        /* The corresponding configure options aren't enabled through phpize,
                thus these dummy declarations are required. */