On our servers, the native extension is not included so Php gets used by default. If we try to run in an environment where the native extension is present, it gets selected by default and has the following bugs:
UTF-8 non ASCII characters get broken encoding
method calls with no parameters parse the parameters as null instead of an empty array, causing a PHP warning
On our servers, the native extension is not included so Php gets used by default. If we try to run in an environment where the native extension is present, it gets selected by default and has the following bugs: