I want to disable few php functions only in a specific folder, I thought of using htaccess:
For example I have tried adding this line:
php_admin_value disab
in your .htaccess put
php_admin_value disable_functions " "
This is only if you are allow to do so. Give it a shot.