Re: [phplib-users] PHP 5.2 and PHPlib
Brought to you by:
nhruby,
richardarcher
From: Marko K. <mk...@mc...> - 2008-04-14 09:45:34
|
Hi Lindsay, > These all sound like great improvements. I agree! > I still use the PHPLib DB and Template classes a lot. So bringing these > up-to-date and/or making them a part of PEAR, without changing their APIs > would, for me, be a great benefit. So do I. Actually I changed over from PHPlibs built-in Template class to the HTML_Template_PHPLIB from PEAR. That has a similar API and works fine for me! > I stopped using PHPLib sessions in favor of using PHP native sessions a while > back. So did I. I am using a mixture of OOForms and own code. For authentication I use the PHPlib functionality. It would be really cool if it would be possible to run my phplib-based application on PHP5 with RegisterGlobals=Off etc. Improving code under the hood but keeping the API would be a great thing for migration to a new PHP. I think I cannot help with the coding, but I am definitely voting for making it work on PHP5. I mean you mentioned that phplib does work well for you under PHP5... Perhaps I should give it a try myself. I think I actually did once and I think the authentication did NOT work at the time. Thanks for your initiative. Regards, Marko |