Re: [PHP] Disabling Functions And Clasess

2007-11-06 Thread Nathan Nobbe
On 11/6/07, Alberto García Gómez <[EMAIL PROTECTED]> wrote: > > Can I use -dissable_classes- and -dissable_functions- directives inside > Apache virtual host configuration using php_value directive. all you have to do is check the doc on php.ini directives. the answer in this case to both directi

[PHP] Disabling Functions And Clasess

2007-11-06 Thread Alberto García Gómez
Can I use -dissable_classes- and -dissable_functions- directives inside Apache virtual host configuration using php_value directive. Este correo ha sido enviado desde el Politécnico de Informática "Carlos Marx" de Matanzas. "La gran batalla se librará en el campo de las ideas"

RE: [PHP] disabling functions

2003-06-30 Thread Daryl Meese
ed to be able to use functions that should be off limits to others. Daryl -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 10:28 AM To: Daryl Meese Cc: Php-General Subject: Re: [PHP] disabling functions On Mon, 30 Jun 2003, Daryl Meese wrot

Re: [PHP] disabling functions

2003-06-30 Thread Derick Rethans
On Mon, 30 Jun 2003, Daryl Meese wrote: > Can I edit the disabled_functions setting on a per directory bases. No, you can not do that. Due to performance reasons it won't be implemented either. Derick -- "Interpreting what the GPL actually means is a job best left to those

[PHP] disabling functions

2003-06-30 Thread Daryl Meese
Can I edit the disabled_functions setting on a per directory bases. If the answer is yes, what will be the impact on scripts that: 1. are in another directory where the functions are allowed. and 2. are included into a script in the directory where it is not allowed will those functions operate