diff options
-rw-r--r-- | PHPINFO | 4 | ||||
-rw-r--r-- | REFLECTION | 66 | ||||
-rw-r--r-- | php-phalcon5.spec | 5 |
3 files changed, 65 insertions, 10 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.9.2 -Build Date => Apr 6 2025 00:00:00 +Version => 5.9.3 +Build Date => Apr 23 2025 00:00:00 Powered by Zephir => Version 0.18.0-$Id$ Directive => Local Value => Master Value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #130 phalcon version 5.9.2 ] { +Extension [ <persistent> extension #132 phalcon version 5.9.3 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -22543,9 +22543,11 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] { Class [ <internal:phalcon> class Phalcon\Mvc\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { - - Constants [2] { + - Constants [4] { Constant [ public int POSITION_FIRST ] { 0 } Constant [ public int POSITION_LAST ] { 1 } + Constant [ public int URI_SOURCE_GET_URL ] { 0 } + Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 } } - Static properties [0] { @@ -22554,7 +22556,7 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] { - Static methods [0] { } - - Properties [20] { + - Properties [21] { Property [ protected $container = NULL ] Property [ protected $action = '' ] Property [ protected $controller = '' ] @@ -22574,10 +22576,11 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] { Property [ protected $params = NULL ] Property [ protected $removeExtraSlashes = false ] Property [ protected $routes = NULL ] + Property [ protected $uriSource = 0 ] Property [ protected $wasMatched = false ] } - - Methods [44] { + - Methods [47] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -22789,6 +22792,21 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] { - Return [ array ] } + Method [ <internal:phalcon> public method getRewriteUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method extractRealUri ] { + + - Parameters [1] { + Parameter #0 [ <required> string $uri ] + } + - Return [ string ] + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getRouteById ] { - Parameters [1] { @@ -22913,6 +22931,14 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] { - Return [ Phalcon\Mvc\Router ] } + Method [ <internal:phalcon> public method setUriSource ] { + + - Parameters [1] { + Parameter #0 [ <required> int $uriSource ] + } + - Return [ Phalcon\Mvc\Router ] + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method wasMatched ] { - Parameters [0] { @@ -73291,9 +73317,11 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] { Class [ <internal:phalcon> class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [2] { + - Constants [4] { Constant [ public int POSITION_FIRST ] { 0 } Constant [ public int POSITION_LAST ] { 1 } + Constant [ public int URI_SOURCE_GET_URL ] { 0 } + Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 } } - Static properties [0] { @@ -73302,7 +73330,7 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] { - Static methods [0] { } - - Properties [25] { + - Properties [26] { Property [ protected $container = NULL ] Property [ protected $action = '' ] Property [ protected $controller = '' ] @@ -73322,6 +73350,7 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] { Property [ protected $params = NULL ] Property [ protected $removeExtraSlashes = false ] Property [ protected $routes = NULL ] + Property [ protected $uriSource = 0 ] Property [ protected $wasMatched = false ] Property [ protected $actionSuffix = 'Action' ] Property [ protected $actionPreformatCallback = NULL ] @@ -73330,7 +73359,7 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] { Property [ protected $routePrefix = '' ] } - - Methods [53] { + - Methods [56] { Method [ <internal:phalcon> public method addModuleResource ] { - Parameters [3] { @@ -73623,6 +73652,21 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getRewriteUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> protected method extractRealUri ] { + + - Parameters [1] { + Parameter #0 [ <required> string $uri ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method getRouteById ] { - Parameters [1] { @@ -73739,6 +73783,14 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] { - Return [ Phalcon\Mvc\Router ] } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setUriSource ] { + + - Parameters [1] { + Parameter #0 [ <required> int $uriSource ] + } + - Return [ Phalcon\Mvc\Router ] + } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method wasMatched ] { - Parameters [0] { diff --git a/php-phalcon5.spec b/php-phalcon5.spec index b798762..f04ffdd 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.9.2 +%global upstream_version 5.9.3 #global upstream_prever RC4 #global upstream_low %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -215,6 +215,9 @@ done %changelog +* Wed Apr 23 2025 Remi Collet <remi@remirepo.net> - 5.9.3-1 +- update to 5.9.3 + * Sun Apr 6 2025 Remi Collet <remi@remirepo.net> - 5.9.2-1 - update to 5.9.2 |