Replies: 1 comment
-
Try to use Also, note that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ubuntu 20.04, PHP 7.4 with Phalcon 4.2 and Zephir 0.15.2:
Command:
git clone -b 4.2.x https://github.com/phalcon/cphalcon.git && cd cphalcon && wget http://github.com/phalcon/zephir/releases/download/0.15.2/zephir.phar && chmod +x zephir.phar && mv zephir.phar /usr/sbin && zephir.phar fullclean && zephir.phar build
Result:
Beta Was this translation helpful? Give feedback.
All reactions