APress' Inside Open Source Blog: Namespaces in PHP 6
As this post over on APress' Inside Open Source blog today, there's a discussion that's been going on over on the php-dev mailing list about namespaces in PHP6. I find both sides of the argument quite...
View ArticleStefan Mischook's Blog: Turning on display_errors in WAMP - Video Tutorial
Stefan Mischook has posted another video tutorial to help developers get started in their PHP travels. This time it covers how to turn on errors when using the popular WAMP installation package....
View ArticleMake Me Pulse Blog: PHP6, Unicode and TextIterator features
On the Make Me Pulse blog, there's a look at PHP6's support of Unicode in the SPL (Standard PHP Library) TextIterator handler. I've just install the last version of PHP6 dev and I've decided to test...
View ArticleLeniel Macaferi's Blog: Installing PHP on Mac OS X Snow Leopard 10.6.5
On his blog today Leniel Macaferi has a new post showing how to install PHP on OSX 10.6.5, really enabling the PHP that's already installed. I hit a pretty good tutorial to enable PHP on Mac at...
View ArticleLeonid Mamchenkov's Blog: Disable and enable CakePHP plugins on the fly
Leonid Mamchenkov has a quick post to his blog showing how to enable and disable (well, restrict from enabling) CakePHP plugins on the fly - no need to modify config files if you only need it for a...
View ArticleJohannes Schluter's Blog: Improvements for PHP application portability in...
In a new post today Johannes Schluter talks about the upcoming version of PHP and three of the things it features: no more short tags, no more magic quotes and the dropping of the...
View ArticleSilver Lining Blog: How to Enable XDebug in Windows Azure Web Sites
On the Silver Lining blog (a MSDN Windows Azure related site), there's a recent post showing how you can enable XDebug on your Azure instance to help with debugging your application. In this post,...
View ArticleSitePoint PHP Blog: Enable PhpMyAdmin's Extra Features
On the SitePoint PHP blog there's a new post introducing you to some of the extra features in the popular phpMyAdmin tool, how to enable them and their use. PhpMyAdmin is one of the most used tools...
View ArticleDerick Rethans: Xdebug 2.3: Shared Secret to Enable Tracing or Profiling
Derick Rethans has posted another in his series covering the latest release of the Xdebug debugging tool for PHP, version 2.3. In this new article Derick introduces the "shared secret" handling, a...
View Article