2011年9月28日 星期三

PHP 5.4 beta1 發佈

PHP 5.4 beta1 發佈了!!!

增加了一些新功能和移除部分過時的行為,主要做了三項變動:

  1. 增加可呼叫的 type hint。
  2. 移除自動辨識時區演算法,改用 UTC 為預設。
  3. 使用 mysqlnd 為預設來取代掉 mysql、mysqli 和 pdo_mysql。


原文:

  • Added callable typehint.
  • Removed the timezone guessing algorithm. "UTC" is now used in case the timezone is not set.
  • The mysql, mysqli and pdo_mysql extensions now use mysqlnd by default.

參考資料:http://www.php.net/archive/2011.php#id2011-09-27-1


沒有留言: