I am trying to install ioncube for LSWS. Normally (in apache) would just add a line to php.ini
zend_extension = /usr/local/lsws/lsphp5/lib/php/extensions/no-debug-non-zts-20131226/ioncube_loader_lin_5.6.so
but the compiled version of php 5.6 I have in LSWS shows that php.ini is at /usr/local/lsws/lsphp5/lib but there is not an actual php.ini file.
what is the best way to add this zend_extension line in LSWS compiled version of php?
thanks
zend_extension = /usr/local/lsws/lsphp5/lib/php/extensions/no-debug-non-zts-20131226/ioncube_loader_lin_5.6.so
but the compiled version of php 5.6 I have in LSWS shows that php.ini is at /usr/local/lsws/lsphp5/lib but there is not an actual php.ini file.
what is the best way to add this zend_extension line in LSWS compiled version of php?
thanks