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/) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php