llaville / php-compatinfo-db

Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions
https://llaville.github.io/php-compatinfo-db/6.12/
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Test failure with http 4.2.0 #86

Closed remicollet closed 3 years ago

remicollet commented 3 years ago

1) Bartlett\CompatInfoDb\Tests\Reference\Extension\PhpPecl\Http\HttpExtensionTest::testGetMethodsFromExtension
Defined method 'http\Header::__unserialize' not known in Reference.
Failed asserting that an array contains 'http\Header::__unserialize'.

/dev/shm/BUILD/php-compatinfo-db-bd790b6587f527fb12c25751b4cd171fd43d09a0/tests/Reference/GenericTest.php:854
remicollet commented 3 years ago

Just notice it is already fixed in eb762a72e59af653cc715ea73d23237ab7c18e7a

llaville commented 3 years ago

@remicollet FYI, I always keep PHP 8.1 compatibility in mind. See #81