Quantcast
Channel: Phalcon Framework Blog
Viewing all articles
Browse latest Browse all 109

Phalcon 1.2.1 Released

$
0
0

We are happy to announce that Phalcon 1.2.1 is available for download/compile for our users.

This new version of Phalcon includes a lot of optimizations, reducing memory while increasing performance (yet again :))

A few key points are

  • Dispatching parameters now can be modified in ‘beforeExecuteRoute’ events
  • ‘beforeException’ events can now handle exceptions occurred when executing actions (#140)
  • Added Phalcon\Dispatcher::getHandlerClass and Phalcon\Dispatch::getActionMethod
  • Phalcon\Form\Element\* classes now implement Phalcon\Form\ElementInterface
  • Phalcon\Config\Adapter\Ini correctly handles empty sections and INI files without any sections
  • Phalcon\Http\Request fully supports file arrays
  • Added support for various padding schemes (PKCS7, ANSI X.923, ISO 10126, ISO/IEC 7816-4, zero padding, space padding) to Phalcon\Crypt
  • Added getKey(), getError(), isUploadedFile() methods to Phalcon\Http\Request\File

and much more. You can read the full list in our CHANGELOG.

Phalcon 1.2.1 is now available on the master branch and DLLs are available for download in our download area. You can also access the latest documentation here.


Viewing all articles
Browse latest Browse all 109