PHP 4.3.0 Released 243
Posted
by
michael
from the choice-of-a-new-generation dept.
from the choice-of-a-new-generation dept.
|
|
|
The public is an old woman. Let her maunder and mumble. -- Thomas Carlyle
That's great (Score:5, Insightful)
It's a pity though that Apache 2 support is still experimental. I hope the Apache and the PHP team get the work done fast so that Apache 2 can spread faster!
Most needed feature for newbies...... (Score:2, Insightful)
I think OSS projects working on languages and libraries should commit to including comments like this to help newbies (especially if the language is dynamically typed)
function name:
input parameters:
return type:
purpose:
parameter 1: (purpose)
parameter 2: (purpose)
*/
Don't rush to install it on production servers (Score:2, Insightful)
Also, I noticed that if you have older PHP3 classes lying around which mistakenly redeclare a function, the entire script which uses the class will now fail under 4.3.0, where it would not trigger an error under previous versions. This is not a bug, but beware of it since it could break older applications.
Re:Best New Feature (Score:1, Insightful)