Edit report at https://bugs.php.net/bug.php?id=55779&edit=1

 ID:                 55779
 Comment 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
 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:

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


Previous Comments:
------------------------------------------------------------------------
[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

------------------------------------------------------------------------
[2011-09-25 16:11:14] paj...@php.net

Sorry but I can hardly help. It works just fine here and we use 2008 (all 
butthe 
express edition tho').

One possible bug could be in the static analyzer, disable it using --disable-
static-analyzer

I found and reported it to the VC team already, so it is likely that you met it 
as well.

------------------------------------------------------------------------


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

Reply via email to