[PHP] Enable "disable_functions" globally and disable for a domain

2008-11-26 Thread Santi Saez
mains, any workaround to make this? Thanks! [1] http://es.php.net/features.safe-mode -- Santi Saez http://woop.es -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php_admin_* directives in a phpSuExec environment

2006-01-05 Thread Santi Saez
from .htacess (php_value memory_limit 40M) or in a script: ini_set("memory_limit","40M"). This doesnt work in a phpSuExec enviroment.. I can modify those limits with a php.ini file or with a script :-( Is there anyway to prevent this?? Thanks Regards, -- Santi Saez --