external dependencies

HTTP 1.0 and the Connection header - Sean Coates

Planet PHP  Tue, 12/27/2011 - 09:03

I have a long backlog of things to write about. One of those things is Varnish (more on that in a future post).

So, over these Christmas holidays, while intentionally taking a break from real work, I decided to finally do some of the research required before I can really write about how Varnish is going to make your web apps much faster.


 

Pavel Shevaev's Blog: taskman: yet another Ant alternative

PHPDeveloper.org  Thu, 10/14/2010 - 08:56

Pavel Shevaev has put together what he calls "yet another Ant alternative" - a tool written in PHP to create project related tasks in a style that matches the Ant and rake methods.


 

Fabien Potencier's Blog: Pirum, the Simple PEAR Channel Server M...

PHPDeveloper.org  Mon, 11/30/2009 - 08:17

Fabien Potencier has written up a post detailing a PEAR channel server manager he's developed, Pirum.


 

Vid Luther's Blog: Building PHP 5.3 packages on Ubuntu 9.04 (Jau...

PHPDeveloper.org  Tue, 08/25/2009 - 07:35

Vid Luther has come up with this guide for getting the latest PHP release - version 5.3 - installed and working on an Ubuntu (Jaunty) linux installation.


 

Easy Git External Dependency Management with Giternal

Ruby Inside  Wed, 11/12/2008 - 08:46

iciclesAnyone building up a project with many dependencies - and in the Ruby community, with so much functionality wrapped up in gems and plugins, it's hard to imagine not having external dependencies!

- must face the issue of managing the situation in source code control.