Ah sorry. Got it. It's in the Source directory. Thanks again.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Great! Thanks Frank!
I ran that and I now get this message:
"Rebuilding configure.js
Skipping ext/TSRM -- already have a module with that name
Now run 'cscript /nologo configure.js --help'"
There's no configure.js in the win32\build directory.
I was able to finally compile the php Modules usin
buildconf.bat should be located in the root of the source three and contain
these two lines
@echo off
cscript /nologo win32\build\buildconf.js
if buildconf.js is executed this way it should not produce any errors or
arnings.
- Frank
> I'm also trying to Build php5ts using the VC6 Build Tools as