News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Jonathan Snook's Blog: CakePHP: Initial Thoughts

Chris Hartjes' Blog: Simple API Testing Using Behat

Enterprise PHP Magazine: How Many Perl, PHP, Python and Ruby Developers Are There?

Bnnx.com: Installing the Zend Optimizer

Paul Jones' Blog: How Complex Systems Fail


Community Events











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


podcast database zendframework2 testing introduction community functional example conference phpunit development usergroup rest release symfony2 language framework opinion interview series

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