From 2b9943dbb802afe322eb8f5bd928af2966bc09f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 May 2018 12:29:55 +0200 Subject: update to 3.4.0 using zephir 0.10.10 --- REFLECTION | 230 ++++++++++++++++++++++++++++++++++++++++++++++++++---- composer.json | 5 ++ php-phalcon3.spec | 9 ++- 3 files changed, 224 insertions(+), 20 deletions(-) diff --git a/REFLECTION b/REFLECTION index c0e3ab9..3f75be8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #186 phalcon version 3.3.2 ] { +Extension [ extension #190 phalcon version 3.4.0 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -45,7 +45,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { } } - - Classes [396] { + - Classes [398] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -11941,6 +11941,63 @@ Extension [ extension #186 phalcon version 3.3.2 ] { } } + Class [ class Phalcon\Crypt\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class Phalcon\Di\FactoryDefault extends Phalcon\Di implements ArrayAccess, Phalcon\DiInterface ] { - Constants [0] { @@ -12232,7 +12289,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Property [ protected $_notFoundPaths ] } - - Methods [41] { + - Methods [42] { Method [ public method __construct ] { - Parameters [1] { @@ -12322,6 +12379,14 @@ Extension [ extension #186 phalcon version 3.3.2 ] { } } + Method [ public method attach ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ $position ] + } + } + Method [ public method add ] { - Parameters [4] { @@ -18083,13 +18148,25 @@ Extension [ extension #186 phalcon version 3.3.2 ] { - Static methods [0] { } - - Properties [3] { + - Properties [7] { Property [ protected $_key ] Property [ protected $_padding ] Property [ protected $_cipher ] + Property [ protected $availableCiphers ] + Property [ protected $ivLength ] + Property [ protected $hashAlgo ] + Property [ protected $useSigning ] } - - Methods [12] { + - Methods [21] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $cipher ] + Parameter #1 [ $useSigning ] + } + } + Method [ public method setPadding ] { - Parameters [1] { @@ -18117,6 +18194,23 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ public method getKey ] { } + Method [ public method setHashAlgo ] { + + - Parameters [1] { + Parameter #0 [ $hashAlgo ] + } + } + + Method [ public method getHashAlgo ] { + } + + Method [ public method useSigning ] { + + - Parameters [1] { + Parameter #0 [ $useSigning ] + } + } + Method [ protected method _cryptPadText ] { - Parameters [4] { @@ -18173,10 +18267,37 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ public method getAvailableCiphers ] { } + + Method [ public method getAvailableHashAlgos ] { + } + + Method [ protected method assertCipherIsAvailable ] { + + - Parameters [1] { + Parameter #0 [ $cipher ] + } + } + + Method [ protected method assertHashAlgorithmAvailable ] { + + - Parameters [1] { + Parameter #0 [ $hashAlgo ] + } + } + + Method [ protected method getIvLength ] { + + - Parameters [1] { + Parameter #0 [ $cipher ] + } + } + + Method [ protected method initializeAvailableCiphers ] { + } } } - Class [ class Phalcon\Crypt\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Crypt\Mismatch extends Phalcon\Crypt\Exception implements Throwable ] { - Constants [0] { } @@ -26522,7 +26643,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { - Static methods [0] { } - - Properties [12] { + - Properties [13] { Property [ protected $_readed ] Property [ protected $_restored ] Property [ protected $_useEncryption ] @@ -26535,9 +26656,10 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Property [ protected $_domain ] Property [ protected $_secure ] Property [ protected $_httpOnly ] + Property [ protected $signKey ] } - - Methods [22] { + - Methods [24] { Method [ public method __construct ] { - Parameters [7] { @@ -26551,6 +26673,13 @@ Extension [ extension #186 phalcon version 3.3.2 ] { } } + Method [ public method setSignKey ] { + + - Parameters [1] { + Parameter #0 [ $signKey ] + } + } + Method [ public method setDI ] { - Parameters [1] { @@ -26650,6 +26779,13 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ public method __toString ] { } + + Method [ protected method assertSignKeyIsLongEnough ] { + + - Parameters [1] { + Parameter #0 [ $signKey ] + } + } } } @@ -26730,7 +26866,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Property [ protected $_strictHostCheck ] } - - Methods [64] { + - Methods [65] { Method [ public method getHttpMethodParameterOverride ] { } @@ -27011,6 +27147,9 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ public method getHeaders ] { } + Method [ protected method resolveAuthorizationHeaders ] { + } + Method [ public method getHTTPReferer ] { } @@ -27203,7 +27342,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Property [ protected $_dependencyInjector ] } - - Methods [30] { + - Methods [31] { Method [ public method __construct ] { - Parameters [3] { @@ -27234,6 +27373,9 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ public method getStatusCode ] { } + Method [ public method getReasonPhrase ] { + } + Method [ public method setHeaders ] { - Parameters [1] { @@ -27394,15 +27536,28 @@ Extension [ extension #186 phalcon version 3.3.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $_dependencyInjector ] Property [ protected $_registered ] Property [ protected $_useEncryption ] Property [ protected $_cookies ] + Property [ protected $signKey ] } - - Methods [11] { + - Methods [12] { Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $useEncryption ] + Parameter #1 [ $signKey ] + } + } + + Method [ public method setSignKey ] { + + - Parameters [1] { + Parameter #0 [ $signKey ] + } } Method [ public method setDI ] { @@ -28375,7 +28530,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ protected $_eventsManager ] Property [ protected $_foundPath ] Property [ protected $_checkedPath ] @@ -28385,9 +28540,17 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Property [ protected $_directories ] Property [ protected $_files ] Property [ protected $_registered ] + Property [ protected $fileCheckingCallback ] } - - Methods [19] { + - Methods [20] { + Method [ public method setFileCheckingCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + Method [ public method setEventsManager ] { - Parameters [1] { @@ -30026,8 +30189,9 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ static public method aggregate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ array or NULL $parameters ] + Parameter #1 [ array or NULL $options ] } } @@ -38107,7 +38271,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Property [ protected $_routePrefix ] } - - Methods [48] { + - Methods [49] { Method [ public method addResource ] { - Parameters [2] { @@ -38250,6 +38414,14 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ public method getDefaults ] { } + Method [ public method attach ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ $position ] + } + } + Method [ public method add ] { - Parameters [4] { @@ -45543,7 +45715,7 @@ Extension [ extension #186 phalcon version 3.3.2 ] { Method [ final public method __invoke ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ $file ] } } } @@ -45572,6 +45744,30 @@ Extension [ extension #186 phalcon version 3.3.2 ] { } } } + + Class [ final class phalcon\2__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + } + } } } diff --git a/composer.json b/composer.json index d59ea21..970b5e4 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,11 @@ "php": ">=5.5" }, "require-dev": { + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", "doctrine/instantiator": "1.0.5", "phpdocumentor/reflection-docblock": "^2.0", "phpunit/phpunit": "^4.8", diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 04f80de..d8f7a28 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -17,14 +17,14 @@ %global pkg_name %{name} %endif -%global gh_commit 9073ca32cd23c19f958cabd8373575a22db56d02 +%global gh_commit 65183349743e899977adc643f103b887612ffe98 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global with_tests 0%{?_with_tests:1} %global ext_name phalcon -%global zephir_ver 0.10.7 +%global zephir_ver 0.10.10 %if "%{php_version}" < "5.6" # after pdo.ini, json.ini, igbinary.ini %global ini_name z-%{ext_name}.ini @@ -34,7 +34,7 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.3.2 +Version: 3.4.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -256,6 +256,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon May 28 2018 Remi Collet - 3.4.0-1 +- update to 3.4.0 using zephir 0.10.10 + * Wed Mar 7 2018 Remi Collet - 3.3.2-1 - update to 3.3.2 using zephir 0.10.7 -- cgit