Upgrade PHP Version (Implementation method) _php skills in WAMP integrated environment
Source: Internet
Author: User
Upgrade PHP version in WAMP integrated environment 1. Download the PHP version of the package, unzip the PHP version compression package
2. Stop Wamp Service
3. Replace wamp\php file
4. Replace the Php5nsapi.dll and Php5ts.dll in the Wamp\apache2\bin directory (corresponding to the current PHP version)
5. Restart Wamp Service
6.phpinfo () test
Problems with time zone settings I encountered
Solution: Wamp\apache2\bin\php.ini
; Module Settings;
; New Time zone settings
[Date]
; Defines the default timezone used by the date functions
; Http://php.net/date.timezone
Date.timezone = UTC
; New Time zone settings
Attention matters When the PHP version is upgraded
Because we're replacing the PHP directory.
Some paths in the Php/php.ini file do not necessarily match the path that is now Wamp.
Need to modify
Search D:
Find some paths and then modify them to match the Wamp path now
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service