From 36c3d7140753bb692e36f5dcef7db7aa76224751 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 17 Jul 2017 06:54:27 +0200 Subject: [PATCH] fix missing var for phpize --- win32/build/confutils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 32faad028e..c7c0ab841e 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -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. */ -- 2.40.0