문제

After I run composer update on AWS PHP SDK I started to get this error:

Fatal error: Interface 'Guzzle\Common\HasDispatcherInterface' not found in <path>

There is HasDispatcherInterface.php file in <path>, but I still get the error. Is this a bug? If it is, is there any workaround?

도움이 되었습니까?

해결책

So it turned out this is about a 12 year old bug of PHP. https://bugs.php.net/bug.php?id=18556

When you use setlocale('tr_TR'), PHP can not find any class or method has an 'I' letter in its name. Even if its a standart library. Great.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top