I'm having a problem with db2 and prepared statements.
var_dump indicates that some variables that should be type int are type text.

These variables are the output of bcmath equations, and are integer.

Does bcmath for some reason output a text type?

I can fix it by adding 0 but I want to know if I'm using bcmath incorrectly.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to