2008/4/11 Stanislav Malyshev <[EMAIL PROTECTED]>:
>
>
> > Which VC do you use?
> >
>
> VS 2005.
Ok, the build finally works. It seems to be a bug in VC 2003, the
UnicodeString declaration makes it crazy (and extract).
As ICU 3.6 can't be build with anything but 2003, I used IBM's
binaries with V
Stefan Walk schrieb:
Richard Quadling schrieb:
On 12/04/2008, Rasmus Lerdorf <[EMAIL PROTECTED]> wrote:
There is no bug here. Please read:
http://docs.sun.com/source/806-3568/ncg_goldberg.html
-Rasmus
So, would I be right in thinking that the only time type-juggling is
100% successful is
Richard Quadling schrieb:
On 12/04/2008, Rasmus Lerdorf <[EMAIL PROTECTED]> wrote:
There is no bug here. Please read:
http://docs.sun.com/source/806-3568/ncg_goldberg.html
-Rasmus
So, would I be right in thinking that the only time type-juggling is
100% successful is between strings and i
On 11/04/2008, Jarismar Chaves da Silva <[EMAIL PROTECTED]> wrote:
> I've compiled with all extensions I use on my project.
>
> phpinfo()
> PHP Version => 5.2.6RC5
>
> System => Windows NT JARISMAR 5.1 build 2600
> Build Date => Apr 11 2008 15:50:57
>
> =
Hi all,
I have some code where I need to grab the last 1-3 bytes from numbers
(bitwise AND), and a few weeks ago I was looking to see how I'd handle the
possible, though unlikely, scenario of numbers > LONG_MAX (still only care
about those last bytes). But I realized it worked just fine with the
On 12/04/2008, Rasmus Lerdorf <[EMAIL PROTECTED]> wrote:
> There is no bug here. Please read:
>
> http://docs.sun.com/source/806-3568/ncg_goldberg.html
>
> -Rasmus
So, would I be right in thinking that the only time type-juggling is
100% successful is between strings and integers?
--
-