sveneld commented on PR #3787:
URL: https://github.com/apache/thrift/pull/3787#issuecomment-5653900394

   Fixed the accelerated cross-test failures as well: the native PHP extension 
still serialized only keys for scalar sets. It now uses the same 
list-versus-all-true-marker rule as the PHP implementation. Added 
scalar_sets.phpt comparing native wire output with explicitly written expected 
Binary messages; before the change it failed for integer, string, and bool 
lists. Verification: 179 targeted PHP tests / 342 assertions, all 4 extension 
PHPT tests, and accelerated PHP clients against C++ and Python servers over 
buffered, framed, and HTTP transports all pass (6 cross-test runs). PHPCS and 
git diff --check pass. Repository-wide make style remains blocked by stale 
local Autotools files referencing the removed Swift directory. Previous local 
cross-test validation covered only the non-accelerated path; this follow-up 
closes that gap. CI needs to run again for the full matrix.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to