Re: R: [Phplib-users] phplib for php4 release?
Brought to you by:
nhruby,
richardarcher
From: Joe S. <jo...@be...> - 2002-09-23 13:53:11
|
On Mon, Sep 23, 2002 at 02:10:48PM +0200, Giancarlo wrote: > Il 13:44, lunedì 23 settembre 2002, hai scritto: > > >downloaded the php-lib branch (not the -stable one). > > > > That tree contains highly experimental code that is largely incomplete. > > It should never be used in a production environment (if indeed that's > > possible given it's inconsistent state). > > So what should I merge to test session4 functionalities (w/o reg_globs) with > php-lib-stable? > Try this: update your local cvs from php-lib-stable Copy unsup/Session4_Custom.inc and /unsup/User4.inc to php/ directory. Copy php/session/session4.inc from php-lib tree to php/session/session4.inc http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phplib/php-lib/php/session/session4.inc Modify prepend and local to use these classes as needed. This is mainly from this page: http://xeer.blogspot.com/2002_06_01_xeer_archive.html Joe > are those: > > php/auth, php/auth/sql (and various subdirs) > php/db, php/db/mysql,mssql (and various subdirs) > php/ext php/ext/template (and various subdirs) > php/form (and various subdirs) > php/html > php/session > > to be eliminated/moved into php/? and thus the include mechanism in > prepend.php3 be modified accordingly? > > Gian > |