Skip to content

Commit

Permalink
Merge pull request #8854 from haberman/google-wyhash
Browse files Browse the repository at this point in the history
Migrate PHP & Ruby to ABSL wyhash
  • Loading branch information
haberman committed Aug 3, 2021
2 parents 343f778 + fa8acc8 commit 66d7491
Show file tree
Hide file tree
Showing 17 changed files with 2,069 additions and 1,051 deletions.
3 changes: 0 additions & 3 deletions Makefile.am
Expand Up @@ -827,7 +827,6 @@ php_EXTRA_DIST= \
php/ext/google/protobuf/wkt.inc \
php/generate_descriptor_protos.sh \
php/generate_test_protos.sh \
php/prepare_c_extension.sh \
php/release.sh \
php/src/GPBMetadata/Google/Protobuf/Any.php \
php/src/GPBMetadata/Google/Protobuf/Api.php \
Expand Down Expand Up @@ -1427,8 +1426,6 @@ EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \
protobuf_deps.bzl \
third_party/six.BUILD \
third_party/zlib.BUILD \
third_party/wyhash/LICENSE \
third_party/wyhash/wyhash.h \
util/python/BUILD \
internal.bzl

Expand Down
2 changes: 0 additions & 2 deletions php/ext/google/protobuf/package.xml
Expand Up @@ -46,8 +46,6 @@
<file baseinstalldir="/" name="protobuf.c" role="src"/>
<file baseinstalldir="/" name="protobuf.h" role="src"/>
<file baseinstalldir="/" name="wkt.inc" role="src"/>
<file baseinstalldir="/" name="third_party/wyhash/wyhash.h" role="src"/>
<file baseinstalldir="/" name="third_party/wyhash/LICENSE" role="doc"/>
<file baseinstalldir="/" name="LICENSE" role="doc"/>
</dir>
</contents>
Expand Down

0 comments on commit 66d7491

Please sign in to comment.