php: Disable bindnow hardening flag

Fixes dynamic linking against i.e. mysql.

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