diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 112 | ||||
| -rw-r--r-- | php-pecl-mysql-xdevapi.spec | 7 | 
3 files changed, 79 insertions, 42 deletions
| @@ -2,7 +2,7 @@  mysql_xdevapi  mysql_xdevapi => enabled -Version => mysql_xdevapi 8.0.27 +Version => mysql_xdevapi 8.0.28  Read timeout => 31536000  Collecting statistics => Yes  Collecting memory statistics => No @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] { +Extension [ <persistent> extension #86 mysql_xdevapi version 8.0.28 ] {    - Dependencies {      Dependency [ standard (Required) ] @@ -29,8 +29,8 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {    }    - Constants [40] { -    Constant [ string MYSQLX_VERSION ] { 8.0.27 } -    Constant [ int MYSQLX_VERSION_ID ] { 80027 } +    Constant [ string MYSQLX_VERSION ] { 8.0.28 } +    Constant [ int MYSQLX_VERSION_ID ] { 80028 }      Constant [ int MYSQLX_CLIENT_SSL ] { 2048 }      Constant [ int MYSQLX_TYPE_DECIMAL ] { 0 }      Constant [ int MYSQLX_TYPE_TINY ] { 1 } @@ -82,7 +82,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        - Parameters [2] {          Parameter #0 [ <required> string $uri ] -        Parameter #1 [ <optional> string or NULL $client_options ] +        Parameter #1 [ <optional> ?string $client_options = <default> ]        }      }      Function [ <internal:mysql_xdevapi> function mysql_xdevapi\expression ] { @@ -301,9 +301,9 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        }        - Properties [3] { -        Property [ <default> public $message ] -        Property [ <default> public $level ] -        Property [ <default> public $code ] +        Property [ public $message = NULL ] +        Property [ public $level = NULL ] +        Property [ public $code = NULL ]        }        - Methods [1] { @@ -315,7 +315,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Exception extends RuntimeException implements Throwable ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Exception extends RuntimeException implements Stringable, Throwable ] {        - Constants [0] {        } @@ -327,47 +327,81 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ]            }          }          Method [ <internal:Core, inherits Exception> public method __wakeup ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          } -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -384,11 +418,11 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        }        - Properties [5] { -        Property [ <default> public $affectedItems ] -        Property [ <default> public $matchedItems ] -        Property [ <default> public $foundItems ] -        Property [ <default> public $lastInsertId ] -        Property [ <default> public $lastDocumentId ] +        Property [ public $affectedItems = NULL ] +        Property [ public $matchedItems = NULL ] +        Property [ public $foundItems = NULL ] +        Property [ public $lastInsertId = NULL ] +        Property [ public $lastDocumentId = NULL ]        }        - Methods [1] { @@ -412,7 +446,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        }        - Properties [1] { -        Property [ <default> public $name ] +        Property [ public $name = NULL ]        }        - Methods [1] { @@ -526,7 +560,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {          Method [ <internal:mysql_xdevapi> public method setSavepoint ] {            - Parameters [1] { -            Parameter #0 [ <optional> $savepoint_name ] +            Parameter #0 [ <optional> $savepoint_name = <default> ]            }          } @@ -599,7 +633,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        }        - Properties [1] { -        Property [ <default> public $name ] +        Property [ public $name = NULL ]        }        - Methods [12] { @@ -631,7 +665,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {            - Parameters [2] {              Parameter #0 [ <required> string $name ] -            Parameter #1 [ <optional> string $options ] +            Parameter #1 [ <optional> string $options = <default> ]            }          } @@ -697,7 +731,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        }        - Properties [1] { -        Property [ <default> public $name ] +        Property [ public $name = NULL ]        }        - Methods [16] { @@ -747,7 +781,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {          Method [ <internal:mysql_xdevapi> public method find ] {            - Parameters [1] { -            Parameter #0 [ <optional> string $search_condition ] +            Parameter #0 [ <optional> string $search_condition = <default> ]            }          } @@ -921,21 +955,21 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {          Method [ <internal:mysql_xdevapi> public method lockShared ] {            - Parameters [1] { -            Parameter #0 [ <optional> int $lock_waiting_option ] +            Parameter #0 [ <optional> int $lock_waiting_option = <default> ]            }          }          Method [ <internal:mysql_xdevapi> public method lockExclusive ] {            - Parameters [1] { -            Parameter #0 [ <optional> int $lock_waiting_option ] +            Parameter #0 [ <optional> int $lock_waiting_option = <default> ]            }          }          Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\Executable> public method execute ] {            - Parameters [1] { -            Parameter #0 [ <optional> int $flags ] +            Parameter #0 [ <optional> int $flags = <default> ]            }          }        } @@ -1151,7 +1185,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        }        - Properties [1] { -        Property [ <default> public $statement ] +        Property [ public $statement = NULL ]        }        - Methods [6] { @@ -1171,7 +1205,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {          Method [ <internal:mysql_xdevapi> public method execute ] {            - Parameters [1] { -            Parameter #0 [ <optional> int $flags ] +            Parameter #0 [ <optional> int $flags = <default> ]            }          } @@ -1224,7 +1258,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        }      } -    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\DocResult implements mysql_xdevapi\BaseResult, Traversable ] { +    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\DocResult implements mysql_xdevapi\BaseResult ] {        - Constants [0] {        } @@ -1271,7 +1305,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        }      } -    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\Result implements mysql_xdevapi\BaseResult, Traversable ] { +    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\Result implements mysql_xdevapi\BaseResult ] {        - Constants [0] {        } @@ -1324,7 +1358,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        }      } -    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\RowResult implements mysql_xdevapi\BaseResult, Traversable ] { +    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\RowResult implements mysql_xdevapi\BaseResult ] {        - Constants [0] {        } @@ -1389,7 +1423,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        }      } -    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\SqlStatementResult implements mysql_xdevapi\BaseResult, Traversable ] { +    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\SqlStatementResult implements mysql_xdevapi\BaseResult ] {        - Constants [0] {        } @@ -1591,7 +1625,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {        }        - Properties [1] { -        Property [ <default> public $name ] +        Property [ public $name = NULL ]        }        - Methods [11] { @@ -1831,14 +1865,14 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {          Method [ <internal:mysql_xdevapi> public method lockShared ] {            - Parameters [1] { -            Parameter #0 [ <optional> int $lock_waiting_option ] +            Parameter #0 [ <optional> int $lock_waiting_option = <default> ]            }          }          Method [ <internal:mysql_xdevapi> public method lockExclusive ] {            - Parameters [1] { -            Parameter #0 [ <optional> int $lock_waiting_option ] +            Parameter #0 [ <optional> int $lock_waiting_option = <default> ]            }          } diff --git a/php-pecl-mysql-xdevapi.spec b/php-pecl-mysql-xdevapi.spec index f2c014b..9e0490b 100644 --- a/php-pecl-mysql-xdevapi.spec +++ b/php-pecl-mysql-xdevapi.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-pecl-mysql-xdevapi  # -# Copyright (c) 2016-2021 Remi Collet +# Copyright (c) 2016-2022 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -24,7 +24,7 @@  Summary:        MySQL database access functions  Name:           %{?sub_prefix}php-pecl-mysql-xdevapi -Version:        8.0.27 +Version:        8.0.28  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP @@ -308,6 +308,9 @@ fi  %changelog +* Tue Jan 18 2022 Remi Collet <remi@remirepo.net> - 8.0.28-1 +- update to 8.0.28 +  * Tue Oct 19 2021 Remi Collet <remi@remirepo.net> - 8.0.27-1  - update to 8.0.27 (no change) | 
