Sign in
flutter
/
third_party
/
protobuf
/
cbf89a647a063ee716a40764e178a4eab9715cba
/
php
/
src
cecba29
Down-integrate internal changes (#5467)
by Paul Yang
· 6 years ago
0b9af83
PHP: Add Enum methods for converting to/from strings (#5342)
by michaelbausor
· 6 years ago
86d4fe4
Updated checked-in generated code
by Adam Cozzette
· 6 years ago
6a51c03
PHP: Add support for primitive types in setters (#5126)
by michaelbausor
· 6 years ago
9bda1f1
Adopt upb change for timestamp and duration json to php (#5106)
by Paul Yang
· 7 years ago
a4862e7
Update generated descriptors.
by Feng Xiao
· 7 years ago
e7746f4
php: Added nanosecond support for Timestamp (#3972)
by Leonard Hecker
· 7 years ago
d779301
Fix 32bit php tests
by Bo Yang
· 7 years ago
51c188c
Fix php tests
by Bo Yang
· 7 years ago
3beb199
add JSON_UNESCAPED_UNICODE option (#4191)
by 吕海涛
· 7 years ago
82d3d7d
Merge branch '3.6.x' into merge-3-6-x
by Adam Cozzette
· 7 years ago
ce04481
Use legacy name in php runtime (#4741)
by Paul Yang
· 7 years ago
v3.6.0.1
2774e54
PHP namespaces for nested messages and enums (#4536)
by Brent Shaffer
· 7 years ago
c9b404d
PHP array constructors for protobuf messages (#4530)
by Brent Shaffer
· 7 years ago
6737954
PHP namespaces for nested messages and enums (#4536)
by Brent Shaffer
· 7 years ago
f1911f3
PHP array constructors for protobuf messages (#4530)
by Brent Shaffer
· 7 years ago
6ecc876
Updated PHP generated code for timestamp.proto
by Adam Cozzette
· 7 years ago
b61dd9d
Add file option php_metadata_namespace and ruby_package (#4609)
by Paul Yang
· 7 years ago
5f7334f
Avoid direct check of class name (#4601)
by Paul Yang
· 7 years ago
0869b1a
Add space between class name and concat message (#4577)
by Petar Dambovaliev
· 7 years ago
d7d863e
fix json_decode call parameters (#4381)
by urfinjuezz
· 7 years ago
13e627a
includes the expected class in the exception, otherwise the error is harder to track down (#3371)
by Brent Shaffer
· 7 years ago
3b13c3f
Add backslach to make class explict in global namespace
by Bo Yang
· 7 years ago
c370f88
Recursively clear unknown fields in submessages. (#3982)
by Paul Yang
· 7 years ago
74e7dec
Provide discardUnknonwnFields API in php (#3976)
by Paul Yang
· 7 years ago
857a021
Use fully qualifed name for DescriptorPool in Any.php to avoid name (#3886)
by Paul Yang
· 7 years ago
188f180
All integer types should accept null in json. (#3869)
by Paul Yang
· 7 years ago
2df4726
Fix php well known type conformance tests (#3828) (#3840)
by Paul Yang
· 7 years ago
05b56d0
update joda-time javadoc url
by xuwei-k
· 7 years ago
ecf2957
Update descriptor protos
by Jisi Liu
· 7 years ago
de15e73
Merge remote-tracking branch 'origin/3.4.x' into master
by Jisi Liu
· 7 years ago
6032746
Reserve unknown fields in php (#3659)
by Paul Yang
· 7 years ago
77f64bb
Add well known types to php runtime. (#3697)
by Paul Yang
· 7 years ago
ae55fd2
Enforce all error report for php tests. (#3670)
by Paul Yang
· 8 years ago
2b0ee3f
Add $ before url_prefix_len to make it a variable. (#3668)
by Paul Yang
· 8 years ago
13fd045
Integrated internal changes from Google
by Adam Cozzette
· 8 years ago
89069de
Change array to associate array.
by Bo Yang
· 8 years ago
174c82d
Add well-known timestamps to JSON for PHP (#3564)
by Jack Wakefield
· 8 years ago
e5d000c
Add prefix to php reserved keywords.
by Bo Yang
· 8 years ago
7f8b91f
Add native php support for Duration. (#3583)
by Paul Yang
· 8 years ago
b70e0fd
Add php support for Timestamp. (#3575)
by Paul Yang
· 8 years ago
2807436
change the field number of php_generic_service to fix the conflict with (#3576)
by Paul Yang
· 8 years ago
c7457ef
Add any support in php runtime. (#3486)
by Paul Yang
· 8 years ago
dd51909
Use message name as defined in php runtime.
by Bo Yang
· 8 years ago
8f4b8e4
Merge branch 'master' into 3.4.x
by Bo Yang
· 8 years ago
21b0e55
Update PHP descriptors (#3391)
by michaelbausor
· 8 years ago
9df89cc
Fixing HHVM Compatibility (#3437)
by Ryan Gordon
· 8 years ago
be73938
Change divideInt64ToInt32 to static (#3436)
by Tony Wong
· 8 years ago
d32f5b4
Removes unnecessary pass-by-references in PHP internal classes (#3433)
by Brent Shaffer
· 8 years ago
aa61bb0
compiles removal of newline (#3333) (#3370)
by Brent Shaffer
· 8 years ago
3af881c
Merge master into 3.4.x
by Jisi Liu
· 8 years ago
8697530
Update csharp and php descriptor
by Jisi Liu
· 8 years ago
9e745f7
Support PHP generic services (#3269)
by Matt A
· 8 years ago
324b20a
remove pass by reference for php setters (#3344)
by Brent Shaffer
· 8 years ago
3a0382e
Add map iterator for c extension (#3350)
by Paul Yang
· 8 years ago
ecca6ea
Add json encode/decode for php. (#3226)
by Paul Yang
· 8 years ago
12acbc2
adds PHPDoc @return and @param for getters and setters respectively (#3131)
by Brent Shaffer
· 8 years ago
703cd8e
Switch to addEnumType to fix fatal error (#3225)
by Ryan Gordon
· 8 years ago
91bf623
Fix php jenkins test (#3233)
by Paul Yang
· 8 years ago
8d97b3d
Fix incorrect function call (#3232)
by michaelbausor
· 8 years ago
b9b34e9
Follows proper autoloading standards (#3123)
by Brent Shaffer
· 8 years ago
6f32580
Add new file option php_namespace. (#3162)
by Paul Yang
· 8 years ago
1e86ef4
Oneof field should be serialized even it's equal to default. (#3153)
by Paul Yang
· 8 years ago
282fb9e
Add ARRAY for reserved name (#3150)
by Paul Yang
· 8 years ago
fba2acd
Add nested enum descriptor in php rumtime. (#3009)
by Paul Yang
· 8 years ago
v3.3.0rc1
6fff091
Throw exception when parsing invalid data. (#3000)
by Paul Yang
· 8 years ago
4523c9c
Allow proto files to import descriptor.proto (#2995)
by Paul Yang
· 8 years ago
4c57e84
Prepend "PB" to generated classes whose name are reserved words. (#2990)
by Paul Yang
· 8 years ago
190b527
Make PHP c extension work with PHP7 (#2951)
by Paul Yang
· 8 years ago
6b27c1f
Add file option php_class_prefix (#2849)
by Paul Yang
· 8 years ago
f23869c
Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)
by Paul Yang
· 8 years ago
616e68e
Repeated/Map field setter should accept a regular PHP array (#2817)
by Paul Yang
· 8 years ago
dd8d5f5
Rename encode/decode to serializeToString/mergeFromString (#2795)
by Paul Yang
· 8 years ago
bcbaabe
Add mergeFrom method on Message (#2766)
by Paul Yang
· 8 years ago
74eb9a0
Add clear method to PHP message (#2700)
by Paul Yang
· 8 years ago
7f3e237
Merge 3.2.x branch into master (#2648)
by Paul Yang
· 8 years ago
a323f1e
Oneof accessor should return the field name that is actually set. (#2631)
by Paul Yang
· 8 years ago
2bddffc
PHP fix int64 decoding (#2516)
by Sufir
· 8 years ago
46ae90d
Make php generated code conform to PSR-4. (#2435)
by Paul Yang
· 8 years ago
99564c3
Rename Empty to GPBEmpty in php generated file.
by Paul Yang
· 8 years ago
df83907
Fix php c extension on 32-bit machines. (#2348)
by Paul Yang
· 8 years ago
51c5ff8
Fix pure php implementation for 32-bit machine. (#2282)
by Paul Yang
· 8 years ago
60d95f3
Fix the bug that message without namespace is not found in the descriptor pool. (#2240)
by Paul Yang
· 8 years ago
11433f7
PHP: support 7.0 on PHP implementation (#2162)
by Stanley Cheung
· 9 years ago
e0e5466
Check in php implementation. (#2052)
by Paul Yang
· 9 years ago