ID: 42542 Updated by: [EMAIL PROTECTED] Reported By: mundra at gmail dot com -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: Windows PHP Version: 5.2.4 New Comment:
If there is '--enable-foo' you do '--disable-foo'. If there is' --with-foo' you do '--without-foo'. Quite logical. README.WIN32-BUILD-SYSTEM contains this information too, try read that next time before reporting a bogus bug. Previous Comments: ------------------------------------------------------------------------ [2007-09-04 10:33:37] mundra at gmail dot com How does one disable libxml. Theres no such provision in cscript /nologo configure.js --help ------------------------------------------------------------------------ [2007-09-04 10:28:44] [EMAIL PROTECTED] Have you installed the libxml dlls/headers? You can't compile PHP without those..or you need to disable compiling libxml. ------------------------------------------------------------------------ [2007-09-04 10:08:05] mundra at gmail dot com Description: ------------ php-5.2.4\ext\dom\php_dom.h(33) : fatal error C1083: Cannot open include file: 'libxml/parser.h': No such file or directory NMAKE : fatal error U1077: '"cl.exe"' : return code '0x2' Reproduce code: --------------- Step done: Ran the following set of commands in Visual Studio command line buildconf cscript /nologo configure.js nmake Expected result: ---------------- Compilation must go through Actual result: -------------- It stops ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42542&edit=1