anjanesh Does this also hold true for browscap ? browscap = "/home/username/apps/project-name/php_browscap.ini"
sean anjanesh No, you can't set browsercap this way. browscap is a PHP_INI_SYSTEM directive: https://www.php.net/manual/en/misc.configuration.php PHP_INI_SYSTEM directives can only be set in the system php.ini: https://www.php.net/manual/en/configuration.changes.modes.php You can't change the system PHP configuration, so browscap is not a configurable option.