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
e64b618b
Commit
e64b618b
authored
Apr 24, 2017
by
Paul Yang
Committed by
GitHub
Apr 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update php version number to 3.3.0 (#3001)
parent
6fff091c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
6 deletions
+22
-6
package.xml
php/ext/google/protobuf/package.xml
+21
-5
protobuf.h
php/ext/google/protobuf/protobuf.h
+1
-1
No files found.
php/ext/google/protobuf/package.xml
View file @
e64b618b
...
...
@@ -13,16 +13,16 @@
<date>
2017-01-13
</date>
<time>
16:06:07
</time>
<version>
<release>
3.
2.0a1
</release>
<api>
3.
2.0a1
</api>
<release>
3.
3.0
</release>
<api>
3.
3.0
</api>
</version>
<stability>
<release>
alpha
</release>
<api>
alpha
</api>
<release>
stable
</release>
<api>
stable
</api>
</stability>
<license
uri=
"https://opensource.org/licenses/BSD-3-Clause"
>
3-Clause BSD License
</license>
<notes>
Second alpha
release.
GA
release.
</notes>
<contents>
<dir
baseinstalldir=
"/"
name=
"/"
>
...
...
@@ -87,5 +87,21 @@ First alpha release
Second alpha release.
</notes>
</release>
<release>
<version>
<release>
3.3.0
</release>
<api>
3.3.0
</api>
</version>
<stability>
<release>
stable
</release>
<api>
stable
</api>
</stability>
<date>
2017-04-28
</date>
<time>
16:06:07
</time>
<license
uri=
"https://opensource.org/licenses/BSD-3-Clause"
>
3-Clause BSD License
</license>
<notes>
GA release.
</notes>
</release>
</changelog>
</package>
php/ext/google/protobuf/protobuf.h
View file @
e64b618b
...
...
@@ -37,7 +37,7 @@
#include "upb.h"
#define PHP_PROTOBUF_EXTNAME "protobuf"
#define PHP_PROTOBUF_VERSION "3.
2.0a1
"
#define PHP_PROTOBUF_VERSION "3.
3.0
"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8
...
...
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