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
a428e420
Commit
a428e420
authored
8 years ago
by
Bo Yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add php files for make dist.
parent
e7269aa4
master
v3.11.4
v3.11.3
v3.11.2
v3.11.1
v3.11.0
v3.11.0-rc2
v3.11.0-rc1
v3.10.1
v3.10.0
v3.10.0-rc1
v3.9.2
v3.9.1
v3.9.0
v3.9.0-rc1
v3.8.0
v3.8.0-rc1
v3.7.1
v3.7.0
v3.7.0rc2
v3.7.0rc1
v3.7.0-rc.3
v3.7.0-rc.2
v3.6.1.3
v3.6.1.2
v3.6.1.1
v3.6.1
v3.6.0.1
v3.6.0
v3.6.0rc2
v3.6.0rc1
v3.5.2
v3.5.1.1
v3.5.1
v3.5.0.1
v3.5.0
v3.4.1
v3.4.0
v3.4.0rc3
v3.4.0rc2
v3.4.0rc1
v3.3.2
v3.3.1
v3.3.0
v3.3.0rc1
v3.2.1
v3.2.0
v3.2.0rc2
v3.2.0-rc.1
v3.2.0-alpha-1
v3.1.0
v3.1.0-alpha-1
conformance-build-tag
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
55 additions
and
4 deletions
+55
-4
Makefile.am
Makefile.am
+52
-1
configure.ac
configure.ac
+1
-1
post_process_dist.sh
post_process_dist.sh
+1
-1
tests.sh
tests.sh
+1
-1
No files found.
Makefile.am
View file @
a428e420
...
...
@@ -571,6 +571,57 @@ objectivec_EXTRA_DIST= \
objectivec/Tests/UnitTests-Info.plist
\
Protobuf.podspec
php_EXTRA_DIST
=
\
php/src/phpdoc.dist.xml
\
php/src/Google/Protobuf/Internal/DescriptorPool.php
\
php/src/Google/Protobuf/Internal/OneofField.php
\
php/src/Google/Protobuf/Internal/MapEntry.php
\
php/src/Google/Protobuf/Internal/Type.php
\
php/src/Google/Protobuf/Internal/InputStream.php
\
php/src/Google/Protobuf/Internal/OutputStream.php
\
php/src/Google/Protobuf/Internal/MessageBuilderContext.php
\
php/src/Google/Protobuf/Internal/MapField.php
\
php/src/Google/Protobuf/Internal/RepeatedField.php
\
php/src/Google/Protobuf/Internal/Message.php
\
php/src/Google/Protobuf/Internal/GPBWire.php
\
php/src/Google/Protobuf/Internal/GPBType.php
\
php/src/Google/Protobuf/Internal/GPBLabel.php
\
php/src/Google/Protobuf/Internal/EnumBuilderContext.php
\
php/src/Google/Protobuf/Internal/GPBUtil.php
\
php/src/Google/Protobuf/descriptor_internal.pb.php
\
php/src/Google/Protobuf/descriptor.php
\
php/tests/encode_decode_test.php
\
php/tests/test.sh
\
php/tests/generated_class_test.php
\
php/tests/array_test.php
\
php/tests/php_implementation_test.php
\
php/tests/test_include.proto
\
php/tests/test_include.pb.php
\
php/tests/map_field_test.php
\
php/tests/test_base.php
\
php/tests/test_util.php
\
php/tests/test.proto
\
php/tests/test.pb.php
\
php/tests/memory_leak_test.php
\
php/README.md
\
php/ext/google/protobuf/utf8.h
\
php/ext/google/protobuf/message.c
\
php/ext/google/protobuf/utf8.c
\
php/ext/google/protobuf/package.xml
\
php/ext/google/protobuf/upb.h
\
php/ext/google/protobuf/array.c
\
php/ext/google/protobuf/encode_decode.c
\
php/ext/google/protobuf/protobuf.h
\
php/ext/google/protobuf/type_check.c
\
php/ext/google/protobuf/def.c
\
php/ext/google/protobuf/storage.c
\
php/ext/google/protobuf/map.c
\
php/ext/google/protobuf/config.m4
\
php/ext/google/protobuf/upb.c
\
php/ext/google/protobuf/protobuf.c
\
phpunit.xml
\
composer.json
python_EXTRA_DIST
=
\
python/MANIFEST.in
\
python/google/__init__.py
\
...
...
@@ -768,7 +819,7 @@ js_EXTRA_DIST= \
js/testbinary.proto
\
js/testempty.proto
all_EXTRA_DIST
=
$(csharp_EXTRA_DIST)
$(java_EXTRA_DIST)
$(javanano_EXTRA_DIST)
$(objectivec_EXTRA_DIST)
$(python_EXTRA_DIST)
$(ruby_EXTRA_DIST)
$(js_EXTRA_DIST)
all_EXTRA_DIST
=
$(csharp_EXTRA_DIST)
$(java_EXTRA_DIST)
$(javanano_EXTRA_DIST)
$(objectivec_EXTRA_DIST)
$(p
hp_EXTRA_DIST)
$(p
ython_EXTRA_DIST)
$(ruby_EXTRA_DIST)
$(js_EXTRA_DIST)
EXTRA_DIST
=
$
(
@DIST_LANG@_EXTRA_DIST
)
\
autogen.sh
\
...
...
This diff is collapsed.
Click to expand it.
configure.ac
View file @
a428e420
...
...
@@ -31,7 +31,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_ARG_VAR(DIST_LANG, [language to include in the distribution package (i.e., make dist)])
case "$DIST_LANG" in
"") DIST_LANG=all ;;
all | cpp | csharp | java | python | javanano | objectivec | ruby | js) ;;
all | cpp | csharp | java | python | javanano | objectivec | ruby | js
| php
) ;;
*) AC_MSG_FAILURE([unknown language: $DIST_LANG]) ;;
esac
AC_SUBST(DIST_LANG)
...
...
This diff is collapsed.
Click to expand it.
post_process_dist.sh
View file @
a428e420
...
...
@@ -27,7 +27,7 @@ fi
set
-ex
LANGUAGES
=
"cpp csharp java javanano js objectivec python ruby"
LANGUAGES
=
"cpp csharp java javanano js objectivec python ruby
php
"
BASENAME
=
`
basename
$1
.tar.gz
`
VERSION
=
${
BASENAME
:9
}
...
...
This diff is collapsed.
Click to expand it.
tests.sh
View file @
a428e420
...
...
@@ -51,7 +51,7 @@ build_cpp_distcheck() {
make dist
# List all files that should be included in the distribution package.
git ls-files |
grep
"^
\(
java
\|
python
\|
objectivec
\|
csharp
\|
js
\|
ruby
\|
cmake
\|
examples
\)
"
|
\
git ls-files |
grep
"^
\(
java
\|
python
\|
objectivec
\|
csharp
\|
js
\|
ruby
\|
php
\|
cmake
\|
examples
\)
"
|
\
grep
-v
".gitignore"
|
grep
-v
"java/compatibility_tests"
>
dist.lst
# Unzip the dist tar file.
DIST
=
`
ls
*
.tar.gz
`
...
...
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