In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly introduces "how to use strtotime () time zone setting warning message repair of PHP 5.3.x". In daily operation, it is believed that many people have doubts about how to use strtotime () time zone setting warning message of PHP 5.3.x to fix problems. The editor consulted all kinds of materials and sorted out simple and useful operation methods. I hope it will be helpful for you to answer the question of "how to use strtotime () time zone setting warning message fix of PHP 5.3.x"! Next, please follow the editor to study!
The specific mode of operation is as follows:
1. Add the configuration of timezone to the php configuration file (refer to the configuration rules of debian and add a small configuration rule file for easy maintenance and good customization)
~ # vim / etc/php/cli-php5.3/ext-active/date_timezone.ini
Date.timezone = "Asia/Shanghai"
~ # env-update
~ # source / etc/profile
The custom files are placed in the cli-php5.3/ext-active directory because php defaults to cli, and the ext-active directory is a dedicated directory for enabling features, which can be seen in the / etc/env.d/20php5.3 file.
MANPATH= "/ usr/lib/php5.3/man/"
CONFIG_PROTECT_MASK= "/ etc/php/cli-php5.3/ext-active/ / etc/php/cgi-php5.3/ext-active/ / etc/php/apache2-php5.3/ext-active/"
2. Add date_default_timezone_set ('Asia/Shanghai') to the php file where the error message appears; the location is in Shanghai, China
Note:
In some references, it is said that you can choose either of these two methods, but after my test, you must use both methods at the same time so that there will be no more error prompts.
In fact, the second method does not need to be added in every PHP file where there is an error prompt, but only in one of the PHP files. In addition, the added time zone does not need to be the same as the time zone in the prompt, for example, the prompt given to me by the system is Chongqing, but it is also the same when I set it to Shanghai, and of course this time is the same as the time zone setting of my system.
At this point, the study on "how to use PHP 5.3.x strtotime () time zone setting warning message fix" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.