### Description This is the epic issue to track the PHP 1.3 release, following v1.2 ([#310](https://github.com/valkey-io/valkey-glide-php/issues/310)). ### Checklist **Connection management** - [ ] [#219](https://github.com/valkey-io/valkey-glide-php/issues/219) — Persistent connection across PHP-FPM requests (pconnect equivalent) - [ ] [#265](https://github.com/valkey-io/valkey-glide-php/issues/265) — Connection pooling and isolated execution scopes **Client-side caching** - [ ] [#296](https://github.com/valkey-io/valkey-glide-php/issues/296) — Implement client-side caching configuration support - [ ] [#295](https://github.com/valkey-io/valkey-glide-php/issues/295) — Add CLIENT TRACKINGINFO cluster tests with client-side caching enabled **Sharded Pub/Sub** - [ ] [#329](https://github.com/valkey-io/valkey-glide-php/issues/329) — Complete sharded Pub/Sub: SHARDNUMSUB, SSUBSCRIBE, SUNSUBSCRIBE, SPUBLISH + investigate NUMSUB/SHARDNUMSUB counts
Description
This is the epic issue to track the PHP 1.3 release, following v1.2 (#310).
Checklist
Connection management
Client-side caching
Sharded Pub/Sub