[Phplib-users] snapshots available on sf.net
Brought to you by:
nhruby,
richardarcher
From: Joe S. <jo...@be...> - 2002-10-07 20:12:06
|
A request to please test the snapshots on sf.net: http://phplib.sourceforge.net/snapshots/ One contains "patches" in the filename. This differs in that some of the patches submitted to sf.net have been applied. A brief on the contents of the files: phplib-0.74.20021007.tar.gz - Contains a release generated from the current php-lib-stable cvs tree. Some of the changes since 7.4-pre1 was released - * template.inc - many bugfixes and changes. * session4.inc, session4_custom.inc, user4.inc - moved to stable tree and changes for use with register_globals off. * auth4.inc, page4.inc - only change is for auth's persistent slots w/php4 sessions. * page.inc - Fixed page.inc's use of isset($sess|$user) to is_object() phplib-0.74.20021007.patches.tar.gz - Same as above plus: * [ 606011 ] db abstracted db_xsl.inc - db_xsl.inc has been postgres dependent. This patch should allow extension from other dbms db_sql classes. However it has only been tested with mysql. * [ 606946 ] template::set_file unexpected behaviour - With this patch you can call set_file twice with the same handle name but different filenames. * [ 617072 ] Perm Extensions - Atomic permissions work basically as before. Inclusive permissions are simply an array of permissions. Instead of integer values, the permission check only looks to see if the permission exists for the authenticated user. This removes the 32 level limit of the previous permission class. Groups of permissions ( arrays of permissions ) can function as User Groups/Roles. * [ 618873 ] prevent resubmit already posted loginform - Prevent the resubmission of a form already submitted, thus prevents going back with the browser back button and repost auth credentials when authentication is expired. * [ 561500 ] simplified auth->start, no uid=form stat - This auth.inc corrects such known issues as the ability to abandon login forms when using default auth and allows login forms on public pages. * doc/manual directory contains a snapshot of the phplib manual on sanisoft.com * examples in pages/ - defauth.php3 changed to show login form. You can now move back and forth between defauth and showoff. I *think* that's all. Please give these some thorough testing and feedback. thanks, Joe |