diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-18 10:57:19 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-18 10:57:19 +0200 |
commit | 3a5fe9a3723116e6240292962acf04ede3714911 (patch) | |
tree | 427848b9c006d54e0bfa801d1315ca51965e5379 | |
parent | 15fd1008512e2c81412b69fbcca5602f712462f3 (diff) |
update to 5.0.4
-rw-r--r-- | PHPINFO | 4 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-phalcon5.spec | 5 |
3 files changed, 7 insertions, 4 deletions
@@ -5,8 +5,8 @@ phalcon Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance. phalcon => enabled Author => Phalcon Team and contributors -Version => 5.0.3 -Build Date => Oct 7 2022 00:00:00 +Version => 5.0.4 +Build Date => Oct 18 2022 00:00:00 Powered by Zephir => Version 0.16.3-$Id$ Directive => Local Value => Master Value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #115 phalcon version 5.0.3 ] { +Extension [ <persistent> extension #116 phalcon version 5.0.4 ] { - Dependencies { Dependency [ pdo (Required) ] diff --git a/php-phalcon5.spec b/php-phalcon5.spec index 586e9a8..0b04eb2 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -22,7 +22,7 @@ %global pecl_name phalcon # after 40-json.ini, 20-pdo.ini %global ini_name 50-%{pecl_name}.ini -%global upstream_ver 5.0.3 +%global upstream_ver 5.0.4 #global upstream_pre RC4 #global upstream_low %%(echo %%{upstream_pre} | tr '[:upper:]' '[:lower:]') @@ -250,6 +250,9 @@ fi %changelog +* Tue Oct 18 2022 Remi Collet <remi@remirepo.net> - 5.0.4-1 +- update to 5.0.4 + * Fri Oct 7 2022 Remi Collet <remi@remirepo.net> - 5.0.3-1 - update to 5.0.3 |