From 9883836869176be4ec90e34bd2e8b6db58a3d684 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Jun 2022 08:51:04 +0200 Subject: update to 5.0.0RC2 --- PHPINFO | 6 +++--- REFLECTION | 40 +++++++++++++++++++++++++++++++++------- php-phalcon5.spec | 7 +++++-- 3 files changed, 41 insertions(+), 12 deletions(-) diff --git a/PHPINFO b/PHPINFO index 726ece6..291ca46 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,9 +5,9 @@ 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.0RC1 -Build Date => Jun 1 2022 00:00:00 -Powered by Zephir => Version 0.16.0-4fac47b +Version => 5.0.0RC2 +Build Date => Jun 10 2022 00:00:00 +Powered by Zephir => Version 0.16.0-$Id$ Directive => Local Value => Master Value phalcon.db.escape_identifiers => On => On diff --git a/REFLECTION b/REFLECTION index 2d9fc2e..28b94cb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 phalcon version 5.0.0RC1 ] { +Extension [ extension #116 phalcon version 5.0.0RC2 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -68,7 +68,7 @@ Extension [ extension #116 phalcon version 5.0.0RC1 ] { } } - - Classes [615] { + - Classes [616] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -6459,7 +6459,7 @@ Extension [ extension #116 phalcon version 5.0.0RC1 ] { - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ abstract public method setHtmlQuoteType ] { + Method [ abstract public method setFlags ] { - Parameters [1] { Parameter #0 [ int $flags ] @@ -42205,7 +42205,7 @@ Extension [ extension #116 phalcon version 5.0.0RC1 ] { Class [ class Phalcon\Filter\Filter implements Phalcon\Filter\FilterInterface ] { - - Constants [21] { + - Constants [22] { Constant [ public string FILTER_ABSINT ] { absint } Constant [ public string FILTER_ALNUM ] { alnum } Constant [ public string FILTER_ALPHA ] { alpha } @@ -42221,6 +42221,7 @@ Extension [ extension #116 phalcon version 5.0.0RC1 ] { Constant [ public string FILTER_SPECIAL ] { special } Constant [ public string FILTER_SPECIALFULL ] { specialfull } Constant [ public string FILTER_STRING ] { string } + Constant [ public string FILTER_STRING_LEGACY ] { stringlegacy } Constant [ public string FILTER_STRIPTAGS ] { striptags } Constant [ public string FILTER_TRIM ] { trim } Constant [ public string FILTER_UPPER ] { upper } @@ -42748,6 +42749,31 @@ Extension [ extension #116 phalcon version 5.0.0RC1 ] { - Properties [0] { } + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Filter\Sanitize\StringValLegacy ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + - Methods [1] { Method [ public method __invoke ] { @@ -52969,15 +52995,15 @@ Extension [ extension #116 phalcon version 5.0.0RC1 ] { - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ public method setFlags ] { + Method [ public method setFlags ] { - Parameters [1] { Parameter #0 [ int $flags ] } - - Return [ Phalcon\Html\Escaper ] + - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ public method setHtmlQuoteType ] { + Method [ public method setHtmlQuoteType ] { - Parameters [1] { Parameter #0 [ int $flags ] diff --git a/php-phalcon5.spec b/php-phalcon5.spec index 763380b..1974fb4 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -23,8 +23,8 @@ # after 40-json.ini, 20-pdo.ini %global ini_name 50-%{pecl_name}.ini %global upstream_ver 5.0.0 -%global upstream_pre RC1 -%global upstream_low rc1 +%global upstream_pre RC2 +%global upstream_low rc2 Name: %{?scl_prefix}php-phalcon5 Version: %{upstream_ver}%{?upstream_pre:~%{upstream_low}} @@ -250,6 +250,9 @@ fi %changelog +* Fri Jun 10 2022 Remi Collet - 5.0.0~rc2-1 +- update to 5.0.0RC2 + * Wed Jun 1 2022 Remi Collet - 5.0.0~rc1-1 - update to 5.0.0RC1 - drop dependency on psr extension -- cgit