This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Redis::setItems - the last item is overwritten #6324
Comments
wumch
changed the title
Redis setItems - the last item will be overwritten
Redis::setItems - the last item is overwritten
May 25, 2014
This is fixed in open PR #6575 |
Ocramius
added a commit
that referenced
this issue
Nov 22, 2014
Handled in #6575 |
gianarb
pushed a commit
to zendframework/zend-cache
that referenced
this issue
May 15, 2015
…m is overwritten
gianarb
pushed a commit
to zendframework/zend-cache
that referenced
this issue
May 15, 2015
…last-item-overwritten-fixes-zendframework/zf2#6324' Close zendframework/zendframework#6575 Close zendframework/zendframework#6324
gianarb
pushed a commit
to zendframework/zend-cache
that referenced
this issue
May 15, 2015
…last-item-overwritten-fixes-zendframework/zf2#6324' into develop Close zendframework/zendframework#6575 Close zendframework/zendframework#6324 Forward port zendframework/zendframework#6575 Forward port zendframework/zendframework#6324
boesing
pushed a commit
to laminas/laminas-cache-storage-adapter-test
that referenced
this issue
May 24, 2020
…m is overwritten
boesing
pushed a commit
to laminas/laminas-cache-storage-adapter-test
that referenced
this issue
May 24, 2020
…last-item-overwritten-fixes-zendframework/zf2#6324' into develop Close zendframework/zendframework#6575 Close zendframework/zendframework#6324 Forward port zendframework/zendframework#6575 Forward port zendframework/zendframework#6324
boesing
pushed a commit
to laminas/laminas-cache-storage-adapter-apc
that referenced
this issue
May 24, 2020
…m is overwritten
boesing
pushed a commit
to laminas/laminas-cache-storage-adapter-apc
that referenced
this issue
May 24, 2020
…last-item-overwritten-fixes-zendframework/zf2#6324' into develop Close zendframework/zendframework#6575 Close zendframework/zendframework#6324 Forward port zendframework/zendframework#6575 Forward port zendframework/zendframework#6324
boesing
pushed a commit
to laminas/laminas-cache-storage-adapter-redis
that referenced
this issue
Jul 5, 2020
…m is overwritten
boesing
pushed a commit
to laminas/laminas-cache-storage-adapter-redis
that referenced
this issue
Jul 5, 2020
…last-item-overwritten-fixes-zendframework/zf2#6324' into develop Close zendframework/zendframework#6575 Close zendframework/zendframework#6324 Forward port zendframework/zendframework#6575 Forward port zendframework/zendframework#6324
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In this case:
what will be written is actually:
This is caused by line 256 and 267 of
Zend/Cache/Storage/Adapter/Redis.php,
reference
"&$value"
defined at line 256 is overwritten by variable"$value"
defined at line 267.The text was updated successfully, but these errors were encountered: