Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ylzcdyhm
/
protobuf
Public
forked from
protocolbuffers/protobuf
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
protobuf
php
on
down
User selector
All users
All time
Commit history
Commits on Mar 21, 2017
Update commit number in Docker to update composer dependency (#2869)
TeBoring
authored
1387a67
View commit details
Copy full SHA for 1387a67
View code at this point
Browse repository at this point
Commits on Mar 17, 2017
Add file option php_class_prefix (#2849)
Show description for 6b27c1f
TeBoring
authored
6b27c1f
View commit details
Copy full SHA for 6b27c1f
View code at this point
Browse repository at this point
Commits on Mar 15, 2017
Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)
Show description for f23869c
TeBoring
committed
f23869c
View commit details
Copy full SHA for f23869c
View code at this point
Browse repository at this point
Commits on Mar 10, 2017
Repeated/Map field setter should accept a regular PHP array (#2817)
Show description for 616e68e
TeBoring
authored
616e68e
View commit details
Copy full SHA for 616e68e
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
Rename encode/decode to serializeToString/mergeFromString (#2795)
Show description for dd8d5f5
TeBoring
authored
dd8d5f5
View commit details
Copy full SHA for dd8d5f5
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
Add mergeFrom method on Message (#2766)
Show description for bcbaabe
TeBoring
authored
bcbaabe
View commit details
Copy full SHA for bcbaabe
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
Prefer the term "3-Clause BSD License" over "New BSD License"
Show description for 902af08
sschuberth
committed
902af08
View commit details
Copy full SHA for 902af08
View code at this point
Browse repository at this point
Fix links to the New BSD License in meta-data
Show description for 6395a1c
sschuberth
committed
6395a1c
View commit details
Copy full SHA for 6395a1c
View code at this point
Browse repository at this point
Commits on Feb 12, 2017
Add clear method to PHP message (#2700)
TeBoring
authored
74eb9a0
View commit details
Copy full SHA for 74eb9a0
View code at this point
Browse repository at this point
Commits on Feb 8, 2017
Implement json encoding decoding for php. (#2682)
TeBoring
authored
cba04b1
View commit details
Copy full SHA for cba04b1
View code at this point
Browse repository at this point
Commits on Feb 6, 2017
Update upb for php. (#2662)
TeBoring
authored
5a3405c
View commit details
Copy full SHA for 5a3405c
View code at this point
Browse repository at this point
Commits on Jan 31, 2017
Merge 3.2.x branch into master (#2648)
Show description for 7f3e237
TeBoring
authored
7f3e237
View commit details
Copy full SHA for 7f3e237
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
Oneof accessor should return the field name that is actually set. (#2631)
TeBoring
authored
a323f1e
View commit details
Copy full SHA for a323f1e
View code at this point
Browse repository at this point
Commits on Jan 8, 2017
PHP fix int64 decoding (#2516)
Show description for 2bddffc
Sufir
authored and
TeBoring
committed
2bddffc
View commit details
Copy full SHA for 2bddffc
View code at this point
Browse repository at this point
Commits on Dec 8, 2016
Make php generated code conform to PSR-4. (#2435)
Show description for 46ae90d
TeBoring
authored
46ae90d
View commit details
Copy full SHA for 46ae90d
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Generate phpdoc in php generated files. (#2406)
TeBoring
authored
f8ca3ac
View commit details
Copy full SHA for f8ca3ac
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
Rename Empty to GPBEmpty in php generated file.
Show description for 99564c3
TeBoring
authored
99564c3
View commit details
Copy full SHA for 99564c3
View code at this point
Browse repository at this point
Commits on Nov 10, 2016
Fix php c extension on 32-bit machines. (#2348)
TeBoring
authored
df83907
View commit details
Copy full SHA for df83907
View code at this point
Browse repository at this point
Commits on Nov 8, 2016
Implement RepeatedFieldIter for c extension. (#2333)
TeBoring
authored
1f2dbc8
View commit details
Copy full SHA for 1f2dbc8
View code at this point
Browse repository at this point
Commits on Oct 26, 2016
Fix pure php implementation for 32-bit machine. (#2282)
TeBoring
authored
51c5ff8
View commit details
Copy full SHA for 51c5ff8
View code at this point
Browse repository at this point
Commits on Oct 11, 2016
Fix the bug that message without namespace is not found in the descriptor pool. (#2240)
TeBoring
authored
60d95f3
View commit details
Copy full SHA for 60d95f3
View code at this point
Browse repository at this point
Commits on Oct 6, 2016
Fix compile error for php on Mac.
TeBoring
committed
96e2d76
View commit details
Copy full SHA for 96e2d76
View code at this point
Browse repository at this point
Commits on Oct 5, 2016
Fix segmentation fault when ZTS is defined.
TeBoring
committed
75b6988
View commit details
Copy full SHA for 75b6988
View code at this point
Browse repository at this point
Commits on Oct 4, 2016
PHP: fix ZTS tsrm_ls errors (#2189)
Show description for 52ab3b0
stanley-cheung
authored and
TeBoring
committed
52ab3b0
View commit details
Copy full SHA for 52ab3b0
View code at this point
Browse repository at this point
Commits on Oct 3, 2016
Test php5.5_c test on jenkins
TeBoring
committed
bcb32c0
View commit details
Copy full SHA for bcb32c0
View code at this point
Browse repository at this point
Commits on Sep 26, 2016
Fixing inconsistent php version number.
TeBoring
committed
787f3fb
View commit details
Copy full SHA for 787f3fb
View code at this point
Browse repository at this point
Commits on Sep 24, 2016
php: support 5.5.9 for pecl extension (#2174)
stanley-cheung
authored and
TeBoring
committed
907a075
View commit details
Copy full SHA for 907a075
View code at this point
Browse repository at this point
Commits on Sep 23, 2016
Update php supported version.
TeBoring
committed
18f336b
View commit details
Copy full SHA for 18f336b
View code at this point
Browse repository at this point
Modify php api version and minimum supported php version.
TeBoring
committed
9cb812f
View commit details
Copy full SHA for 9cb812f
View code at this point
Browse repository at this point
PHP: support 7.0 on PHP implementation (#2162)
Show description for 11433f7
stanley-cheung
authored and
TeBoring
committed
11433f7
View commit details
Copy full SHA for 11433f7
View code at this point
Browse repository at this point
Commits on Sep 20, 2016
Bump version number to 3.1.0-alpha-1.
TeBoring
committed
ebcda12
View commit details
Copy full SHA for ebcda12
View code at this point
Browse repository at this point
Integrate internal changes
TeBoring
committed
98835fb
View commit details
Copy full SHA for 98835fb
View code at this point
Browse repository at this point
Commits on Sep 16, 2016
Some php engine implementation doesn't have return_value_ptr properly set. Explicitly use &return_value.
TeBoring
committed
3b001ca
View commit details
Copy full SHA for 3b001ca
View code at this point
Browse repository at this point
Auto-generate proto files for tests.
TeBoring
committed
c6fa9c7
View commit details
Copy full SHA for c6fa9c7
View code at this point
Browse repository at this point
Add back missing test proto files.
TeBoring
committed
f174d36
View commit details
Copy full SHA for f174d36
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.