I have a setup with CentOS where xdebug 3 is installed.
As we are having problems with our umask for PHP processes with have in the php.ini added an umask.php file with auto_prepend_file
, when triggering XDEBUG this file is of course hit as first, but have no mapping locally.
I have looked into the option: XDEBUG_PATH_EXCLUDE
where I could add the path to the umask file, but here we have a chicken egg problem, because I cannot exclude it before it's already loaded.
Does an option exist to exclude it within the xdebug.ini file? I haven't found any indication that this option exists, but it doesn't mean that it's case.