History log of /third_party/protobuf/php/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ffe3c63210-Sep-2024 openharmony_ci <120357966@qq.com>

!88 protobuf增加pac编译选项
Merge pull request !88 from lixing/master


README.md
composer.json
ext/google/protobuf/arena.c
ext/google/protobuf/arena.h
ext/google/protobuf/array.c
ext/google/protobuf/array.h
ext/google/protobuf/bundled_php.h
ext/google/protobuf/config.m4
ext/google/protobuf/convert.c
ext/google/protobuf/convert.h
ext/google/protobuf/def.c
ext/google/protobuf/def.h
ext/google/protobuf/make-preload.php
ext/google/protobuf/map.c
ext/google/protobuf/map.h
ext/google/protobuf/message.c
ext/google/protobuf/message.h
ext/google/protobuf/names.c
ext/google/protobuf/names.h
ext/google/protobuf/package.xml
ext/google/protobuf/php-upb.c
ext/google/protobuf/php-upb.h
ext/google/protobuf/protobuf.c
ext/google/protobuf/protobuf.h
generate_descriptor_protos.sh
phpunit.xml
release.sh
src/GPBMetadata/Google/Protobuf/Any.php
src/GPBMetadata/Google/Protobuf/Api.php
src/GPBMetadata/Google/Protobuf/Duration.php
src/GPBMetadata/Google/Protobuf/FieldMask.php
src/GPBMetadata/Google/Protobuf/GPBEmpty.php
src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php
src/GPBMetadata/Google/Protobuf/SourceContext.php
src/GPBMetadata/Google/Protobuf/Struct.php
src/GPBMetadata/Google/Protobuf/Timestamp.php
src/GPBMetadata/Google/Protobuf/Type.php
src/GPBMetadata/Google/Protobuf/Wrappers.php
src/Google/Protobuf/Any.php
src/Google/Protobuf/Api.php
src/Google/Protobuf/BoolValue.php
src/Google/Protobuf/BytesValue.php
src/Google/Protobuf/Descriptor.php
src/Google/Protobuf/DescriptorPool.php
src/Google/Protobuf/DoubleValue.php
src/Google/Protobuf/Duration.php
src/Google/Protobuf/Enum.php
src/Google/Protobuf/EnumDescriptor.php
src/Google/Protobuf/EnumValue.php
src/Google/Protobuf/EnumValueDescriptor.php
src/Google/Protobuf/Field.php
src/Google/Protobuf/Field/Cardinality.php
src/Google/Protobuf/Field/Kind.php
src/Google/Protobuf/FieldDescriptor.php
src/Google/Protobuf/FieldMask.php
src/Google/Protobuf/Field_Cardinality.php
src/Google/Protobuf/Field_Kind.php
src/Google/Protobuf/FloatValue.php
src/Google/Protobuf/GPBEmpty.php
src/Google/Protobuf/Int32Value.php
src/Google/Protobuf/Int64Value.php
src/Google/Protobuf/Internal/CodedInputStream.php
src/Google/Protobuf/Internal/CodedOutputStream.php
src/Google/Protobuf/Internal/Descriptor.php
src/Google/Protobuf/Internal/DescriptorPool.php
src/Google/Protobuf/Internal/DescriptorProto.php
src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php
src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php
src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php
src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php
src/Google/Protobuf/Internal/EnumBuilderContext.php
src/Google/Protobuf/Internal/EnumDescriptor.php
src/Google/Protobuf/Internal/EnumDescriptorProto.php
src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php
src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php
src/Google/Protobuf/Internal/EnumOptions.php
src/Google/Protobuf/Internal/EnumValueDescriptorProto.php
src/Google/Protobuf/Internal/EnumValueOptions.php
src/Google/Protobuf/Internal/ExtensionRangeOptions.php
src/Google/Protobuf/Internal/FieldDescriptor.php
src/Google/Protobuf/Internal/FieldDescriptorProto.php
src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php
src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php
src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php
src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php
src/Google/Protobuf/Internal/FieldOptions.php
src/Google/Protobuf/Internal/FieldOptions/CType.php
src/Google/Protobuf/Internal/FieldOptions/JSType.php
src/Google/Protobuf/Internal/FieldOptions_CType.php
src/Google/Protobuf/Internal/FieldOptions_JSType.php
src/Google/Protobuf/Internal/FileDescriptor.php
src/Google/Protobuf/Internal/FileDescriptorProto.php
src/Google/Protobuf/Internal/FileDescriptorSet.php
src/Google/Protobuf/Internal/FileOptions.php
src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php
src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php
src/Google/Protobuf/Internal/GPBDecodeException.php
src/Google/Protobuf/Internal/GPBJsonWire.php
src/Google/Protobuf/Internal/GPBLabel.php
src/Google/Protobuf/Internal/GPBType.php
src/Google/Protobuf/Internal/GPBUtil.php
src/Google/Protobuf/Internal/GPBWire.php
src/Google/Protobuf/Internal/GPBWireType.php
src/Google/Protobuf/Internal/GeneratedCodeInfo.php
src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php
src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php
src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php
src/Google/Protobuf/Internal/MapEntry.php
src/Google/Protobuf/Internal/MapField.php
src/Google/Protobuf/Internal/MapFieldIter.php
src/Google/Protobuf/Internal/Message.php
src/Google/Protobuf/Internal/MessageBuilderContext.php
src/Google/Protobuf/Internal/MessageOptions.php
src/Google/Protobuf/Internal/MethodDescriptorProto.php
src/Google/Protobuf/Internal/MethodOptions.php
src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php
src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php
src/Google/Protobuf/Internal/OneofDescriptor.php
src/Google/Protobuf/Internal/OneofDescriptorProto.php
src/Google/Protobuf/Internal/OneofField.php
src/Google/Protobuf/Internal/OneofOptions.php
src/Google/Protobuf/Internal/RawInputStream.php
src/Google/Protobuf/Internal/RepeatedField.php
src/Google/Protobuf/Internal/RepeatedFieldIter.php
src/Google/Protobuf/Internal/ServiceDescriptorProto.php
src/Google/Protobuf/Internal/ServiceOptions.php
src/Google/Protobuf/Internal/SourceCodeInfo.php
src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
src/Google/Protobuf/Internal/SourceCodeInfo_Location.php
src/Google/Protobuf/Internal/UninterpretedOption.php
src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php
src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php
src/Google/Protobuf/ListValue.php
src/Google/Protobuf/Method.php
src/Google/Protobuf/Mixin.php
src/Google/Protobuf/NullValue.php
src/Google/Protobuf/OneofDescriptor.php
src/Google/Protobuf/Option.php
src/Google/Protobuf/SourceContext.php
src/Google/Protobuf/StringValue.php
src/Google/Protobuf/Struct.php
src/Google/Protobuf/Syntax.php
src/Google/Protobuf/Timestamp.php
src/Google/Protobuf/Type.php
src/Google/Protobuf/UInt32Value.php
src/Google/Protobuf/UInt64Value.php
src/Google/Protobuf/Value.php
src/phpdoc.dist.xml
tests/ArrayTest.php
tests/DescriptorsTest.php
tests/EncodeDecodeTest.php
tests/GeneratedClassTest.php
tests/GeneratedPhpdocTest.php
tests/GeneratedServiceTest.php
tests/MapFieldTest.php
tests/PhpImplementationTest.php
tests/WellKnownTest.php
tests/WrapperTypeSettersTest.php
tests/autoload.php
tests/bootstrap_phpunit.php
tests/compatibility_test.sh
tests/compile_extension.sh
tests/gdb_test.sh
tests/generate_protos.sh
tests/memory_leak_test.php
tests/multirequest.php
tests/multirequest.sh
tests/proto/empty/echo.proto
tests/proto/test.proto
tests/proto/test_descriptors.proto
tests/proto/test_empty_php_namespace.proto
tests/proto/test_import_descriptor_proto.proto
tests/proto/test_include.proto
tests/proto/test_no_namespace.proto
tests/proto/test_php_namespace.proto
tests/proto/test_prefix.proto
tests/proto/test_reserved_enum_lower.proto
tests/proto/test_reserved_enum_upper.proto
tests/proto/test_reserved_enum_value_lower.proto
tests/proto/test_reserved_enum_value_upper.proto
tests/proto/test_reserved_message_lower.proto
tests/proto/test_reserved_message_upper.proto
tests/proto/test_service.proto
tests/proto/test_service_namespace.proto
tests/proto/test_wrapper_type_setters.proto
tests/test.sh
tests/test_base.php
tests/test_util.php
tests/undefined_test.php
tests/valgrind.supp