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

Jeremy Privett's Blog: Is PHP Doomed?

Market Day: At A Glance: ASP.net vs. PHP

Jeremry Johnstone's Blog: PHP interface to Picasa Web Albums

Rails for PHP Blog: PHP, Meet YAML

Jackson Miller\'s Blog: PHP vs. Ruby (on Installation)


Community Events









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


unittest zendframework2 api event framework phpunit community testing example database composer release development object introduction opinion language functional interview code

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