I installed php 7.2.2 with ZTS enabled.
PHP 7.2.2 (cli) (built: Jul 20 2018 17:47:46) ( ZTS DEBUG ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.2.2, Copyright (c) 1999-2018, by Zend Technologies
I've also successfully installed phalcon, find / -type f -name 'phalcon.so' returns
/usr/lib/php/20170718/phalcon.so /etc/php/7.2-zts/lib/php/extensions/debug-zts-20170718/phalcon.so
When I do php -v I get:
HP Startup: Unable to load dynamic library 'phalcon.so' (tried: /etc/php/7.2-zts/lib/php/extensions/debug-zts-20170718/phalcon.so (/etc/php/7.2-zts/lib/php/extensions/debug-zts-20170718/phalcon.so: undefined symbol: compiler_globals)
How can I solve this?
20-phalcon.ini
in conf.d. Well that and possibly confusion aboutwhich php
... – ficuscr