0
votes
Does PHP copy variables when retrieving from shared memory?
I'm no expert on this, but would it be possible to write a quick test for this something like the following?
$key = 'blarg';
//put something small into shared memory
$identifier = s …
