LWN.net Logo

PHP 5.4.0 released

PHP 5.4.0 released

Posted Mar 2, 2012 21:40 UTC (Fri) by Kit (guest, #55925)
In reply to: PHP 5.4.0 released by jmalcolm
Parent article: PHP 5.4.0 released

> 2) If we mean, "better" at cranking out dynamic web pages with a minimum
> of theory, infrastructure, ceremony, and magic then PHP stands almost
> alone (which is probably your point).

This is exactly what I was getting it. PHP is nice because you can just sprinkle a little bit on some raw (already existing!) HTML and then have some server-side magic on your website. I'm not talking about creating a web _app_, which seems to be the only thing anyone else considers a legitimate use case anymore.

I also see value in allowing non-developers to be able to do server-side processing on websites, without having to spend an inordinate amount of time learning largely superfluous concepts for their actual needs. PHP has never seemed amazing in that regard, due to some simple ways to shoot yourself in the foot (Remote File Inclusion being the biggest IMO)... but, it seems that there's no other language that even tries. It seems everything else targets either very low, or very high, with nothing much really even coming close to that middle ground.


(Log in to post comments)

PHP 5.4.0 released

Posted Mar 8, 2012 22:19 UTC (Thu) by HelloWorld (guest, #56129) [Link]

> This is exactly what I was getting it. PHP is nice because you can just sprinkle a little bit on some raw (already existing!) HTML and then have some server-side magic on your website.
Pretty much any language can do that. There's HTML::Mason for Perl, Spyce for Python, eRuby for Ruby etc.. People just keep making up fairy tales about how PHP is so much easier than the alternatives, but it's simply not true.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds