Re: [phplib-users] PHP 5.2 and PHPlib
Brought to you by:
nhruby,
richardarcher
From: Marko K. <mk...@mc...> - 2008-09-25 07:33:36
|
Hi phplib community members, scared off by the thought that PHPlib might be incompatible with PHP 5 I did not notice what my real problem was: After doing three little changes to my setup (register_long_array=on, register_globals=on, temporally disable use of ssl) my application did what it was supposed to do. So, it is by no means as I thought it is... PHP5 still allows to run old code. Probably not in a very efficient way, but it does. I guess it would be cool to see PHPlib's user and user data managment as a PEAR module, just like Lindsay did it with the database abstraction class. PHPlib is dead, long live PHPlib! ;) Best regards, Marko |