[PHP] Re: Maximum execution time

2003-12-08 Thread John J Foerch
Thanks for the help, everyone. -John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Maximum execution time

2003-12-05 Thread John J Foerch
Hi, Is there some way to turn off maximum execution time? Preferably within the script itself? Thanks, John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

[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