Re: [PHP-DEV] intl win32, which ICU version and binaries?

2008-04-12 Thread Pierre Joye
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

Re: [PHP-DEV] '1.8' == 1.8 can return false or yet another exampleof the uselessness of type juggling.

2008-04-12 Thread Christian Schneider
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

Re: [PHP-DEV] '1.8' == 1.8 can return false or yet another example of the uselessness of type juggling.

2008-04-12 Thread Stefan Walk
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

Re: [PHP-DEV] PHP 5.2.6RC5 Released

2008-04-12 Thread Richard Quadling
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 > > =

[PHP-DEV] DVAL_TO_LVAL() change, different behavior

2008-04-12 Thread Matt Wilmas
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

[PHP-DEV] '1.8' == 1.8 can return false or yet another example of the uselessness of type juggling.

2008-04-12 Thread Richard Quadling
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? -- -