I have installed php and pulled the package through powershell with this command :
Set-ExecutionPolicy RemoteSigned; Invoke-WebRequest -Uri "https://github.com/cretueusebiu/valet-windows/raw/master/bin/php71.ps1" -OutFile $env:temp\php71.ps1; ."$env:temp\php71.ps1"
And I found out that MYSQL doesn't come with it, now I want to install xampp and just replace it. How am I gonna delete my installed php in the computer ?
PHP on windows doesn't exactly "install" like Python or something, it will probably download to wherever you ran the script from. Remove this folder and:
The XAMPP installer should then register it's own PHP version, but to verify you could repeat these steps but make sure the line that ends in "php" is referring to the folder in which you installed XAMPP
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With