Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15693 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29163 invoked by uid 1010); 30 Mar 2005 18:41:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29148 invoked from network); 30 Mar 2005 18:41:01 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 30 Mar 2005 18:41:01 -0000 X-Host-Fingerprint: 129.21.60.6 blacksheep.csh.rit.edu Tru64 v5.1a JP4 (or OpenVMS 7.x on Compaq 5.x Received: from ([129.21.60.6:3442] helo=blacksheep.csh.rit.edu) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 07/C0-22409-CB2FA424 for ; Wed, 30 Mar 2005 13:41:01 -0500 Received: from fury.csh.rit.edu (fury.csh.rit.edu [IPv6:2001:470:1f00:135:a00:20ff:fe8d:5399]) by blacksheep.csh.rit.edu (Postfix) with ESMTP id 5CB2D923A for ; Wed, 30 Mar 2005 13:40:57 -0500 (EST) Received: by fury.csh.rit.edu (Postfix, from userid 37404) id 2669514BF; Wed, 30 Mar 2005 13:40:57 -0500 (EST) Date: Wed, 30 Mar 2005 13:40:56 -0500 To: internals@lists.php.net Message-ID: <20050330184055.GA25728@csh.rit.edu> Mail-Followup-To: internals@lists.php.net References: <424A4D4B.7030706@picorp.com> <20050330170445.GA23850@csh.rit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050330170445.GA23850@csh.rit.edu> Subject: Re: [PHP-DEV] php5 win build From: jon@php.net (Jon Parise) On Wed, Mar 30, 2005 at 12:04:46PM -0500, Jon Parise wrote: > > I want to build php-5.0.3 on WinXP using Visual Studio.NET. I have read > > the instructions at php.net as well as in README.WIN32-BUILD-SYSTEM file. > > > > Initially got an error regarding some function in nsap_addr.c at #if > > !defined(isxdigit) /* XXX */ which (after googling) I changed to: #if > > !defined(isxdigit) && !defined(_CTYPE_DEFINED). > > That's correct fix, and the CVS version of bindlib_w32 has been > patched[1] for almost two years. I assume that you downloaded the > archive[2] instead of using CVS. Someone should probably update > that[3]. I'll take care of it later today if no one beats me to it. > > [1] http://cvs.php.net/diff.php/bindlib_w32/nsap_addr.c?r1=1.1&r2=1.2&ty=h > [2] http://www.php.net/extra/bindlib_w32.zip > [3] http://cvs.php.net/co.php/phpweb/extra/bindlib_w32.zip I've updated the bindlib_w32.zip distribution archive (in phpweb/extra/). The mirrors should pick it up on their next sync. -- Jon Parise (jon of php.net) :: The PHP Project (http://www.php.net/)