zendframework / zend-paginator

Paginate collections of data from arbitrary sources.
BSD 3-Clause "New" or "Revised" License
36 stars 30 forks source link

Fixes #1 : paginator cache fix #24

Closed samsonasik closed 7 years ago

samsonasik commented 8 years ago

Fixes #1 . Also updated unit tests for PaginatorTest::testGetCacheId() with duplicate object creation to make it idempotent to check the affect of spl_object_hash removal.

divix1988 commented 7 years ago

You can't just swap back to the previous generation of cache internal id, it produces an error: "Error producing an iterator" and later: "You cannot serialize or unserialize PDO instances" since an adapter passed in is indeed a PDO.

froschdesign commented 7 years ago

Closing in favor of #33