ID: 50920 User updated by: paul at ensigma dot com dot au Reported By: paul at ensigma dot com dot au Status: Bogus Bug Type: Compile Failure Operating System: Windows XP PHP Version: 5.2.12 New Comment:
The decision to use 5.2.12 was a conscious one - I have reasons not to want 5.3. Why is the bug bogus? I followed the instructions that were in the tarball and got any error due to a missing file. When you say "does not support this SDK", what SDK are you referring to? Given what you have said this still seems to be a bug in the build environment or a bug in the documentation. Previous Comments: ------------------------------------------------------------------------ [2010-02-03 02:31:41] paj...@php.net 5.2 does not support this SDK. If you like to compile PHP yourself easily, please use 5.3 and follow these instructions: http://wiki.php.net/internals/windows/stepbystepbuild ------------------------------------------------------------------------ [2010-02-03 02:31:40] paj...@php.net 5.2 does not support this SDK. If you like to compile PHP yourself easily, please use 5.3 and follow these instructions: http://wiki.php.net/internals/windows/stepbystepbuild ------------------------------------------------------------------------ [2010-02-03 01:22:03] paul at ensigma dot com dot au Description: ------------ 1. read build/install notes for windows 2. ran: > cscript /nologo configure.js --with-sqlite --with-pdo-sqlite 3. Got: Checking for mt.exe ... C:\Program Files\\Microsoft SDKs\Windows\v6.0A\bin Checking for arpa\nameser.h ... <not found> Checking for arpa\nameser.h ... <not found> ERROR: We really need that arpa\nameser.h file - it is part of the win32build package Reproduce code: --------------- run: cscript /nologo configure.js --with-sqlite --with-pdo-sqlite Expected result: ---------------- successful generation of build scripts. Actual result: -------------- failure to generate build scripts due to missing file arpa\nameser.h ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50920&edit=1