Lorna Mitchell's Blog: SugarCRM Installation Error
In the latest post to her blog Lorna Mitchell talks about some of the issues she had when upgrading to the latest version of SugarCRM (6.0.0). I noticed that SugarCRM have just released their new...
View ArticleSitePoint PHP Blog: How to Upload Large Files in PHP
On the SitePoint PHP blog today Craig Buckler talks about uploading large files in your PHP application. He points to two other resources - this manual page and this introductory tutorial about...
View ArticleDZone.com: What you must know about PHP errors...
Giorgio Sironi has a new post to the DZone.com Web Builder Zone today giving a high-level guide to some of the PHP errors you could encounter in your development time. While pure object-oriented...
View ArticleBrian Swan's Blog: Updating PHP Settings in Windows Azure
Brian Swan has a new post today looking at how you can update some PHP settings in your Windows Azure instance - an alternative to redeploying your every time your php.ini file might need an update. I...
View ArticlePHPBuilder.com: Back to Basics: Managing PHP Configuration php.ini Directives
Jason Gilmore gets "back to basics" in a new tutorial with a look at managing configuration in your ini file to tune it to just what you need. While PHP's configuration capabilities are indeed...
View ArticleXpertDeveloper.com PHP "Magic Quotes" Explained
If you're relatively new to the PHP world, you may be wondering why there has been so much emphasis put on "magic quotes" in the language's past. If you're not entirely sure what they are (and why to...
View ArticlePHPMaster.com: A Tour of PHP.INI
On PHPMaster.com today Callum Hopkins has written up an introduction to the php.ini, the heart and soul of any PHP installation. With configuration options for just about everything, it can be...
View ArticlePHPMaster.com: 5 More PHP Security Vulnerabilities
On PHPMaster.com there's a continuance of a previous article about security in PHP applications talking about a few more considerations when trying to make things secure. In a previous article, I...
View ArticleChris Jones: Using PHP 5.5's New "Opcache" Opcode Cache
Chris Jones has a new post to his Oracle blog today talking about the new "opcode" opcode caching that's going to be built into future PHP versions This is the implementation of the Zend Optimizer+...
View ArticleSimon Holywell: Improve PHP session cookie security
Simon Holywell has a new post talking about cookie security in PHP, focusing on some of the PHP configuration settings that can help. The security of session handling in PHP can easily be enhanced...
View Article