From e3b4b8b2f33555563d138ed7c444b3966c61624c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 19 May 2024 08:48:23 +0200 Subject: update to 5.7.0 --- php-phalcon5.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-phalcon5.spec') diff --git a/php-phalcon5.spec b/php-phalcon5.spec index edfedbb..2ed8334 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -13,7 +13,7 @@ %global pecl_name phalcon # after 40-json.ini, 20-pdo.ini %global ini_name 50-%{pecl_name}.ini -%global upstream_version 5.6.2 +%global upstream_version 5.7.0 #global upstream_prever RC4 #global upstream_low %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -101,6 +101,7 @@ extension=%{pecl_name}.so ; Configuration ;phalcon.db.escape_identifiers = On ;phalcon.db.force_casting = Off +;phalcon.form.strict_entity_property_check = Off ;phalcon.orm.case_insensitive_column_map = Off ;phalcon.orm.cast_last_insert_id_to_int = Off ;phalcon.orm.cast_on_hydrate = Off @@ -234,6 +235,9 @@ fi %changelog +* Sun May 19 2024 Remi Collet - 5.7.0-1 +- update to 5.7.0 + * Fri Mar 15 2024 Remi Collet - 5.6.2-1 - update to 5.6.2 -- cgit