Overview

Request 1140211 accepted

- update to 5.6.0
* Changed `Phalcon\Db\Adapter\Pdo\Mysql` to not use specific flags for
`PDO` (`PDO::ATTR_EMULATE_PREPARES` or `PDO::ATTR_STRINGIFY_FETCHES`)
for performance reasons [#16474]
* Merged `Phalcon\Db\AbstractDb` with `Phalcon\Db\Adapter\AbstractAdapter`
since the former was not used [#16474]
* Added `resetColumns()`, `resetFrom()`, `resetWhere()`, `resetGroupBy()`,
`resetHaving()`, `resetOrderBy()`, `resetLimit()`, `resetFlags()` to
the `Phalcon\Datamapper\Query\AbstractQuery` to allow resetting query
filters.
* Fixed `Phalcon\Mvc\Model::count` to ignore the `order` parameter (needed
for Posgresql) [#16471]
* Fixed `Phalcon\Mvc\Model::toArray` added parameter to ignore getters in
order not to break serialize. [#16490]
* Fixed `Phalcon\Mvc\Model::toArray` changing the conditionals for
population to remove segfault. [#16498]
- update to 5.5.0
* Shifted minimal support from PHP 7.4 to PHP 8.0 [#16477]
* Changed `Phalcon\Mvc\Model::toArray` to use getters if present [#16320]
* Adjusted return types identical to original interface `int|false` in
`Phalcon\Session\Adapter\*::gc()` [#16477]
* Changed return type of `Phalcon\Config\Adapter\Ini::cast()` to `mixed`
[#16477]
* Added support for PHP 8.3 [#16477]
* Fixed `Phalcon\Filter\Validation\Validator\Numericality` to return
false when input has spaces [#16461]
* Fixed `Phalcon\Mvc\Model\ResultsetSimple::toArray` to ignore numeric
indexes in case results come as not `fetch_assoc` [#16467]

Loading...

Request History
Arjen de Korte's avatar

adkorte created request

- update to 5.6.0
* Changed `Phalcon\Db\Adapter\Pdo\Mysql` to not use specific flags for
`PDO` (`PDO::ATTR_EMULATE_PREPARES` or `PDO::ATTR_STRINGIFY_FETCHES`)
for performance reasons [#16474]
* Merged `Phalcon\Db\AbstractDb` with `Phalcon\Db\Adapter\AbstractAdapter`
since the former was not used [#16474]
* Added `resetColumns()`, `resetFrom()`, `resetWhere()`, `resetGroupBy()`,
`resetHaving()`, `resetOrderBy()`, `resetLimit()`, `resetFlags()` to
the `Phalcon\Datamapper\Query\AbstractQuery` to allow resetting query
filters.
* Fixed `Phalcon\Mvc\Model::count` to ignore the `order` parameter (needed
for Posgresql) [#16471]
* Fixed `Phalcon\Mvc\Model::toArray` added parameter to ignore getters in
order not to break serialize. [#16490]
* Fixed `Phalcon\Mvc\Model::toArray` changing the conditionals for
population to remove segfault. [#16498]
- update to 5.5.0
* Shifted minimal support from PHP 7.4 to PHP 8.0 [#16477]
* Changed `Phalcon\Mvc\Model::toArray` to use getters if present [#16320]
* Adjusted return types identical to original interface `int|false` in
`Phalcon\Session\Adapter\*::gc()` [#16477]
* Changed return type of `Phalcon\Config\Adapter\Ini::cast()` to `mixed`
[#16477]
* Added support for PHP 8.3 [#16477]
* Fixed `Phalcon\Filter\Validation\Validator\Numericality` to return
false when input has spaces [#16461]
* Fixed `Phalcon\Mvc\Model\ResultsetSimple::toArray` to ignore numeric
indexes in case results come as not `fetch_assoc` [#16467]


Arjen de Korte's avatar

adkorte accepted request

openSUSE Build Service is sponsored by