Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Most PHP4 code runs fine as PHP5 (Score 1) 245

Despite the changes in copy semantics from PHP4 to PHP5, most code written for PHP4 runs fine as PHP5. If changes are necessary, they are very minor since PHP5 mostly adds new capabilities (apart from the pass-by-reference stuff). If the coder was using "&" before in his PHP4 code, then it will work fine without changes in PHP5. The bigger question for me is whether the excellent www.cakePHP.org framework will continue to support PHP4 now it's deprecated.

Peter Naur Wins 2005 Turing Award 135

An anonymous reader writes "The Association for Computing Machinery (ACM) has named Peter Naur the winner of the 2005 A.M. Turing Award. The award is for Dr. Naur's fundamental contributions to programming language design and the definition of Algol 60, to compiler design, and to the art and practice of computer programming. The Turing Award is considered to be the Nobel Prize of computing, and a well-deserved recognition of Dr. Naur's pioneering contributions to the field."
Spam

Journal Journal: A new way to fight spam?

I recently spotted a site http://www.mail-filter.com/ that fights spam by providing email addresses like fred.amazon@mail-filter.com, fred.offers@mail-filter.com, etc. The idea is that you can "switch off" any address variation that gets spammed. Plus you can identify the web site that leaked your email address to the spammers. Seems like a nice idea - has anyone tried similar strategies?

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...