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
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)
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
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