Date: 03/27/01
- Next message: Maxim Derkachev: "Re[2]: [phplib] Object instance"
- Previous message: Bogdan Morar: "Re: [phplib] Object instance"
- In reply to: Leonard Coonan: "[phplib] PHP 4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Leonard,
Tuesday, March 27, 2001, 12:27:38 PM, you wrote:
LC> I will be starting a major project in a couple of weeks and am looking for a
LC> good set of libraries. I have seen PHPLIB mentioned in numerous places and
LC> really like the sound of it. Is there plans to port this into php4, and
LC> approx what timeframe is envisaged if so. If not, are there many people
LC> using php4 and with phplib, and what, if any, problems do you have?
PHPLib generally works great with PHP4. I guess the majority of PHPLib
users use it with PHP4. Some issues, however, arisen, e.g. in the Template
class due to some new 'features' of PHP4, but that could be easily avoided.
As of sessions, one could use native php sessions instead of PHPLib
sessions - native sessions a lot faster. However, if you need custom
session storage handling (e.g. to store session data in a database,
etc.), PHPLib helps.
New Session class that uses native PHP4 session API, supports
PHPLib-style custom storage could be fetched from current PHPLib CVS:
http://phplib.netuse.de/cgi/cvsweb.cgi/php-lib/php/session/session4_custom.inc
Look at README on installation and usage instructions:
http://phplib.netuse.de/cgi/cvsweb.cgi/php-lib/php/session/README_session4_custom
-- Best regards, Maxim Derkachev mailto:kot <email protected> Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 http://www.Books.Ru -- All Books of Russia--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Maxim Derkachev: "Re[2]: [phplib] Object instance"
- Previous message: Bogdan Morar: "Re: [phplib] Object instance"
- In reply to: Leonard Coonan: "[phplib] PHP 4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

