[PHP] Enable disable_functions globally and disable for a domain

2008-11-26 Thread Santi Saez
Hi, Can I enable disable_functions globally and disable for individual domains? According to PHP documentation [1] it can be only set via php.ini.. For shared hosting scenarios, it will be great this feature.. disable insecure functions globally, and enable for certain domains, any

Re: [PHP] Enable disable_functions globally and disable for a domain

2008-11-26 Thread sbeam
On Wednesday 26 November 2008 05:10, Santi Saez wrote: According to PHP documentation [1] it can be only set via php.ini.. For shared hosting scenarios, it will be great this feature.. disable insecure functions globally, and enable for certain domains, any workaround to make this? using

Re: [PHP] Enable disable_functions globally and disable for a domain

2008-11-26 Thread Stan Vassilev | FM
Hi, Blacklists are by definition insecure, so I'd advise you to have two setups, one locked down (whitelist effectively) with only the needed extensions and features, and the other one more relaxed. Regards, Stan Vassilev Hi, Can I enable disable_functions globally and disable for

Re: [PHP] Enable disable_functions globally and disable for a domain

2008-11-26 Thread mike
php-fpm also allows per pool overrides. in php 5.3, i believe the php.ini can use conditionals such as path as well. On Wed, Nov 26, 2008 at 5:54 AM, sbeam [EMAIL PROTECTED] wrote: On Wednesday 26 November 2008 05:10, Santi Saez wrote: According to PHP documentation [1] it can be only set via