高性能 PHP 框架,Phalcon 2.0.1 發布

jopen 9年前發布 | 11K 次閱讀 Phalcon

PhalconPHP 是一個使用 C 擴展開發的 PHP Web 框架,提供高性能和低資源占用。

Phalcon 是一個開源的、全堆棧的 PHP 5 框架,使用 C 擴展編寫,專門為高性能優化。無需學習和使用 C 語言,所有函數都以 PHP 類的方式曾現。Phalcon 是一個松耦合的框架。

使用時需在 php.ini 中添加:extension=phalcon.so

 

Phalcon 2.0.1 發布,此版本更新內容如下:

  • Fixed segfaults caused by static caches in <= PHP 5.5 builds

  • Added missing Phalcon\Debug::listenLowSeverity

  • Added new theme in Phalcon\Debug

  • Allow to count and iterate Phalcon\Session\Bag as in 1.3.x

  • Renamed getEventsManager to getInternalEventsManager in Phalcon\Di to avoid collision with existing services

  • Added constants FILTER_* to Phalcon\Filter for filters names

  • Fixed multibyte characters in cssmin/jsmin

  • Added Phalcon\Security::destroyToken() to remove current token key and value from session removed first argument (password), since it's not used in the function

  • Restored alternative hash algorithms in Phalcon\Security that were available in 1.3.x

  • Fixed bug that makes instances returned in Model::findFirst to be not completely initialized

  • Added support for general SELECT ALL/SELECT DISTINCT in PHQL

  • Added support for "not in" test in Volt

  • Phalcon\Debug\Dump -- Renamed method var() to variable() -- Renamed method vars() to variables()

  • Phalcon\Mvc\Model::findFirst() now allows hydration (#10259).

此版本現已提供下載:https://github.com/phalcon/cphalcon/archive/phalcon-v2.0.1.zip

來自:http://www.oschina.net/news/62364/phalcon-2-0-1

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!