Re: [PHP-DEV] Feature proposal : php.ini option to disable access control and interfaces

2004-04-16 Thread Andi Gutmans
Hi Eric, I don't see very much value in such an option and I doubt it would help run-tme very much. In any case, the access control is very much part of the infrastructure and it can't just be skipped very easily. Andi At 11:32 AM 4/16/2004 +0200, Eric Daspet wrote: Hi, Is it possible or plan

[PHP-DEV] Feature proposal : php.ini option to disable access control and interfaces

2004-04-16 Thread Eric Daspet
Hi, Is it possible or planned to have a php.ini option in order to disable interfaces and access control ? something like assert.active for assertions. What I mean is something like a option "access_control.active". If it is disabled then PHP do not check private/public/protected access, do not