>   1. How to make available at http://www.php.net/manual/lang/ already
>   translated file? Or it automatic process? File already commited.

It is automatic.

>   2. File language/types.xml :
>
>   ... since the float hasn't got enough precision to give an exact integer
result. ...
>
>   float hasn't got enough precision or integer?

The text suggests, that the integer hasnt got enough precision. As the
"float
is beyond the boundaries of integer".

| If the float is beyond the boundaries of integer (usually +/- 2.15e+9 =
2^31), the
| result is undefined, since the float hasn't got enough precision to give
an exact integer
| result. No warning, not even a notice will be issued in this case!

Goba


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

Reply via email to