Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18698 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22658 invoked by uid 1010); 7 Sep 2005 20:43:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22642 invoked from network); 7 Sep 2005 20:43:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2005 20:43:49 -0000 X-Host-Fingerprint: 69.225.174.131 69-225-174-131.ded.pacbell.net Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) Received: from ([69.225.174.131:54949] helo=x.win.covalent.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 32/7F-23233-4015F134 for ; Wed, 07 Sep 2005 16:43:49 -0400 Received: from [192.168.0.21] ([24.13.128.132]) by x.win.covalent.net over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Wed, 7 Sep 2005 13:42:30 -0700 Message-ID: <431F50D2.3080900@rowe-clan.net> Date: Wed, 07 Sep 2005 15:42:58 -0500 User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc3 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob Richards CC: "internals@lists.php.net" References: <431C449F.8040901@ctindustries.net> In-Reply-To: <431C449F.8040901@ctindustries.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Sep 2005 20:42:30.0328 (UTC) FILETIME=[AA738B80:01C5B3EC] Subject: Re: [PHP-DEV] building HEAD on windows From: wrowe@rowe-clan.net ("William A. Rowe, Jr.") Rob Richards wrote: > Attached is a patch to allow PHP 6 to build on windows > (ext/string/string.c). > MS compiler doesnt allow arithmetic operations on void *. FYI arithmetic ops should never behave on (void *) since the sizeof(*(void*)) is, by definition, undefined.