Fixed error regarding phppath in update_db.sql
This commit is contained in:
parent
18275371c0
commit
8da8bec926
1 changed files with 4 additions and 4 deletions
|
@ -6074,11 +6074,11 @@ GO
|
||||||
|
|
||||||
-- wsp-10269: Changed php extension path in default properties for IIS70 and IIS80 provider
|
-- wsp-10269: Changed php extension path in default properties for IIS70 and IIS80 provider
|
||||||
update ServiceDefaultProperties
|
update ServiceDefaultProperties
|
||||||
set PhpPath='%PROGRAMFILES(x86)%\PHP\php-cgi.exe'
|
set PropertyValue='%PROGRAMFILES(x86)%\PHP\php-cgi.exe'
|
||||||
where ProviderId in(101, 105)
|
where PropertyName='PhpPath' and ProviderId in(101, 105)
|
||||||
|
|
||||||
update ServiceDefaultProperties
|
update ServiceDefaultProperties
|
||||||
set Php4Path='%PROGRAMFILES(x86)%\PHP\ph.exe'
|
set PropertyValue='%PROGRAMFILES(x86)%\PHP\php.exe'
|
||||||
where ProviderId in(101, 105)
|
where PropertyName='Php4Path' and ProviderId in(101, 105)
|
||||||
|
|
||||||
GO
|
GO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue