Browse Source

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix missing var for phpize
PHP-7.1.8
Anatol Belski 9 years ago
parent
commit
65d5e025a7
  1. 1
      win32/build/confutils.js

1
win32/build/confutils.js

@ -2242,6 +2242,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. */

Loading…
Cancel
Save