Matthew Turland: Travis and Composer and virtPHP, oh my!
Matthew Turland has a new post today to his site looking at the combination of three different technologies - TravisCI, Composer and VirtPHP - and an odd error he was getting from his build about a...
View ArticleEvert Pot: PHP 5.5.10 timezone handling changes
Evert Pot has a new post sharing some of the changes in DateTime handling that he's updated in the latest release in the PHP 5.5.x series. PHP 5.5.10 got released a few weeks ago, and among other...
View ArticleThree Devs & A Maybe Podcast: Exception and Error Handling
In the latest episode of the Three Devs and a Maybe podcast Michael Budd, Fraser Hart, Lewis Cains and Edd Mann look at error and exception handling in PHP applications. In this weeks show we...
View ArticleRob Allen: Throw an exception when simplexml_load_string fails
In a quick post to his site Rob Allen shares a class that he's created to handle and throw an exception any time that the load from a SimpleXML parsing fails. I keep having to look up how to stop the...
View ArticleDerick Rethans: Xdebug 2.3: Munging errors
Derick Rethans has posted a new part of his series looking at the improvements that came with the latest Xdebug release (v2.3). In this new article he talks about error handling and intercepting them...
View ArticleRob Allen: Logging errors in Slim 3
Rob Allen continues his posts looking at the use of the Slim PHP framework with this new post about logging errors. Slim Framework 3 is being actively developed at the moment and has a number of...
View ArticleSitePoint PHP Blog: Sending Emails in PHP with PHPMailer
The SitePoint PHP blog has a tutorial from Narayan Prusty showing you how to effectively use PHPMailer to send emails from your PHP application. PHPMailer provides a simplified interface to send both...
View ArticleSitePoint PHP Blog: More Effective PHP Logging with Loggly
The SitePoint PHP Blog has a new tutorial by Yones Rafie showing you how to log more effectively with Loggly, a remote log management service that's easy to connect to your PHP application. (Note:...
View ArticleDamien Seguy: Prepare for PHP 7 error messages (Series)
For those looking forward to PHP 7, there's a new series of posts from Damien Seguy that can help you with some of the newer error messages and what might be causing them. The first step to prepare...
View ArticleAaron Piotrowski: Throwable Exceptions and Errors in PHP 7
Aaron Piotrowski has a new post to his site talking about a feature of the next major release of the PHP language (PHP 7) around error and exception handling: working with throwable exceptions and...
View Article