Re: [fw-general] Zend_Currency broken or are we doing something wrong?

2010-02-15 Thread Nicolas Grevet
Ok, found the issue, there's a bug on line 103 of Zend_Currency. Filed an issue there: http://framework.zend.com/issues/browse/ZF-9181 - Nicolas Nicolas Grevet wrote: Hello, In our project, we're using Zend_Currency to handle prices, but so far, we've been unable to make it work. Even the si

[fw-general] Zend_Currency broken or are we doing something wrong?

2010-02-15 Thread Nicolas Grevet
Hello, In our project, we're using Zend_Currency to handle prices, but so far, we've been unable to make it work. Even the simplest example from the documentation throws an error: This one works: new Zend_Currency( array('value' => 100) ); This one fails: new Zend_Currency( array('va