We are excited to announce the release of Phalcon 2.0.6!
This version contains mostly bug fixes as well as improvements to the 2.0.x series.
Changes
- Builds in TravisCI now uses Docker to perform faster builds
- Added
Http\Response::setCache()
to easily set cache headers. - When a beanstalkd connection is closed, the adapter does not produce a notice anymore
- Default separator in
Text::increment
is now_
(underscore) - Using
tel_field
in Volt now generates correct PHP code - SQL generated by PostgreSQL dialect in
dropTable
anddropView
is now correct - Errors generated in
Cache\Backend\Memcached
now shows the result code to easily debug problems - Fixed
LIMIT/OFFSET
SQL generation inMvc\Model\Query\Builder
- Fixed
Logger\Formatter\Line
to match 1.3.x behavior - Fixed warning when
castOnHydrate
is true 10648 - Added name before
int
/float
/numeric
/string
/bool
/null
/other variables inDebug\Dump::output
- Now
Validation\Validator\Identical
allows both ‘accepted’ and ‘value’ as value to keep backwards compatibility - Added
\Phalcon\Mvc\Model\MetaData\Redis
adapter. - Added Redis Session adapter
- Fixed bug in
Mvc\Model\Criteria::fromInput
preventing it from using renamed columns - Fixed bug in
Http\Request
getRawBody()
/getPut()
clears input buffer 10694
Update/Upgrade
This version can be installed from the master branch, if you don’t have Zephir installed follow these instructions:
git clone https://github.com/phalcon/cphalcon
cd cphalcon/build
sudo ./install
If you have Zephir installed:
git clone https://github.com/phalcon/cphalcon
cd cphalcon
zephir build
Note that running the installation script will replace any version of Phalcon installed before.
Windows DLLs are available in the download page.
See the upgrading guide for more information about upgrading to Phalcon 2.0.x from 1.3.x.
Chat - Q&A
Support
Social Media
Videos
<3 Phalcon Team