[php][ext] Support NULL values conversion
- Handle NULL values in the PHP extension's conversion functions.
- Tests that verify the behavior of converting supported types.
Should fix : https://github.com/protocolbuffers/protobuf/issues/20000
I just left a comment on https://github.com/protocolbuffers/protobuf/issues/20000, I think we generally don't want to support $msg->setFoo(null).
We triage inactive PRs and issues in order to make it easier to find active work. If this PR should remain active, please add a comment.
This PR is labeled inactive because the last activity was over 90 days ago. This PR will be closed and archived after 14 additional days without activity.
Please don't dismiss it. PR is still relevant, waiting for the maintainers.
I just left a comment on #20000, I think we generally don't want to support
$msg->setFoo(null).
https://github.com/protocolbuffers/protobuf/pull/20649#issuecomment-2873223983
We triage inactive PRs and issues in order to make it easier to find active work. If this PR should remain active, please add a comment.
This PR is labeled inactive because the last activity was over 90 days ago. This PR will be closed and archived after 14 additional days without activity.
PR is still relevant, waiting for the maintainers. :disappointed: