I am currently using svn 283, but I modified the file shm.c
line 163: return
into
line 163-164: else { COPY_PZVAL_TO_ZVAL(*return_value, value); } return;
And up to this time, I haven't got any problem (yet) :D
Joined: 2006-11-05
I am currently using svn 283, but I modified the file shm.c
line 163:
return
into
line 163-164:
else { COPY_PZVAL_TO_ZVAL(*return_value, value); }
return;
And up to this time, I haven't got any problem (yet) :D