fuelphp-storage / email

FuelPHP Framework - Email library
1 stars 1 forks source link

Starttls not working with HHVM #8

Open emlynwest opened 10 years ago

emlynwest commented 10 years ago

Current this issue is preventing Starttls from being supported on HHVM

https://github.com/facebook/hhvm/issues/1647

This is here for reference.

sagikazarmark commented 10 years ago

If I mark starttls based tests skipped forr hhvm (for now) will the tests run?

emlynwest commented 10 years ago

They will, but I'd rather there was a failure so when the function is implemented we will know about it. For now HHVM builds have been allowed to fail, which we can remove later.