Derick Rethans has a new post today looking at a method for setting up multiple PHP versions on the same machine and switch between them with a little help from some simple bash scripts.
php versionsDerick Rethans' Blog: Multiple PHP versions set-upPHPDeveloper.org Mon, 11/07/2011 - 09:14
Derick Rethans has a new post today looking at a method for setting up multiple PHP versions on the same machine and switch between them with a little help from some simple bash scripts. iconv_substr vs mbstring_substr - Evert PotPlanet PHP Thu, 09/29/2011 - 09:25
While working on an application I ran across a huge bottleneck which I isolated down all the way to the use of the iconv_substr function. Christian Weiske's Blog: phpfarm moved to SourceForgePHPDeveloper.org Tue, 09/06/2011 - 09:10
Christian Weiske has a new post about a move the phpfarm tool has made over to SourceForge for its project page. phpfarm makes it simple to switch between multiple versions of PHP on the same server to make debugging and development a much simpler task (especially if you're not in a homogeneous environment). Nils Luxton's Blog: Installing PHP 5.4.0alpha1 into WampserverPHPDeveloper.org Tue, 07/05/2011 - 09:12
Nils Luxton has written up a guide you can follow to get the latest (non-production) release of PHP - v5.4.0alpha1 - up and running on your machine in your WampServer instance. Tags:
Xdebug 2.1 - Derick RethansPlanet PHP Tue, 06/29/2010 - 08:17
Xdebug 2.1 I've just released Xdebug 2.1. Brian Swan's Blog: Running Multiple PHP Versions with IISPHPDeveloper.org Wed, 06/23/2010 - 10:06
Brian Swan has a new post to his blog today looking at how to run multiple PHP versions under IIS based on a presentation he gave at the Dutch PHP Conference. Ibuildings techPortal: Tips for Working with DateTime in PHPPHPDeveloper.org Tue, 05/04/2010 - 12:33
In the latest post from the Ibuildings techPortal Lorna Mitchell takes a look at one of the more powerful features included in PHP versions 5.2 and greater - the DateTime class. Joomla Blog: Joomla Performance BasicsPHPDeveloper.org Fri, 02/26/2010 - 14:17
From the Joomla blog today there's a new post looking at a few things that you can do to help speed up your site's Joomla installation - simple things that can make a lot of difference. Community News: PHP Developers Meeting 2009PHPDeveloper.org Thu, 06/04/2009 - 06:52
As Andrei Zmievski points out, the notes from the PHP Developers Meeting have been posted to the php.net wiki. |