设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Phalcon 2.0.7发布,高性能PHP框架

2015-8-18 23:16| 发布者: joejoe0332| 查看: 502| 评论: 0|原作者: oschina|来自: oschina

摘要: Phalcon 2.0.7 发布,此版本更新内容如下:Image\Adapter\Gd::save() no longer fails if the method or the instance is created with a filename without an extensionFixed segfault in Image\Adapter\Imagick::t ...

Phalcon 2.0.7 发布,此版本更新内容如下:

  • Image\Adapter\Gd::save() no longer fails if the method or the instance is created with a filename without an extension

  • Fixed segfault in Image\Adapter\Imagick::text()

  • Exceptions thrown in Volt compiler are now Phalcon\Mvc\View\Engine\Exception

  • Now you can import macros from other files using {% include "file.volt" %}

  • Undefined function calls fall back to macro calls in Volt

  • Automatic bound parameters in Mvc\Model\Criteria now uses a different prefix than Mvc\Model\Query\Builder to avoid collissions

  • Added Cache\Multiple::flush() to flush the cache backends added to the multiple system

  • Fixed Session\Bag::remove()

  • Session\Bag::destroy() eliminates any temporary data in the variables bag

  • afterCreate/afterUpdate are only called if saving related records was successful

  • Added an optional parameter removeData to Session\Adapter::remove() to remove any data in $_SESSION that belongs to the uniqueId or the whole session data

  • Now session variables making use of unique prefixes use # as internal separator

  • Added parameter the changing operator for conditions in method Mvc\Model\Criteria::fromImput() #10749

  • Added \Phalcon\Queue\Beanstalk::listTubes() to get list of a tubes

  • Added a fix to avoid that a table present in many sub-queries causes invalid SQL generation

  • Add CookieInterface, update Cookie and Cookies to use this interface - Decoupling Cookies and Cookie - Check Session state before using it in Cookie. #10789

  • Fixed merge of Phalcon\Config instances containing objects different than Phalcon\Config compatible instances

  • When creating tables in Postgres, inline PRIMARY keys are now escaped properly#10797

  • Fixed incorrect generation of SELECT COUNT(\*) causing unexpected exceptions when phqlLiterals is disabled

  • Added Phalcon\Security\Random - secure random number generator class. Provides secure random number generator which is suitable for generating session key in HTTP cookies, etc

下载:https://github.com/phalcon/cphalcon/archive/phalcon-v2.0.7.zip

PhalconPHP 是一个使用 C 扩展开发的 PHP Web 框架,提供高性能和低资源占用。

Phalcon 是一个开源的、全堆栈的 PHP 5 框架,使用 C 扩展编写,专门为高性能优化。无需学习和使用 C 语言,所有函数都以 PHP 类的方式曾现。Phalcon 是一个松耦合的框架。

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


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部