Accepting request 1141264 from server:php:extensions

OBS-URL: https://build.opensuse.org/request/show/1141264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-phalcon?expand=0&rev=13
This commit is contained in:
2024-01-25 17:41:10 +00:00
committed by Git OBS Bridge
4 changed files with 38 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47810a0aaa20c1a3cf0a2d7babccfa1870fa0fc78d30cefd45ed808f89d47619
size 966058

3
phalcon-5.6.0.tgz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:417a0b39acebad34608d33ba88aa0ddc0849d45a7e4f107c1e8399f50a338916
size 964979

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sat Jan 20 20:17:55 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
- 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]
-------------------------------------------------------------------
Sat Oct 28 21:03:05 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package php-phalcon
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,7 @@ ExclusiveArch: do-not-build
%endif
Name: %{php_name}-%{pkg_name}
Version: 5.4.0
Version: 5.6.0
Release: 0
Summary: PHP Extension Module
License: BSD-3-Clause