Andres Gutierrez
Andres Gutierrez
@reedgz I'll be addressing this soon
@redstrike "A LOT OF TROUBLES" "TOO GREAT"
@carvajaldiazeduar Good catch, hadn't thought about it. Also, we need to think how memory will be managed on references, if the original memory a reference points to is freed we...
@ovr Maybe my explanation was not clear, but: - Implement a C++ layer is not viable now anyway, and not sure why it fixes the problem or what problem fixes,...
The more errors you get, the better you application can be
@joeyhub You might want to take a look at this: https://github.com/phalcon/zephir/issues/609
It must be `for (int i = maxSize - 1; i >= 0; i--)`, starting from maxSize -1