Wamp upgrade PHP version in an integrated environment
1. Download the PHP version of the compressed package, unzip the PHP version of the package
2. Stop Wamp Service
3. Replace the 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 the Wamp service
6.phpinfo () test
I'm having problems with the time zone setting
Solution:
Wamp\apache2\bin\php.ini
; Module Settings;
; Add time zone setting
[Date]
; Defines the default timezone used by the date functions
; Http://php.net/date.timezone
Date.timezone = UTC
; Add time zone setting
Precautions
When the PHP version is upgraded
Because we are 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 current Wamp path
http://www.bkjia.com/PHPjc/327973.html www.bkjia.com true http://www.bkjia.com/PHPjc/327973.html techarticle Wamp in an integrated environment PHP version 1. Download the PHP version of the ZIP package, unzip the PHP version of the package 2. Wamp Service 3. Replace the wamp\php file 4. Replace the Php5nsapi.dll in the Wamp\apache2\bin directory with the ...