mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
php: remove configuration transfer (would not work)
This commit is contained in:
parent
de9034d5a6
commit
5bfd9daff8
6
php.json
6
php.json
@ -32,12 +32,6 @@
|
|||||||
"PHP_INI_SCAN_DIR": "$data_dir\\conf"
|
"PHP_INI_SCAN_DIR": "$data_dir\\conf"
|
||||||
},
|
},
|
||||||
"post_install": "
|
"post_install": "
|
||||||
#Copy ini scan dir from old location before persistant update
|
|
||||||
if ((Test-Path \"$dir\\..\\conf\") -and !(Test-Path \"$data_dir\\conf\")) {
|
|
||||||
Write-Host 'We are moving your php configuration to scoop/data/php/conf'
|
|
||||||
mv \"$dir\\..\\conf\" \"$data_dir\\conf\"
|
|
||||||
}
|
|
||||||
|
|
||||||
#Copy PHP configuration file to expected location
|
#Copy PHP configuration file to expected location
|
||||||
cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"
|
cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user