Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在本地机器上使用一些 DateTime 函数时,后来我发现我们的服务器有 5.2.x 而我在本地机器上有 5.3.x。
是否可以仅将 DateTime 库升级为像 5.3.x 一样,因为我们有一些应用程序可能无法在 php 5.3.x 中运行。
最好的
DateTime 不是一个库,它是 PHP 核心的一部分:http ://www.php.net/manual/en/datetime.requirements.php
所以这是不可能的。
您究竟需要什么功能?