Re: [PHP-DEV] Re: crc32() and ip2long() return values

2013-09-07 Thread Marco Schuster
Hi, I ran into 32-bit problems, too, when working with 2GB files (in this case, raw DVD ISO images) on a 32-bit system (I couldn't find a reliable(!!) way to read a 4-byte absolute offset and seek to it). Of course, this warning is mentioned in the manpage, but really, not having at least a class

[PHP-DEV] VCS Account Request: mschuster91

2013-02-23 Thread Marco Schuster
Contribute to php-core; see PR# 283, PR#279 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VCS Account Request: marco

2013-02-23 Thread Marco Schuster
see previous request -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] New uint native data type?

2013-01-25 Thread Marco Schuster
Hi all, I'm currently writing a php-program to process certain special binary files, which include 32-bit offsets which I need to read and manipulate. The problem is that PHPs int type is only 31-bit because they have sign information. Sure, I could use the GMP/bcmath stuff, but that isn't really