diff options
| author | jfha73 <jfha73@gmail.com> | 2014-09-18 13:20:18 -0400 | 
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-09-18 20:43:24 +0200 | 
| commit | e5e94e0d2ef96eed35c7c7140a72f199d764e7cd (patch) | |
| tree | c5cdaf68521c28a342a9a8fdbd4f122638b011a4 /sapi/apache2handler | |
| parent | 51e343d5d74e6e1fc93eaf608d75f50c088a9335 (diff) | |
| download | php-git-e5e94e0d2ef96eed35c7c7140a72f199d764e7cd.tar.gz | |
Update config.w32
Change of php5 for php7
Diffstat (limited to 'sapi/apache2handler')
| -rw-r--r-- | sapi/apache2handler/config.w32 | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/apache2handler/config.w32 b/sapi/apache2handler/config.w32 index a7547514d8..d15dcfaf03 100644 --- a/sapi/apache2handler/config.w32 +++ b/sapi/apache2handler/config.w32 @@ -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');  | 
