mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Update config.w32
Change of php5 for php7
This commit is contained in:
parent
51e343d5d7
commit
e5e94e0d2e
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ if (PHP_APACHE2HANDLER != "no") {
|
|||
CHECK_LIB("libapr.lib", "apache2handler", PHP_PHP_BUILD + "\\lib\\apache2") &&
|
||||
CHECK_LIB("libaprutil.lib", "apache2handler", PHP_PHP_BUILD + "\\lib\\apache2")
|
||||
) {
|
||||
SAPI('apache2handler', 'mod_php5.c sapi_apache2.c apache_config.c php_functions.c',
|
||||
SAPI('apache2handler', 'mod_php7.c sapi_apache2.c apache_config.c php_functions.c',
|
||||
'php' + PHP_VERSION + 'apache2.dll',
|
||||
'/D PHP_APACHE2_EXPORTS /I win32');
|
||||
} else {
|
||||
|
@ -29,7 +29,7 @@ if (PHP_APACHE2_2HANDLER != "no") {
|
|||
CHECK_LIB("libapr-1.lib", "apache2_2handler", PHP_PHP_BUILD + "\\lib\\apache2_2") &&
|
||||
CHECK_LIB("libaprutil-1.lib", "apache2_2handler", PHP_PHP_BUILD + "\\lib\\apache2_2")
|
||||
) {
|
||||
SAPI('apache2_2handler', 'mod_php5.c sapi_apache2.c apache_config.c php_functions.c',
|
||||
SAPI('apache2_2handler', 'mod_php7.c sapi_apache2.c apache_config.c php_functions.c',
|
||||
'php' + PHP_VERSION + 'apache2_2.dll',
|
||||
'/D PHP_APACHE2_EXPORTS /I win32',
|
||||
'sapi\\apache2_2handler');
|
||||
|
@ -47,7 +47,7 @@ if (PHP_APACHE2_4HANDLER != "no") {
|
|||
CHECK_LIB("libapr-1.lib", "apache2_4handler", PHP_PHP_BUILD + "\\lib\\apache2_4") &&
|
||||
CHECK_LIB("libaprutil-1.lib", "apache2_4handler", PHP_PHP_BUILD + "\\lib\\apache2_4")
|
||||
) {
|
||||
SAPI('apache2_4handler', 'mod_php5.c sapi_apache2.c apache_config.c php_functions.c',
|
||||
SAPI('apache2_4handler', 'mod_php7.c sapi_apache2.c apache_config.c php_functions.c',
|
||||
'php' + PHP_VERSION + 'apache2_4.dll',
|
||||
'/D PHP_APACHE2_EXPORTS /I win32',
|
||||
'sapi\\apache2handler');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue