I have problem when trying to connect to google api php client. Although this version was introduced for use with php 5.6 and above, it is actually not true of the structure of php5.6. My php version is 5.6
This is a function that autoload.php runs through when i require_once autoload.php
function default_ca_bundle(): string
{
return Utils::defaultCaBundle();
}