Edit report at https://bugs.php.net/bug.php?id=61242&edit=1

 ID:                 61242
 Updated by:         danbr...@php.net
 Reported by:        oiaohm at gmail dot com
 Summary:            Add User and Group Access Control System to PHP.
 Status:             Open
 Type:               Feature/Change Request
-Package:            Systems problem
+Package:            Built-in web server
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

Changed the package, as it's not related to php.net systems issues.


Previous Comments:
------------------------------------------------------------------------
[2012-03-02 10:37:42] oiaohm at gmail dot com

Description:
------------
Currently there is a lot of lets reinvent the wheel in php programs when it 
comes to user management.

Lots and lots of php programs have there own unique way of solving user access 
rights.  This can be horrid things like suffixing files and so on.

There needs to be a formal framework for user and group access control added to 
php.  This could allow directory control on sections of scripts and possibly 
other access controls in time.  Web applications will always need different 
users to what exist in the rest of the system.  This in time could be used to 
solve single login on sites using multi php projects.

This also assist php new web server to move from just a developers test tool to 
something that can be used production.  Key requirement for production for 
secuirty is directory restriction.  Key feature that need to exist for user 
management is also directory restriction.  So only the correct users can access 
the files they should be.



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=61242&edit=1

Reply via email to