Re: [PHP] unpack question

2003-12-05 Thread John J Foerch
Thanks. Neat trick with the printf command. I'll use that for now. John > I suppose it is a bug. It seems that all unsigned unpacks dont > honor this, as the documentation on unpack does note. > > I did, however, write a patch that will enable the returning of > unsigned values. It still needs

Re: [PHP] unpack question

2003-12-05 Thread Curt Zirzow
* Thus wrote John J Foerch ([EMAIL PROTECTED]): > Hi, > How do I unpack uint32's? I'm using the format character "L" and > numbers greater than 2^31 come back as signed integers instead. This seems > like a bug. I suppose it is a bug. It seems that all unsigned unpacks dont honor this, as th

[PHP] unpack question

2003-12-04 Thread John J Foerch
Hi, How do I unpack uint32's? I'm using the format character "L" and numbers greater than 2^31 come back as signed integers instead. This seems like a bug. Thanks, John J Foerch -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php