News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Jackson Miller's Blog:
PHP vs. Ruby (on Installation)
January 06, 2006 @ 06:51:33

Jackon Miller looks (very briefly) at one point of difference between Ruby and PHP - the installation.

Steps for installing Ruby

  1. ./configure
  2. make
  3. make install

Steps for installing PHP

  1. ./configure --help
  2. Write down necessary configuration options and run something like...
  3. ./configure --host=i386-redhat-linux --build=i386-redhat-linux --target=i386-redhat-linux-gnu --prefix=/usr -- [etc....]

He is being a little tongue-in-cheek here, but it is an interesting point. Sure, it's nice to have it where PHP is flexible and you can compile in whatever you'd like, but what about those that just want one or two things? Or maybe more, but don't want to go through the whole install process?

0 comments voice your opinion now!
versus ruby installation simple complex versus ruby installation simple complex




Community Events





Don't see your event here?
Let us know!


podcast release custom database series opinion symfony2 interview application conference language api community phpunit framework test component introduction unittest development

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework