Skip to content

Commit

Permalink
[PHP] Fixes for package.xml: added/removed source files.
Browse files Browse the repository at this point in the history
These files should have been added/removed in
protocolbuffers#7944, but
this was missed and Kokoro does not test "pear package".
  • Loading branch information
haberman committed Nov 10, 2020
1 parent 27100b4 commit 9b79503
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions php/ext/google/protobuf/package.xml
Expand Up @@ -29,8 +29,6 @@
<file baseinstalldir="/" name="arena.h" role="src"/>
<file baseinstalldir="/" name="array.c" role="src"/>
<file baseinstalldir="/" name="array.h" role="src"/>
<file baseinstalldir="/" name="bundled_php.c" role="src"/>
<file baseinstalldir="/" name="bundled_php.h" role="src"/>
<file baseinstalldir="/" name="convert.c" role="src"/>
<file baseinstalldir="/" name="convert.h" role="src"/>
<file baseinstalldir="/" name="def.c" role="src"/>
Expand All @@ -45,6 +43,7 @@
<file baseinstalldir="/" name="php-upb.h" role="src"/>
<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"/>
Expand Down

0 comments on commit 9b79503

Please sign in to comment.