Compiling PHP for Magento

#1
Is there any recommended configure parameters available for compiling PHP 5.3.x for Magento/Wordpress based sites? ATM my Magento site is not able to send emails (did work with apache) but gives me this error message:

exception 'Zend_Mail_Protocol_Exception' with message 'Unable to connect via TLS'
 

NiteWave

Administrator
#2
if working under apache, it should work under litespeed.

to be sure "Build Matching PHP" are done correctly.

to confirm this, compare phpinfo() under apache and litespeed, see if they matches.
 
Top