Hi!

> For Imagick, the issue is that a SVG string was being generated with
> something like:
> 
> sprintf(svg, "pos: %f %f", x, y);

Yeah that is a problem... Two ways I see to fix it:
1. Reset the locale before it and restore afterwards (non-TS and in
general may be problematic)
2. Use other formatting functions like Zend engine ones or some other
library.

Global state sucks, and that's the reason locale sucks :(
-- 
Stas Malyshev
smalys...@gmail.com

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to