I am getting the following error when I run a test php script:
php: symbol lookup error: /usr/lib/php5/20090626/phalcon.so: undefined symbol: PHALCON_CONCAT_VSV
Here is the specific instance where I try to use it:
PHALCON_CONCAT_VSV(namespaced_controller, camelized_namespace, "\\", camelized_controller);
I grep the code and see it used this way all over the place. What could I be doing wrong?
Thanks,
Jason