by kadoban 7 hours ago

> I think PHP has in the past explicitly stated its not a security feature.

I'm struggling to think what it's for then?

turbert 7 hours ago | [-0 more]

likely intended more as a lint than a security feature, it's not unusual to want to exclude commonly misused features from your code and any libraries you use.

Knowing the mess that is the php standard library, I imagine many applications would want to just straight up ban the really bad parts.

duskwuff 7 hours ago | [-0 more]

> I'm struggling to think what it's for then?

Placating some users - mainly shared web hosting providers - who still think that disabling functions like system() and exec() is an effective security measure.

calvinmorrison 7 hours ago | [-0 more]

a lazy security feature that stops 90% of problems?