x00
MVPx00 MVP
Reactions
-
Re: Vanilla on HHVM a wicked experiment....
Big Caveat: HHVM is not yet 100% transferable, with infrastructure Zend and still has bugs and nuances. The is totality experimental not for production.Like I said you will need a 64 bit OS that is s… (View Post)2 -
Vanilla on HHVM a wicked experiment....
HHVM stands for HipHop Virtual Machine, for those who are not aware. It is what facebook uses to run its infrastructure. Around 2008 facebook needed to optimize their architecture. They needed someth… (View Post)7 -
Re: date more specific
you code is also somewhat redundant because you can achieve what you through the correct settings of those definitions, you are re-inventing the wheel. you are placing code in hacky way, without noti… (View Post)1 -
Re: SMTP problem - how to generate an error log
vanilla uses PHPMailer so you might try testing out standalone https://github.com/Synchro/PHPMailer see their example. (View Post)1 -
Re: SMTP problem - how to generate an error log
yes you are barking up the wrong tree. First suggest try to connect to stmp sever outside of the application. If you can't do that then that is the like problem. (View Post)1
