高性能 PHP 框架,Phalcon 2.0.1 發布
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