Re: [INTERNALS-WIN] Lib queries - cclient
[email protected] ("Steph Fox")
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <005701c961db$002ea9c0$3ffc1f3e@foxbox> |
> No, that's not what the phpsdk_setvars does. It adds the phpsdk to the > PATH as well as a couple of other environment variables used by > various scripts. Ah right, OK. I hard-code those into my vcvars batchfiles and PATH is set from there. It does nothing about the PSDK or the VC path. Those > are still done using one of the following solution: > > - If you use the SDK 6.1 (at some point), then the setenv script is used. > - Development console for VC6+PSDK 2003/02 (be sure to have the SDK > first in your paths, include and lib) > - Using something like what we do for the snaps and the conf.bat > configuration script Right. As I said - I like to know what's going on on my box. It makes it very easy to, for example, work around the problem of the wrong bindlib library path in PHP_5_2 debug. - Steph