mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
parent
4d08b9dac0
commit
4ef9f536ba
1 changed files with 1 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue