Wamp upgrade to xampp first uninstall Wamp
In the process, it is similar to any software. You should back up the data for sure to back up. otherwise disappear.
https://www.apachefriends.org/zh_cn/index.html Click here to download the software
Launch Apache,mysql, open localhost to install successfully
Configuration, because the XAMPP default root directory has a new WWW, so you need to configure the virtual domain name for the original Wamp www directory
Edit httpd.conf, modify
<directory/> #AllowOverride None #Require all denied Options all allowoverride all Order deny,allow all ow from </Directory>
Edit httpd-vhosts.conf
Namevirtualhost *:80 <virtualhost *:80> ServerAdmin [email protected] documentroot "D:/soft/xampp/htdocs" Serv Ername localhost </VirtualHost> <virtualhost *:80> ServerAdmin [email protected] documentroot "D:/soft/wam P/www "ServerName vhallapp.com serveralias www.vhallapp.com errorlog" D:/soft/wamp/apacheerror.log "Customlog" d:/ Soft/wamp/apacheaccess.log "Common </VirtualHost>
Edit hosts
127.0.0.1 www.app.com
5. Download Redis
Http://pecl.php.net/package/redis/2.2.7/windows Download version 5.6 DLL file
6. Edit PHP.ini
Extension=php_redis.dll
7. Open Xdebug
[XDebug] zend_extension = "D:\soft\xampp\php\ext\php_xdebug.dll" xdebug.profiler_append = 0 xdebug.profiler_enable = 1 Xdebug.profiler_enable_trigger = 0 Xdebug.profiler_output_dir = "D:\soft\xampp\tmp" Xdebug.profiler_output_name = " cachegrind.out.%t-%s "xdebug.remote_enable = 0 Xdebug.remote_handler =" DBGP "xdebug.remote_host =" 127.0.0.1 " Xdebug.trace_output_dir = "D:\soft\xampp\tmp"
This is all the way to upgrade xampp. I'm just using XAMPP, so. This is a white paper for you.
Most download links are easy to use. The following code is found on the codego.net.
Wamp steps to upgrade to XAMPP