ma.gnolia

Sign In | Learn More

Skip to main content


What PHP Deployment Gets Right What PHP Deployment Gets Right

  • Not rated yet.
  • Copy Bookmark

It's popular among Python and Ruby web developers to slam on PHP these days, which I've never really been into. It's nice to see Ian Bicking give PHP credit for something it does do well. Personally, I think the points about the shared C library and no global state are the real wins of PHP deployment. As an aside, I've always thought PHP was like C for the web.... it's hard to do good C code for the average developer, but that doesn't mean C isn't a powerful or "good" language. The same could be said for PHP. Sure Python is a better general purpose language, and I certainly love using it for web development. But I see the value and usefulness of PHP at the same time.

6 other people have commented on this bookmark

1 2

Name Title Rating When
12871_32 Tijs Ian Bicking: a blog :: What PHP Deployment Gets Right
Rated stars out of 5.
January 12, 2008

nice to the point article on web architecture and php specifically