getmypid() support.

Hello there.
I’m requesting the support of the getmypid() module in php.

Best regards,
kartoffelx86

Can I ask why you need to know your current process number?

The cms I was trying to use (https://pagekit.com/) requires the module. I guess it’s just used for random number generation in this case.

Is there any way to activate this module or is there a possibility that it is going to be activated? Also, I want to ask why it’s deactivated.

Best regards
kartoffelx86

It’s not a module, it’s a feature of the PHP core which can be used to get the current process number. However, there is no reason a normal script should need it and it’s only a potential security issue. That’s why it is not and cannot be enabled.