K kvee New member Joined Mar 18, 2015 Messages 1 Mar 18, 2015 #1 Please add support for Phalcon php or if somebody are able to install on directadmin with PHP 5.6 (already installed DA+PHP5.6) please guide me. Thank you
Please add support for Phalcon php or if somebody are able to install on directadmin with PHP 5.6 (already installed DA+PHP5.6) please guide me. Thank you
S Sygmoral Verified User Joined Aug 15, 2012 Messages 63 Jun 15, 2017 #2 I would also very much like support for Phalcon in DirectAdmin. In the meantime, there's a guide on this forum to manually install it: http://forum.directadmin.com/showthread.php?t=49346
I would also very much like support for Phalcon in DirectAdmin. In the meantime, there's a guide on this forum to manually install it: http://forum.directadmin.com/showthread.php?t=49346
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 10,162 Location LT, EU Mar 1, 2020 #3 Support has been added
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,366 Location www.poralix.com Mar 1, 2020 #4 How to change the options in php_extensions.conf? Is it the only possible way: Code: perl -pi -e 's/phalcon=no/phalcon=yes/' php_extensions.conf ?
How to change the options in php_extensions.conf? Is it the only possible way: Code: perl -pi -e 's/phalcon=no/phalcon=yes/' php_extensions.conf ?
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 10,162 Location LT, EU Mar 2, 2020 #5 zEitEr said: How to change the options in php_extensions.conf? Is it the only possible way: Code: perl -pi -e 's/phalcon=no/phalcon=yes/' php_extensions.conf ? Click to expand... Code: ./build set_php phalcon yes Old extensions have backwards compatibility for “set”.
zEitEr said: How to change the options in php_extensions.conf? Is it the only possible way: Code: perl -pi -e 's/phalcon=no/phalcon=yes/' php_extensions.conf ? Click to expand... Code: ./build set_php phalcon yes Old extensions have backwards compatibility for “set”.