Arvind Bhardwaj's Blog: How to Test PHP Emails on Localhost
In this quick tutorial Arvind Bhardwaj shows a method for testing your scripts that need to send emails, but on your localhost system. While developing web applications on localhost you must have...
View ArticleKonstantin Kudryashov: Autohosts for Symfony projects on Mac
Konstantin Kudryashov has posted a helpful hint for any web developer out there that knows the pain of constantly setting up VirtualHosts and local hostnames during their development. His suggestion...
View ArticleLorna Mitchell: XHGui on VM, Storage on Host
Lorna Mitchell has a new post today showing you how you can use XHGui in a virtual machine, sorting the resulting performance data on the VM rather than your local machine. I'm doing some performance...
View ArticleStephan Hochdörfer: Configuring Xdebug and phpstorm for CLI debugging
Stephan Hochdörfer has a quick post to the bitExpert blog today showing you how to configure Xdebug+PHPStorm for CLI debugging, making it even easier to work with command-line PHP applications....
View ArticleBrian Moon: Using socket_connect with a timeout
In a new post to his site Brian Moon has shared a problem he had with sockets and timeouts and having them perform the same way every time. He walks through the symptoms he was seeing and provides his...
View Article