I'm just starting out with php. My intended host has php4 installed. The features of phplib look good, but it's written in php3. Does it make sense to use phplib extensively (given that it's written php3) in this environment?
Will phplib break when executed in the php4 interpreter?
Is anything in php4 radically easier than using phplib? (I know about how php4 has built-in session variables -- but phplib seems to have session management integrated with other things, like user authorization + permissions.)
Thanks much
Davi