Edit report at https://bugs.php.net/bug.php?id=55779&edit=1
ID: 55779 User updated by: hessemanj2100 at gmail dot com Reported by: hessemanj2100 at gmail dot com Summary: VS2008 Professional won't compile PHP but VC++ 2008 Express will -Status: Feedback +Status: Closed Type: Bug Package: Compile Failure Operating System: Windows 7 64-bit PHP Version: 5.3.8 Block user comment: N Private report: N New Comment: Problem solved by putting the --disable-zts flag first in the configure command. Previous Comments: ------------------------------------------------------------------------ [2011-09-25 17:47:54] hessemanj2100 at gmail dot com VS2008 is picky. The compile finally worked after putting --disable-zts as the first flag. I can confirm that VS2008 was the problem and not PHP. Make sure this is documented. Thanks! :-) Use: configure --disable-zts --enable-snapshot-build instead of configure --enable-snapshot-build --disable-zts ------------------------------------------------------------------------ [2011-09-25 17:31:27] hessemanj2100 at gmail dot com How do I find the problem you reported? I searched all over Google and PHP.net for an answer and failed miserably. By the way, this command worked: configure -- enable-one-shot --disable-zts ------------------------------------------------------------------------ [2011-09-25 17:18:35] paj...@php.net Please try using the additional option I gave you in my previous comment. ------------------------------------------------------------------------ [2011-09-25 17:15:16] hessemanj2100 at gmail dot com --disable-static-analyzer doesn't exist ------------------------------------------------------------------------ [2011-09-25 17:04:24] hessemanj2100 at gmail dot com What build are you running of VS? Here's my build numbers: Microsoft Visual Studio 2008 Version 9.0.30729.1 SP Microsoft .NET Framework Version 3.5 SP1 ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=55779 -- Edit this bug report at https://bugs.php.net/bug.php?id=55779&edit=1