Sorry to post that here but the zephir forum seems to be a little dead ...
I'm trying to use zephir to make a php extension but there's no possibility to use a variable reference :/ so I don't understand how it possible to make phalcon without using references, ressources must be passed by refrence or become invalid and always make a copy of variables should issue on some memory over usage ?
Is there a way to use references ?