I'm sure I'm going crazy, because I'm not normally this silly 
When modifying php's disable_functions, it's not taking affect. I've modified the php_disable_functions in the custombuild/custom/ folder, which populates the /usr/local/php83/lib/php.ini. Great, that bit is working perfectly!
However, looking at phpinfo, I can see that it's picking it up from somewhere else (have confirmed that other options in the php.ini are fine, such as disable_classes, but adding a test class)
Things I've tried:
- editing /usr/local/php83/lib/php.ini directly, even removing all functions but 1 to test.
- completely disabling secure_php and rebuilding the php_ini files.
- tried with php74 too - same thing.
phpinfo just keeps showing:
there are no additional ini's set
Please show me where I'm forgetting something!

When modifying php's disable_functions, it's not taking affect. I've modified the php_disable_functions in the custombuild/custom/ folder, which populates the /usr/local/php83/lib/php.ini. Great, that bit is working perfectly!
However, looking at phpinfo, I can see that it's picking it up from somewhere else (have confirmed that other options in the php.ini are fine, such as disable_classes, but adding a test class)
Things I've tried:
- editing /usr/local/php83/lib/php.ini directly, even removing all functions but 1 to test.
- completely disabling secure_php and rebuilding the php_ini files.
- tried with php74 too - same thing.
phpinfo just keeps showing:
there are no additional ini's set
Please show me where I'm forgetting something!