]> 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 17:38:50 +0000 (19:38 +0200)
(cherry picked from commit 36c3d7140753bb692e36f5dcef7db7aa76224751)

win32/build/confutils.js

index a9ef15e70c7176e8052d9b1f69a2de7fe920126e..a0352b55454b773295a26d022df567dcb9bab664 100644 (file)
@@ -2174,6 +2174,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. */