Protobuf Team Bot
24487dd104
Updating version.json and repo version numbers to: 21.6
3 years ago
Protobuf Team Bot
a44b4ae39c
Updating version.json and repo version numbers to: 21.5
3 years ago
Joshua Haberman
005f6d1c91
Merge pull request #10356 from haberman/php-containing-oneof
...
[PHP] Added getContainingOneof and getRealContainingOneof to descriptor.
3 years ago
Matt Kulukundis
e8ab276325
Sync from Piper @465378928
...
PROTOBUF_SYNC_PIPER
3 years ago
Joshua Haberman
763f08c620
[PHP] Added getContainingOneof and getRealContainingOneof to descriptor.
3 years ago
Sandy Zhang
c003a02b59
Sync from Piper @463670061
...
PROTOBUF_SYNC_PIPER
3 years ago
Protobuf Team Bot
c9869dc780
Updating version.json and repo version numbers to: 21.4
3 years ago
Sandy Zhang
aebdd0885f
Sync from Piper @463129388
...
PROTOBUF_SYNC_PIPER
3 years ago
Adam Cozzette
4e7c56cf43
Update developer username in package.xml ( #10297 )
...
I hit an error uploading to pecl.php.net, and I suspect it is because we
have changed to a new username but still have the old username in
package.xml.
3 years ago
Adam Cozzette
e7835368be
Update the release date in package.xml ( #10295 )
...
We did not finish the release yesterday, so this change updates the PHP
release date to today.
3 years ago
Protobuf Team Bot
b1eb1260fc
Updating version.json and repo version numbers to: 21.3
3 years ago
Brent Shaffer
4f28c5ab4e
fix valgrind
3 years ago
Brent Shaffer
0b90ee8d3f
address review comments
3 years ago
theodorerose
628a7e6fa4
Sync from Piper @457757259
...
PROTOBUF_SYNC_PIPER
3 years ago
theodorerose
52e071ecb3
merge 21.x into main
3 years ago
Protobuf Team Bot
839b18b1ba
Updating version.json and repo version numbers to: 21.2
3 years ago
Brent Shaffer
ecd1476f4a
fix valgrind error
3 years ago
Sandy Zhang
f138d5de25
Sync from Piper @452551755
...
PROTOBUF_SYNC_PIPER
3 years ago
Brent Shaffer
c8fa2f1168
free lower
3 years ago
Brent Shaffer
8b4837981c
refactor for efficiency
3 years ago
Brent Shaffer
7ed2c262e2
feat: [PHP] add previous classname to descriptor pool
3 years ago
Protobuf Team Bot
38e3a11a29
Updating version.json and repo version numbers to: 21.1
3 years ago
Protobuf Team Bot
e73ed1630f
Updating version.json and repo version numbers to: 21.1
3 years ago
Protobuf Team Bot
59c6ff83e9
Updating version.json and repo version numbers to: 21.0
3 years ago
Brent Shaffer
53944b5983
Add back "fix: reserve "ReadOnly" keyword for PHP 8.1 and add compatibility ( #9633 )"
3 years ago
Joshua Haberman
8984184e54
Revert "fix: reserve "ReadOnly" keyword for PHP 8.1 and add compatibility ( #9633 )"
...
This reverts commit eb27c201f1
.
3 years ago
Protobuf Team Bot
1fa42c4be4
Updating version.json and repo version numbers to: 21.0-rc2
3 years ago
Joshua Haberman
a04d00312f
Fixed PHP SEGV by not writing to shared memory for zend_class_entry.
3 years ago
Joshua Haberman
8a46882bf0
Brought the comment up to date.
3 years ago
Joshua Haberman
65a2a52df3
Fixed PHP SEGV by not writing to shared memory for zend_class_entry.
3 years ago
Protobuf Team
d259bd3287
Updating version.json and repo version numbers to: 21.0-rc1
3 years ago
Joshua Haberman
dc4aad931e
Sync from Piper @444600173
...
PROTOBUF_SYNC_PIPER
3 years ago
Joshua Haberman
296c1fdaff
Update protobuf version ( #9820 )
...
* Update protobuf version
* Updated Makefile.am for composer.json move.
3 years ago
Brent Shaffer
eb27c201f1
fix: reserve "ReadOnly" keyword for PHP 8.1 and add compatibility ( #9633 )
...
* fix: reserve "ReadOnly" keyword for PHP 8.1 and add compatibility
* typo fix - readme > readonly
3 years ago
mkruskal-google
85aa87cbc9
Merge 3.20.1-rc1 into main ( #9760 )
...
* Fix NPE during encoding and add regression test for issue 9507.
(cherry picked from commit 58e320a732
)
* Implement `respond_to?` in RubyMessage (#9677 )
All synthetic methods implemented by `method_missing` are now supported by `respond_to?`.
Fixes issue #9202 .
* Fix null pointer exceptions exposed by new regression tests.
* Fix clear_ on oneofs so that it is safe to call repeatedly and so that respond_to? does not depend on whether the oneof is currently cleared.
* Code cleanup: reenable more tests on JRuby.
* Align JRuby behavior with CRuby by throwing a RuntimeError when attempting to assign to a oneof.
(cherry picked from commit 8e7f936696
)
* Update protobuf version
* Merge pull request #9727 from mlocati/build-packaged-php-extension
Fix building packaged PHP extension
(cherry picked from commit 7f9901c5f6
)
* Update protobuf version
* Update changelogs for 3.20.1-rc1
Co-authored-by: Jason Lunn <jason.lunn@gmail.com>
Co-authored-by: Jorg Brown <jorg.brown@gmail.com>
3 years ago
Mike Kruskal
7db4eca77f
Update changelogs for 3.20.1-rc1
3 years ago
Mike Kruskal
803e371946
Update protobuf version
3 years ago
mkruskal-google
5edc8442a4
Merge pull request #9727 from mlocati/build-packaged-php-extension
...
Fix building packaged PHP extension
(cherry picked from commit 7f9901c5f6
)
3 years ago
Mike Kruskal
a29e0e3f44
Sync from Piper @439400376
...
PROTOBUF_SYNC_PIPER
3 years ago
Mike Kruskal
d24edbca53
Update protobuf version
3 years ago
Michele Locati
f0936d26e1
Fix building packaged PHP extension
3 years ago
Darly Paredes
25045e3f69
Update protobuf version
3 years ago
Joshua Haberman
bc799d78f8
Added missing files and fixed file roles. ( #9672 )
3 years ago
theodorerose
523d94a445
update PHP release to not fail on existing tag
3 years ago
theodorerose
ebfa0d345e
Update protobuf version
3 years ago
Go Kudo
1722b16e03
[PHP] fix PHP build system ( #9571 )
...
* [PHP] fix PHP extension build system
* fix year
* fix EXTRA_DIST
* remove include header
* add comment
* Revert "add comment"
This reverts commit e462966aa927b01d888527c17aaf29ea9ac6b6b4.
* add comment
* fix dangling commit
Co-authored-by: Go Kudo <g-kudo@colopl.co.jp>
3 years ago
Adam Cozzette
b20209f321
Sync from Piper @acozzette/proto_github_202203101748
...
PROTOBUF_SYNC_PIPER
3 years ago
Go Kudo
d1d13ed6fa
[PHP] Remove unnecessary zval initialization ( #9600 )
...
* [PHP] remove unneccesary zval
* fix memory leak, warning, Makefile
3 years ago
Joshua Haberman
349d74d92e
Updated PHP upb, and utf8_range for Ruby/PHP ( #9585 )
...
* Updated PHP to the new version of upb.
This is a large change, as the upb API surface has been
renamed to follow Google style more closely.
* Fixed utf8_range.
* Updated Ruby for new utf8_range.
* Picked up new upb for PHP, with spelling fixes.
* Fixed the 32-bit build.
3 years ago
Adam Cozzette
88a18db91e
Update protobuf version
3 years ago