If you upgrade from Mongo 4.x to 8.x and MongoDB stops working with:
PHP Fatal error: Declaration of MongoDB\Model\BSONArray::bsonSerialize() must be compatible with MongoDB\BSON\Serializable::bsonSerialize(): stdClass|MongoDB\BSON\Document|MongoDB\BSON\PackedArray|array
Don’t use php8.3-mongodb, but rather PECL and do this:
pecl install mongodb-1.21.0