I using macOS High Sierra version 10.13.1
I want to install two xampp in my Mac (xampp 7.0.27 and xampp 7.1.13)
First, I had install xampp 7.0.27 in my Mac and it works. It's stored in /Applications/XAMPP
Second, I try to install xampp 7.1.13 in my Mac. Seems it's failed. Because it's stored in /Applications/XAMPP too. Does not seem to be custom the path
How can I solve this problem?
A not-so-pretty solution that works:
Install the first XAMPP version and then rename
/Applications/XAMPP to something like /Applications/XAMPP-7.0.27.
After that, install the second XAMPP version and then rename
/Applications/XAMPP to something like
/Applications/XAMPP-7.1.13.
In order to run the preferred version just rename it back to /Applications/XAMPP and run the manager-osx.
Related
Is there any way to update XAMPP's PHP version from 5.5.15 to the newest one without reinstalling the whole XAMPP on the macOS High Sierra?
I think it is possible to download needed version of php, put it in the directory with php files. Then rename current version in that folder prefixing it with something like _. Then xamp should see new versions of php. This worked for MAMP so i think should work with xamp too.
I am trying to install xampp on linux mint 32 bit OS. I downloaded xampp from here. And I got a xampp-linux-1.8.3-5-installer.run file. I tried to run that file but its showing me error. Can anyone help me to install xampp in my linux mint.
I am a noob in linux and I'm using it for the first time. I found some linux commands to install xampp. But it didn't help me well.
Without knowing the exact error, you will find a guide Here on how to install Apache, Mysql and PHP on Ubuntu which uses the same install commands as Linux Mint.
I had mysql already installed on my macbook and hence decided to use macports to install php5. It got apache as a dependency and installed it too. Now I couldn't get php to work with mac. Searching all around decided to save some time by just installing MAMP. Before that I need to delete everything concerning php, apache and mysql. I have removed mysql by following this:
How do you uninstall MySQL from Mac OS X?
How do I remove php5 and apache from my mac?
Really you do not need to remove them, just make sure Apache and MySQL aren't running, but port uninstall "application" should do the trick.
On a personal note I would shy away from MAMP and go with something like Zend Community server, MAMP can cause headaches if you need to use pear and/or pecl to install additional modules.
I'm running on php 5.2.6 on my development server and need to install phpMyAdmin. However, when I install phpMyAdmin, it updates my php to 5.3.x and that causes my website to break... Been looking online but haven't found anything that will install phpMyAdmin but leave alone the php version.
Anyone know how to install phpMyAdmin without upgrading php automatically? Leave php version alone, just install the phpMyAdmin on Linux Fedora 14.
You can just download it from here. Don't use yum to install this package.
I have installed PHP 5.3.3 on my machine without pear.
But now i want to install on my machine without removing the existing configuration.
In there any way to manually update PEAR without go-pear.bat on windows ?
THANK YOU ALL
copy pear lib in your system from old installation
you use PHP ? or wamp or xampp ?