1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 12:01:07 +02:00

fix missing var for phpize

This commit is contained in:
Anatol Belski
2017-07-17 06:54:27 +02:00
parent e93f089d6a
commit 36c3d71407

View 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. */