[PR #10803] Fix unserialize() errors when running tests on PHP 8.3 #12627

Open
opened 2026-01-22 16:14:40 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/10803

State: closed
Merged: Yes


Without this patch:

There were 2 errors:

  1. Doctrine\Tests\ORM\Functional\ParserResultSerializationTest::testUnserializeSingleSelectResult with data set "2.14.3" (Binary String: 0x4f3a33313a224...d7d7d0a)
    unserialize(): Extra data starting at offset 2372 of 2373 bytes

tests/Doctrine/Tests/ORM/Functional/ParserResultSerializationTest.php:48

  1. Doctrine\Tests\ORM\Functional\ParserResultSerializationTest::testUnserializeSingleSelectResult with data set "2.15.0" (Binary String: 0x4f3a33313a224...d7d7d0a)
    unserialize(): Extra data starting at offset 2369 of 2370 bytes

tests/Doctrine/Tests/ORM/Functional/ParserResultSerializationTest.php:48

**Original Pull Request:** https://github.com/doctrine/orm/pull/10803 **State:** closed **Merged:** Yes --- Without this patch: There were 2 errors: 1) Doctrine\Tests\ORM\Functional\ParserResultSerializationTest::testUnserializeSingleSelectResult with data set "2.14.3" (Binary String: 0x4f3a33313a224...d7d7d0a) unserialize(): Extra data starting at offset 2372 of 2373 bytes tests/Doctrine/Tests/ORM/Functional/ParserResultSerializationTest.php:48 2) Doctrine\Tests\ORM\Functional\ParserResultSerializationTest::testUnserializeSingleSelectResult with data set "2.15.0" (Binary String: 0x4f3a33313a224...d7d7d0a) unserialize(): Extra data starting at offset 2369 of 2370 bytes tests/Doctrine/Tests/ORM/Functional/ParserResultSerializationTest.php:48
admin added the pull-request label 2026-01-22 16:14:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#12627