php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10600 php4dll compile fails in Release_TS mode
Submitted: 2001-05-02 03:49 UTC Modified: 2001-05-02 04:48 UTC
From: fjortiz at comunet dot es Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: Win32
Private report: No CVE-ID: None
 [2001-05-02 03:49 UTC] fjortiz at comunet dot es
When trying to compile project php4dll, you get a message from VC6:

"The source files ext\bcmath\libbcmath\src\output.c and ext\standard\output.c are both configured to produce the output file Release_inline\output.obj

The project cannot be built"

I?ll try to make a workaround for myself, but just to make you know.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-02 04:48 UTC] fjortiz at comunet dot es
ok, I saw it had already been reported. 

My workaround:

I renamed one of the files (the one in bcmath) to output2.c, and I edited the php4dll.dsp to reflect the change, and it compiled fine :-)


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC