Re: [PHP-DEV] [PATCH] 64 bit PHP (long vs int problems)

2002-10-01 Thread Dan Kalowsky
After having run with this patch for a few days now, it seems to be rather stable. I would like to see this commited, possibly even for the 4.3 branch. I think re-adding some 64 bit capabilities would be a good thing... although I also understand this may make the RC process a bit longer. M

Re: [PHP-DEV] [PATCH] 64 bit PHP (long vs int problems) (fault)

2002-09-26 Thread Vergoz Michael \(SYSDOOR\)
not use. > > Best Regards, > Vergoz Michael > > - Original Message - > From: "Jason Greene" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, September 26, 2002 5:52 AM > Subject: [PHP-DEV] [PATCH] 64 bit PHP (long vs int problems)

Re: [PHP-DEV] [PATCH] 64 bit PHP (long vs int problems)

2002-09-26 Thread Vergoz Michael \(SYSDOOR\)
From: "Jason Greene" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 26, 2002 5:52 AM Subject: [PHP-DEV] [PATCH] 64 bit PHP (long vs int problems) > Hello all, > > After attempting to compile php on solaris as a 64 bit executable, and > res

[PHP-DEV] [PATCH] 64 bit PHP (long vs int problems)

2002-09-25 Thread Jason Greene
Hello all, After attempting to compile php on solaris as a 64 bit executable, and resolving the attempt to link libcrack (32bit lib), I was greated with a nice Bus Error. Upon examining the source, it looks like their are alot of areas where longs and ints are used interchangeably. This is not