php: Disable bindnow hardening flag

Fixes dynamic linking against i.e. mysql.

+1
+1
pkgs/development/interpreters/php/default.nix
··· 250 }; 251 252 hardeningEnable = [ "pie" ]; 253 254 configurePhase = '' 255 # Don't record the configure flags since this causes unnecessary
··· 250 }; 251 252 hardeningEnable = [ "pie" ]; 253 + hardeningDisable = [ "bindnow" ]; 254 255 configurePhase = '' 256 # Don't record the configure flags since this causes unnecessary