Jason Greene wrote: > Upon examining the source, it looks like their are alot of areas where > longs and ints are used interchangeably. This is not good since a 64 bit > solaris executable has 64 bit longs, and 32 bit ints.
It won't fix all the problems, but how about having strict prototyping? It should help. Having and confirming prototype is one of the best practice anyway. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php