From fe5db7991ffb37a63386d2e4951e4d5c449732cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Jul 2020 07:40:51 +0200 Subject: update to 4.0.0RC1 rename to php-pecl-protobuf4 raise dependency on PHP 7 --- PHPINFO | 2 +- REFLECTION | 2714 ++++------------------------------------------- php-pecl-protobuf4.spec | 24 +- 3 files changed, 229 insertions(+), 2511 deletions(-) diff --git a/PHPINFO b/PHPINFO index 016f363..2ad311f 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ protobuf -Version => 3.12.3 +Version => 4.0.0RC1 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 2f4b4ff..54a7bd9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 protobuf version 3.12.3 ] { +Extension [ extension #116 protobuf version 4.0.0RC1 ] { - Dependencies { Dependency [ date (Optional) ] @@ -10,114 +10,17 @@ Extension [ extension #116 protobuf version 3.12.3 ] { } } - - Classes [54] { - Class [ class Google\Protobuf\DescriptorPool ] { + - Functions { + Function [ function protobuf_internal_loadbundled ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method getGeneratedPool ] { - } - } - - - Properties [0] { - } - - - Methods [2] { - Method [ public method getDescriptorByClassName ] { - } - - Method [ public method getEnumDescriptorByClassName ] { - } - } - } - - Class [ class Google\Protobuf\Descriptor ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [6] { - Method [ public method getClass ] { - } - - Method [ public method getFullName ] { - } - - Method [ public method getField ] { - } - - Method [ public method getFieldCount ] { - } - - Method [ public method getOneofDecl ] { - } - - Method [ public method getOneofDeclCount ] { - } - } - } - - Class [ class Google\Protobuf\EnumDescriptor ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ public method getValue ] { - } - - Method [ public method getValueCount ] { - } - } - } - - Class [ class Google\Protobuf\EnumValueDescriptor ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ public method getName ] { - } - - Method [ public method getNumber ] { - } + - Parameters [1] { + Parameter #0 [ $class_name ] } } + } - Class [ class Google\Protobuf\FieldDescriptor ] { + - Classes [14] { + Class [ final class Google\Protobuf\Internal\Arena ] { - Constants [0] { } @@ -131,89 +34,11 @@ Extension [ extension #116 protobuf version 3.12.3 ] { - Properties [0] { } - - Methods [7] { - Method [ public method getName ] { - } - - Method [ public method getNumber ] { - } - - Method [ public method getLabel ] { - } - - Method [ public method getType ] { - } - - Method [ public method isMap ] { - } - - Method [ public method getEnumType ] { - } - - Method [ public method getMessageType ] { - } - } - } - - Class [ class Google\Protobuf\Internal\GPBType ] { - - - Constants [18] { - Constant [ public int DOUBLE ] { 1 } - Constant [ public int FLOAT ] { 2 } - Constant [ public int INT64 ] { 3 } - Constant [ public int UINT64 ] { 4 } - Constant [ public int INT32 ] { 5 } - Constant [ public int FIXED64 ] { 6 } - Constant [ public int FIXED32 ] { 7 } - Constant [ public int BOOL ] { 8 } - Constant [ public int STRING ] { 9 } - Constant [ public int GROUP ] { 10 } - Constant [ public int MESSAGE ] { 11 } - Constant [ public int BYTES ] { 12 } - Constant [ public int UINT32 ] { 13 } - Constant [ public int ENUM ] { 14 } - Constant [ public int SFIXED32 ] { 15 } - Constant [ public int SFIXED64 ] { 16 } - Constant [ public int SINT32 ] { 17 } - Constant [ public int SINT64 ] { 18 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [0] { } } - Class [ class Google\Protobuf\Internal\DescriptorPool ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method getGeneratedPool ] { - } - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method internalAddGeneratedFile ] { - } - } - } - - Class [ class Google\Protobuf\Internal\MapField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] { + Class [ final class Google\Protobuf\Internal\RepeatedField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] { - Constants [0] { } @@ -227,10 +52,13 @@ Extension [ extension #116 protobuf version 3.12.3 ] { - Properties [0] { } - - Methods [7] { + - Methods [8] { Method [ public method __construct ] { } + Method [ public method append ] { + } + Method [ public method offsetExists ] { - Parameters [1] { @@ -274,7 +102,7 @@ Extension [ extension #116 protobuf version 3.12.3 ] { } } - Class [ class Google\Protobuf\Internal\MapFieldIter implements Iterator, Traversable ] { + Class [ final class Google\Protobuf\Internal\RepeatedFieldIter implements Iterator, Traversable ] { - Constants [0] { } @@ -321,2163 +149,53 @@ Extension [ extension #116 protobuf version 3.12.3 ] { } } - Class [ class Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [13] { - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - - Method [ protected method __construct ] { - } - } - } - - Class [ class Google\Protobuf\OneofDescriptor ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Class [ class Google\Protobuf\Internal\GPBUtil ] { - - Properties [0] { + - Constants [1] { + Constant [ public string TYPE_URL_PREFIX ] { type.googleapis.com/ } } - - Methods [3] { - Method [ public method getName ] { - } - - Method [ public method getField ] { - } - - Method [ public method getFieldCount ] { - } - } - } - - Class [ class Google\Protobuf\Internal\RepeatedField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [8] { - Method [ public method __construct ] { - } - - Method [ public method append ] { - } - - Method [ public method offsetExists ] { - - - Parameters [1] { - Parameter #0 [ $index ] - } - } - - Method [ public method offsetGet ] { - - - Parameters [1] { - Parameter #0 [ $index ] - } - } - - Method [ public method offsetSet ] { - - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $newval ] - } - } - - Method [ public method offsetUnset ] { - - - Parameters [1] { - Parameter #0 [ $index ] - } - } - - Method [ public method count ] { - - - Parameters [0] { - } - } - - Method [ public method getIterator ] { - - - Parameters [0] { - } - } - } - } - - Class [ class Google\Protobuf\Internal\RepeatedFieldIter implements Iterator, Traversable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [5] { - Method [ public method rewind ] { - - - Parameters [0] { - } - } - - Method [ public method current ] { - - - Parameters [0] { - } - } - - Method [ public method key ] { - - - Parameters [0] { - } - } - - Method [ public method next ] { - - - Parameters [0] { - } - } - - Method [ public method valid ] { - - - Parameters [0] { - } - } - } - } - - Class [ class Google\Protobuf\Internal\GPBUtil ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [13] { - Method [ static public method checkInt32 ] { - - - Parameters [1] { - Parameter #0 [ &$val ] - } - } - - Method [ static public method checkUint32 ] { - - - Parameters [1] { - Parameter #0 [ &$val ] - } - } - - Method [ static public method checkInt64 ] { - - - Parameters [1] { - Parameter #0 [ &$val ] - } - } - - Method [ static public method checkUint64 ] { - - - Parameters [1] { - Parameter #0 [ &$val ] - } - } - - Method [ static public method checkEnum ] { - - - Parameters [1] { - Parameter #0 [ &$val ] - } - } - - Method [ static public method checkFloat ] { - - - Parameters [1] { - Parameter #0 [ &$val ] - } - } - - Method [ static public method checkDouble ] { - - - Parameters [1] { - Parameter #0 [ &$val ] - } - } - - Method [ static public method checkBool ] { - - - Parameters [1] { - Parameter #0 [ &$val ] - } - } - - Method [ static public method checkString ] { - - - Parameters [1] { - Parameter #0 [ &$val ] - } - } - - Method [ static public method checkBytes ] { - - - Parameters [1] { - Parameter #0 [ &$val ] - } - } - - Method [ static public method checkMessage ] { - - - Parameters [2] { - Parameter #0 [ &$val ] - Parameter #1 [ $klass ] - } - } - - Method [ static public method checkMapField ] { - - - Parameters [4] { - Parameter #0 [ &$val ] - Parameter #1 [ $key_type ] - Parameter #2 [ $value_type ] - Parameter #3 [ $klass ] - } - } - - Method [ static public method checkRepeatedField ] { - - - Parameters [3] { - Parameter #0 [ &$val ] - Parameter #1 [ $type ] - Parameter #2 [ $klass ] - } - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class GPBMetadata\Google\Protobuf\Any ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method initOnce ] { - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class GPBMetadata\Google\Protobuf\Api ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method initOnce ] { - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class GPBMetadata\Google\Protobuf\Duration ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method initOnce ] { - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class GPBMetadata\Google\Protobuf\FieldMask ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method initOnce ] { - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class GPBMetadata\Google\Protobuf\GPBEmpty ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method initOnce ] { - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class GPBMetadata\Google\Protobuf\SourceContext ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method initOnce ] { - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class GPBMetadata\Google\Protobuf\Struct ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method initOnce ] { - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class GPBMetadata\Google\Protobuf\Timestamp ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method initOnce ] { - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class GPBMetadata\Google\Protobuf\Type ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method initOnce ] { - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class GPBMetadata\Google\Protobuf\Wrappers ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method initOnce ] { - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class Google\Protobuf\Any extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ private $type_url ] - Property [ private $value ] - } - - - Methods [20] { - Method [ public method __construct ] { - } - - Method [ public method getTypeUrl ] { - } - - Method [ public method setTypeUrl ] { - } - - Method [ public method getValue ] { - } - - Method [ public method setValue ] { - } - - Method [ public method pack ] { - } - - Method [ public method unpack ] { - } - - Method [ public method is ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\Api extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ private $name ] - Property [ private $methods ] - Property [ private $options ] - Property [ private $version ] - Property [ private $source_context ] - Property [ private $mixins ] - Property [ private $syntax ] - } - - - Methods [27] { - Method [ public method __construct ] { - } - - Method [ public method getName ] { - } - - Method [ public method setName ] { - } - - Method [ public method getMethods ] { - } - - Method [ public method setMethods ] { - } - - Method [ public method getOptions ] { - } - - Method [ public method setOptions ] { - } - - Method [ public method getVersion ] { - } - - Method [ public method setVersion ] { - } - - Method [ public method getSourceContext ] { - } - - Method [ public method setSourceContext ] { - } - - Method [ public method getMixins ] { - } - - Method [ public method setMixins ] { - } - - Method [ public method getSyntax ] { - } - - Method [ public method setSyntax ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\BoolValue extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ private $value ] - } - - - Methods [15] { - Method [ public method __construct ] { - } - - Method [ public method getValue ] { - } - - Method [ public method setValue ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\BytesValue extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ private $value ] - } - - - Methods [15] { - Method [ public method __construct ] { - } - - Method [ public method getValue ] { - } - - Method [ public method setValue ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\DoubleValue extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ private $value ] - } - - - Methods [15] { - Method [ public method __construct ] { - } - - Method [ public method getValue ] { - } - - Method [ public method setValue ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\Duration extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ private $seconds ] - Property [ private $nanos ] - } - - - Methods [17] { - Method [ public method __construct ] { - } - - Method [ public method getSeconds ] { - } - - Method [ public method setSeconds ] { - } - - Method [ public method getNanos ] { - } - - Method [ public method setNanos ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\Enum extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ private $name ] - Property [ private $enumvalue ] - Property [ private $options ] - Property [ private $source_context ] - Property [ private $syntax ] - } - - - Methods [23] { - Method [ public method __construct ] { - } - - Method [ public method getName ] { - } - - Method [ public method setName ] { - } - - Method [ public method getEnumvalue ] { - } - - Method [ public method setEnumvalue ] { - } - - Method [ public method getOptions ] { - } - - Method [ public method setOptions ] { - } - - Method [ public method getSourceContext ] { - } - - Method [ public method setSourceContext ] { - } - - Method [ public method getSyntax ] { - } - - Method [ public method setSyntax ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\EnumValue extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ private $name ] - Property [ private $number ] - Property [ private $options ] - } - - - Methods [19] { - Method [ public method __construct ] { - } - - Method [ public method getName ] { - } - - Method [ public method setName ] { - } - - Method [ public method getNumber ] { - } - - Method [ public method setNumber ] { - } - - Method [ public method getOptions ] { - } - - Method [ public method setOptions ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\Field\Cardinality ] { - - - Constants [4] { - Constant [ public int CARDINALITY_UNKNOWN ] { 0 } - Constant [ public int CARDINALITY_OPTIONAL ] { 1 } - Constant [ public int CARDINALITY_REQUIRED ] { 2 } - Constant [ public int CARDINALITY_REPEATED ] { 3 } - } - - - Static properties [0] { - } - - - Static methods [2] { - Method [ static public method name ] { - } - - Method [ static public method value ] { - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class Google\Protobuf\Field extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [10] { - Property [ private $kind ] - Property [ private $cardinality ] - Property [ private $number ] - Property [ private $name ] - Property [ private $type_url ] - Property [ private $oneof_index ] - Property [ private $packed ] - Property [ private $options ] - Property [ private $json_name ] - Property [ private $default_value ] - } - - - Methods [33] { - Method [ public method __construct ] { - } - - Method [ public method getKind ] { - } - - Method [ public method setKind ] { - } - - Method [ public method getCardinality ] { - } - - Method [ public method setCardinality ] { - } - - Method [ public method getNumber ] { - } - - Method [ public method setNumber ] { - } - - Method [ public method getName ] { - } - - Method [ public method setName ] { - } - - Method [ public method getTypeUrl ] { - } - - Method [ public method setTypeUrl ] { - } - - Method [ public method getOneofIndex ] { - } - - Method [ public method setOneofIndex ] { - } - - Method [ public method getPacked ] { - } - - Method [ public method setPacked ] { - } - - Method [ public method getOptions ] { - } - - Method [ public method setOptions ] { - } - - Method [ public method getJsonName ] { - } - - Method [ public method setJsonName ] { - } - - Method [ public method getDefaultValue ] { - } - - Method [ public method setDefaultValue ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\Field\Kind ] { - - - Constants [19] { - Constant [ public int TYPE_UNKNOWN ] { 0 } - Constant [ public int TYPE_DOUBLE ] { 1 } - Constant [ public int TYPE_FLOAT ] { 2 } - Constant [ public int TYPE_INT64 ] { 3 } - Constant [ public int TYPE_UINT64 ] { 4 } - Constant [ public int TYPE_INT32 ] { 5 } - Constant [ public int TYPE_FIXED64 ] { 6 } - Constant [ public int TYPE_FIXED32 ] { 7 } - Constant [ public int TYPE_BOOL ] { 8 } - Constant [ public int TYPE_STRING ] { 9 } - Constant [ public int TYPE_GROUP ] { 10 } - Constant [ public int TYPE_MESSAGE ] { 11 } - Constant [ public int TYPE_BYTES ] { 12 } - Constant [ public int TYPE_UINT32 ] { 13 } - Constant [ public int TYPE_ENUM ] { 14 } - Constant [ public int TYPE_SFIXED32 ] { 15 } - Constant [ public int TYPE_SFIXED64 ] { 16 } - Constant [ public int TYPE_SINT32 ] { 17 } - Constant [ public int TYPE_SINT64 ] { 18 } - } - - - Static properties [0] { - } - - - Static methods [2] { - Method [ static public method name ] { - } - - Method [ static public method value ] { - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class Google\Protobuf\FieldMask extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ private $paths ] - } - - - Methods [15] { - Method [ public method __construct ] { - } - - Method [ public method getPaths ] { - } - - Method [ public method setPaths ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\FloatValue extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ private $value ] - } - - - Methods [15] { - Method [ public method __construct ] { - } - - Method [ public method getValue ] { - } - - Method [ public method setValue ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\GPBEmpty extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [13] { - Method [ public method __construct ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\Int32Value extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ private $value ] - } - - - Methods [15] { - Method [ public method __construct ] { - } - - Method [ public method getValue ] { - } - - Method [ public method setValue ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\Int64Value extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ private $value ] - } - - - Methods [15] { - Method [ public method __construct ] { - } - - Method [ public method getValue ] { - } - - Method [ public method setValue ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\ListValue extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ private $values ] - } - - - Methods [15] { - Method [ public method __construct ] { - } - - Method [ public method getValues ] { - } - - Method [ public method setValues ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\Method extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ private $name ] - Property [ private $request_type_url ] - Property [ private $request_streaming ] - Property [ private $response_type_url ] - Property [ private $response_streaming ] - Property [ private $options ] - Property [ private $syntax ] - } - - - Methods [27] { - Method [ public method __construct ] { - } - - Method [ public method getName ] { - } - - Method [ public method setName ] { - } - - Method [ public method getRequestTypeUrl ] { - } - - Method [ public method setRequestTypeUrl ] { - } - - Method [ public method getRequestStreaming ] { - } - - Method [ public method setRequestStreaming ] { - } - - Method [ public method getResponseTypeUrl ] { - } - - Method [ public method setResponseTypeUrl ] { - } - - Method [ public method getResponseStreaming ] { - } - - Method [ public method setResponseStreaming ] { - } - - Method [ public method getOptions ] { - } - - Method [ public method setOptions ] { - } - - Method [ public method getSyntax ] { - } - - Method [ public method setSyntax ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\Mixin extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ private $name ] - Property [ private $root ] - } - - - Methods [17] { - Method [ public method __construct ] { - } - - Method [ public method getName ] { - } - - Method [ public method setName ] { - } - - Method [ public method getRoot ] { - } - - Method [ public method setRoot ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\NullValue ] { - - - Constants [1] { - Constant [ public int NULL_VALUE ] { 0 } - } - - - Static properties [0] { - } - - - Static methods [2] { - Method [ static public method name ] { - } - - Method [ static public method value ] { - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class Google\Protobuf\Option extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ private $name ] - Property [ private $value ] - } - - - Methods [17] { - Method [ public method __construct ] { - } - - Method [ public method getName ] { - } - - Method [ public method setName ] { - } - - Method [ public method getValue ] { - } - - Method [ public method setValue ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\SourceContext extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ private $file_name ] - } - - - Methods [15] { - Method [ public method __construct ] { - } - - Method [ public method getFileName ] { - } - - Method [ public method setFileName ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\StringValue extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ private $value ] - } - - - Methods [15] { - Method [ public method __construct ] { - } - - Method [ public method getValue ] { - } - - Method [ public method setValue ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { - } - - Method [ public method mergeFromString ] { - } - - Method [ public method serializeToJsonString ] { - } - - Method [ public method mergeFromJsonString ] { - } - - Method [ public method mergeFrom ] { - } - - Method [ protected method readWrapperValue ] { - } - - Method [ protected method writeWrapperValue ] { - } - - Method [ protected method readOneof ] { - } - - Method [ protected method writeOneof ] { - } - - Method [ protected method whichOneof ] { - } - } - } - - Class [ class Google\Protobuf\Struct extends Google\Protobuf\Internal\Message ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ private $fields ] - } - - - Methods [15] { - Method [ public method __construct ] { - } - - Method [ public method getFields ] { - } - - Method [ public method setFields ] { - } - - Method [ public method clear ] { - } + - Static properties [0] { + } - Method [ public method discardUnknownFields ] { + - Static methods [13] { + Method [ static public method checkInt32 ] { } - Method [ public method serializeToString ] { + Method [ static public method checkUint32 ] { } - Method [ public method mergeFromString ] { + Method [ static public method checkInt64 ] { } - Method [ public method serializeToJsonString ] { + Method [ static public method checkUint64 ] { } - Method [ public method mergeFromJsonString ] { + Method [ static public method checkEnum ] { } - Method [ public method mergeFrom ] { + Method [ static public method checkFloat ] { } - Method [ protected method readWrapperValue ] { + Method [ static public method checkDouble ] { } - Method [ protected method writeWrapperValue ] { + Method [ static public method checkBool ] { } - Method [ protected method readOneof ] { + Method [ static public method checkString ] { } - Method [ protected method writeOneof ] { + Method [ static public method checkBytes ] { } - Method [ protected method whichOneof ] { + Method [ static public method checkMessage ] { } - } - } - - Class [ class Google\Protobuf\Syntax ] { - - - Constants [2] { - Constant [ public int SYNTAX_PROTO2 ] { 0 } - Constant [ public int SYNTAX_PROTO3 ] { 1 } - } - - Static properties [0] { - } - - - Static methods [2] { - Method [ static public method name ] { + Method [ static public method checkMapField ] { } - Method [ static public method value ] { + Method [ static public method checkRepeatedField ] { } } @@ -2488,7 +206,7 @@ Extension [ extension #116 protobuf version 3.12.3 ] { } } - Class [ class Google\Protobuf\Timestamp extends Google\Protobuf\Internal\Message ] { + Class [ final class Google\Protobuf\OneofDescriptor ] { - Constants [0] { } @@ -2499,72 +217,71 @@ Extension [ extension #116 protobuf version 3.12.3 ] { - Static methods [0] { } - - Properties [2] { - Property [ private $seconds ] - Property [ private $nanos ] + - Properties [0] { } - - Methods [19] { - Method [ public method __construct ] { - } - - Method [ public method fromDateTime ] { + - Methods [3] { + Method [ public method getName ] { } - Method [ public method toDateTime ] { + Method [ public method getField ] { } - Method [ public method getSeconds ] { + Method [ public method getFieldCount ] { } + } + } - Method [ public method setSeconds ] { - } + Class [ final class Google\Protobuf\EnumValueDescriptor ] { - Method [ public method getNanos ] { - } + - Constants [0] { + } - Method [ public method setNanos ] { - } + - Static properties [0] { + } - Method [ public method clear ] { - } + - Static methods [0] { + } - Method [ public method discardUnknownFields ] { - } + - Properties [0] { + } - Method [ public method serializeToString ] { + - Methods [2] { + Method [ public method getName ] { } - Method [ public method mergeFromString ] { + Method [ public method getNumber ] { } + } + } - Method [ public method serializeToJsonString ] { - } + Class [ final class Google\Protobuf\EnumDescriptor ] { - Method [ public method mergeFromJsonString ] { - } + - Constants [0] { + } - Method [ public method mergeFrom ] { - } + - Static properties [0] { + } - Method [ protected method readWrapperValue ] { - } + - Static methods [0] { + } - Method [ protected method writeWrapperValue ] { - } + - Properties [0] { + } - Method [ protected method readOneof ] { + - Methods [3] { + Method [ public method getPublicDescriptor ] { } - Method [ protected method writeOneof ] { + Method [ public method getValueCount ] { } - Method [ protected method whichOneof ] { + Method [ public method getValue ] { } } } - Class [ class Google\Protobuf\Type extends Google\Protobuf\Internal\Message ] { + Class [ final class Google\Protobuf\Descriptor ] { - Constants [0] { } @@ -2575,94 +292,72 @@ Extension [ extension #116 protobuf version 3.12.3 ] { - Static methods [0] { } - - Properties [6] { - Property [ private $name ] - Property [ private $fields ] - Property [ private $oneofs ] - Property [ private $options ] - Property [ private $source_context ] - Property [ private $syntax ] + - Properties [0] { } - - Methods [25] { - Method [ public method __construct ] { - } - - Method [ public method getName ] { - } - - Method [ public method setName ] { - } - - Method [ public method getFields ] { - } - - Method [ public method setFields ] { - } - - Method [ public method getOneofs ] { - } - - Method [ public method setOneofs ] { + - Methods [7] { + Method [ public method getClass ] { } - Method [ public method getOptions ] { + Method [ public method getFullName ] { } - Method [ public method setOptions ] { + Method [ public method getField ] { } - Method [ public method getSourceContext ] { + Method [ public method getFieldCount ] { } - Method [ public method setSourceContext ] { + Method [ public method getOneofDecl ] { } - Method [ public method getSyntax ] { + Method [ public method getOneofDeclCount ] { } - Method [ public method setSyntax ] { + Method [ public method getPublicDescriptor ] { } + } + } - Method [ public method clear ] { - } + Class [ final class Google\Protobuf\FieldDescriptor ] { - Method [ public method discardUnknownFields ] { - } + - Constants [0] { + } - Method [ public method serializeToString ] { - } + - Static properties [0] { + } - Method [ public method mergeFromString ] { - } + - Static methods [0] { + } - Method [ public method serializeToJsonString ] { - } + - Properties [0] { + } - Method [ public method mergeFromJsonString ] { + - Methods [7] { + Method [ public method getName ] { } - Method [ public method mergeFrom ] { + Method [ public method getNumber ] { } - Method [ protected method readWrapperValue ] { + Method [ public method getLabel ] { } - Method [ protected method writeWrapperValue ] { + Method [ public method getType ] { } - Method [ protected method readOneof ] { + Method [ public method isMap ] { } - Method [ protected method writeOneof ] { + Method [ public method getEnumType ] { } - Method [ protected method whichOneof ] { + Method [ public method getMessageType ] { } } } - Class [ class Google\Protobuf\UInt32Value extends Google\Protobuf\Internal\Message ] { + Class [ final class Google\Protobuf\Internal\DescriptorPool ] { - Constants [0] { } @@ -2670,62 +365,66 @@ Extension [ extension #116 protobuf version 3.12.3 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method getGeneratedPool ] { + } } - - Properties [1] { - Property [ private $value ] + - Properties [0] { } - - Methods [15] { - Method [ public method __construct ] { - } - - Method [ public method getValue ] { - } - - Method [ public method setValue ] { - } - - Method [ public method clear ] { - } - - Method [ public method discardUnknownFields ] { - } - - Method [ public method serializeToString ] { + - Methods [4] { + Method [ public method getDescriptorByClassName ] { } - Method [ public method mergeFromString ] { + Method [ public method getDescriptorByProtoName ] { } - Method [ public method serializeToJsonString ] { + Method [ public method getEnumDescriptorByClassName ] { } - Method [ public method mergeFromJsonString ] { + Method [ public method internalAddGeneratedFile ] { } + } + } - Method [ public method mergeFrom ] { - } + Class [ class Google\Protobuf\Internal\GPBType ] { - Method [ protected method readWrapperValue ] { - } + - Constants [18] { + Constant [ public int DOUBLE ] { 1 } + Constant [ public int FLOAT ] { 2 } + Constant [ public int INT64 ] { 3 } + Constant [ public int UINT64 ] { 4 } + Constant [ public int INT32 ] { 5 } + Constant [ public int FIXED64 ] { 6 } + Constant [ public int FIXED32 ] { 7 } + Constant [ public int BOOL ] { 8 } + Constant [ public int STRING ] { 9 } + Constant [ public int GROUP ] { 10 } + Constant [ public int MESSAGE ] { 11 } + Constant [ public int BYTES ] { 12 } + Constant [ public int UINT32 ] { 13 } + Constant [ public int ENUM ] { 14 } + Constant [ public int SFIXED32 ] { 15 } + Constant [ public int SFIXED64 ] { 16 } + Constant [ public int SINT32 ] { 17 } + Constant [ public int SINT64 ] { 18 } + } - Method [ protected method writeWrapperValue ] { - } + - Static properties [0] { + } - Method [ protected method readOneof ] { - } + - Static methods [0] { + } - Method [ protected method writeOneof ] { - } + - Properties [0] { + } - Method [ protected method whichOneof ] { - } + - Methods [0] { } } - Class [ class Google\Protobuf\UInt64Value extends Google\Protobuf\Internal\Message ] { + Class [ final class Google\Protobuf\Internal\MapField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] { - Constants [0] { } @@ -2736,59 +435,57 @@ Extension [ extension #116 protobuf version 3.12.3 ] { - Static methods [0] { } - - Properties [1] { - Property [ private $value ] + - Properties [0] { } - - Methods [15] { - Method [ public method __construct ] { - } - - Method [ public method getValue ] { - } - - Method [ public method setValue ] { + - Methods [7] { + Method [ public method __construct ] { } - Method [ public method clear ] { - } + Method [ public method offsetExists ] { - Method [ public method discardUnknownFields ] { + - Parameters [1] { + Parameter #0 [ $index ] + } } - Method [ public method serializeToString ] { - } + Method [ public method offsetGet ] { - Method [ public method mergeFromString ] { + - Parameters [1] { + Parameter #0 [ $index ] + } } - Method [ public method serializeToJsonString ] { - } + Method [ public method offsetSet ] { - Method [ public method mergeFromJsonString ] { + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } } - Method [ public method mergeFrom ] { - } + Method [ public method offsetUnset ] { - Method [ protected method readWrapperValue ] { + - Parameters [1] { + Parameter #0 [ $index ] + } } - Method [ protected method writeWrapperValue ] { - } + Method [ public method count ] { - Method [ protected method readOneof ] { + - Parameters [0] { + } } - Method [ protected method writeOneof ] { - } + Method [ public method getIterator ] { - Method [ protected method whichOneof ] { + - Parameters [0] { + } } } } - Class [ class Google\Protobuf\Value extends Google\Protobuf\Internal\Message ] { + Class [ final class Google\Protobuf\Internal\MapFieldIter implements Iterator, Traversable ] { - Constants [0] { } @@ -2799,87 +496,94 @@ Extension [ extension #116 protobuf version 3.12.3 ] { - Static methods [0] { } - - Properties [1] { - Property [ private $kind ] + - Properties [0] { } - - Methods [26] { - Method [ public method __construct ] { - } + - Methods [5] { + Method [ public method rewind ] { - Method [ public method getNullValue ] { + - Parameters [0] { + } } - Method [ public method setNullValue ] { - } + Method [ public method current ] { - Method [ public method getNumberValue ] { + - Parameters [0] { + } } - Method [ public method setNumberValue ] { - } + Method [ public method key ] { - Method [ public method getStringValue ] { + - Parameters [0] { + } } - Method [ public method setStringValue ] { - } + Method [ public method next ] { - Method [ public method getBoolValue ] { + - Parameters [0] { + } } - Method [ public method setBoolValue ] { - } + Method [ public method valid ] { - Method [ public method getStructValue ] { + - Parameters [0] { + } } + } + } - Method [ public method setStructValue ] { - } + Class [ class Google\Protobuf\Internal\Message ] { - Method [ public method getListValue ] { - } + - Constants [0] { + } - Method [ public method setListValue ] { - } + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } - Method [ public method getKind ] { + - Methods [13] { + Method [ public method clear ] { } - Method [ public method clear ] { + Method [ public method discardUnknownFields ] { } - Method [ public method discardUnknownFields ] { + Method [ public method serializeToString ] { } - Method [ public method serializeToString ] { + Method [ public method mergeFromString ] { } - Method [ public method mergeFromString ] { + Method [ public method serializeToJsonString ] { } - Method [ public method serializeToJsonString ] { + Method [ public method mergeFromJsonString ] { } - Method [ public method mergeFromJsonString ] { + Method [ public method mergeFrom ] { } - Method [ public method mergeFrom ] { + Method [ protected method readWrapperValue ] { } - Method [ protected method readWrapperValue ] { + Method [ protected method writeWrapperValue ] { } - Method [ protected method writeWrapperValue ] { + Method [ protected method readOneof ] { } - Method [ protected method readOneof ] { + Method [ protected method writeOneof ] { } - Method [ protected method writeOneof ] { + Method [ protected method whichOneof ] { } - Method [ protected method whichOneof ] { + Method [ protected method __construct ] { } } } diff --git a/php-pecl-protobuf4.spec b/php-pecl-protobuf4.spec index 95370f7..d91016b 100644 --- a/php-pecl-protobuf4.spec +++ b/php-pecl-protobuf4.spec @@ -1,4 +1,4 @@ -# remirepo spec file for php-pecl-protobuf +# remirepo spec file for php-pecl-protobuf4 # # Copyright (c) 2016-2020 Remi Collet # License: CC-BY-SA @@ -22,11 +22,11 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 3.12.3 -#global upstream_prever RC2 +%global upstream_version 4.0.0 +%global upstream_prever RC1 Summary: Mechanism for serializing structured data -Name: %{?sub_prefix}php-pecl-%{pecl_name} +Name: %{?sub_prefix}php-pecl-%{pecl_name}4 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD @@ -50,7 +50,16 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{relea Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} %endif -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9 || "%{php_version}" > "8.0" +Obsoletes: %{?scl_prefix}php-pecl-%{pecl_name} < 4 +Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} +Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} +%else +# A single version can be installed +Conflicts: %{?scl_prefix}php-pecl-%{pecl_name} < 5 +%endif + +%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff %if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{pecl_name} <= %{version} @@ -213,6 +222,11 @@ fi %changelog +* Thu Jul 16 2020 Remi Collet - 4.0.0~RC1-1 +- update to 4.0.0RC1 +- rename to php-pecl-protobuf4 +- raise dependency on PHP 7 + * Thu Jul 16 2020 Remi Collet - 3.12.3-1 - update to 3.12.3 (no change) -- cgit