Skip to content

Conversation

@adamkiss
Copy link
Contributor

Fixes a Cache serialization issue when the cache store is sqlite3 and the cached/serialized object contains any private or protected methods/properties.

It also handles reading non-encoded (previous) cache from SQLite - if it doesn't detect : or ;, it doesn't to try to base64_decode and just serializes the value.

Fixes #54082

@taylorotwell taylorotwell merged commit 85a02ca into laravel:11.x Jan 13, 2025
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants