You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2019. It is now read-only.
There is a Bug in
PHP 5.6which produces segfaults when you throw an exception encoded inISO-8859-1on a system with default charsetUTF-8.Throwing a KlarnaException caused by response
faultCode !== 0and faultString (ISO-8859-1) results in segfaults in apache child process.Example:
https://github.com/klarna/php-xmlrpc/blob/v4.1/src/Klarna.php#L3661
To prevent this, you could use something like this:
Tested on:
Test: