Skip to content

Commit

Permalink
fix missing var for phpize
Browse files Browse the repository at this point in the history
(cherry picked from commit 36c3d71)
  • Loading branch information
weltling committed Jul 17, 2017
1 parent 4d08b9d commit 4ef9f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win32/build/confutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 4ef9f53

Please sign in to comment.