php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12854 In msvc project debug output directory entered as "..\Debug_TS"
Submitted: 2001-08-20 04:32 UTC Modified: 2001-08-22 23:58 UTC
From: dacota at iis dot nsk dot su Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.0CVS-2001-08-20 OS: Windows NT4.0 SP5
Private report: No CVE-ID: None
 [2001-08-20 04:32 UTC] dacota at iis dot nsk dot su
In msvc project debug output directory entered as "..\Debug_TS" instead of "..\..\Debug_TS"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-21 06:39 UTC] dbeu@php.net
not enough information
 [2001-08-22 23:58 UTC] cynic@php.net
user feedback (should this be reopened?)

Well, how:
open in msvc php4/win32/php4ts.dsw workspace, then press Alt-F7 to open Settings dialog, choose Win32 Debug_TS config, php4apache project and General tab. Then in Output files field change ..\Debug_TS to ..\..\Debug_TS.

why:
win32 final files by php4 layout should be placed in php4/Debug_TS (or php4/Release_TS or php4/Release_TS_inline) directory but relative pathes in msvc calculated from path to project. So as php4apache.dsp laid in php4/sapi/apache directory, there should be ..\..\Debug_TS.

also:
You could also look at Release_TS and Release_TS_inline profiles and other sapi projects to compare with.

Hope, that those information will be enough. :)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 21:01:29 2024 UTC