Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
d6353b48
Unverified
Commit
d6353b48
authored
6 years ago
by
Paul Yang
Committed by
GitHub
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update php version to 3.6.0 (#4736)
parent
ab8edf1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
package.xml
php/ext/google/protobuf/package.xml
+19
-3
protobuf.h
php/ext/google/protobuf/protobuf.h
+1
-1
No files found.
php/ext/google/protobuf/package.xml
View file @
d6353b48
...
...
@@ -10,11 +10,11 @@
<email>
protobuf-opensource@google.com
</email>
<active>
yes
</active>
</lead>
<date>
2018-0
3
-06
</date>
<date>
2018-0
6
-06
</date>
<time>
11:02:07
</time>
<version>
<release>
3.
5.2
</release>
<api>
3.
5.2
</api>
<release>
3.
6.0
</release>
<api>
3.
6.0
</api>
</version>
<stability>
<release>
stable
</release>
...
...
@@ -229,6 +229,22 @@ GA release.
<time>
11:02:07
</time>
<license
uri=
"https://opensource.org/licenses/BSD-3-Clause"
>
3-Clause BSD License
</license>
<notes>
G A release.
</notes>
</release>
<release>
<version>
<release>
3.6.0
</release>
<api>
3.6.0
</api>
</version>
<stability>
<release>
stable
</release>
<api>
stable
</api>
</stability>
<date>
2018-06-06
</date>
<time>
11:02:07
</time>
<license
uri=
"https://opensource.org/licenses/BSD-3-Clause"
>
3-Clause BSD License
</license>
<notes>
G A release.
</notes>
</release>
...
...
This diff is collapsed.
Click to expand it.
php/ext/google/protobuf/protobuf.h
View file @
d6353b48
...
...
@@ -37,7 +37,7 @@
#include "upb.h"
#define PHP_PROTOBUF_EXTNAME "protobuf"
#define PHP_PROTOBUF_VERSION "3.
5.2
"
#define PHP_PROTOBUF_VERSION "3.
6.0
"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment