How do I build memcache-3.0.6.tgz with php-5.4.0.tar.bz2?
7z x -y php-devel-pack-5.4.0-Win32-VC9-x86.zip >NUL
sfk -quiet replace php-5.4.0-devel-VC9-x86\phpize.bat "_cscript_cscript /e:jscript_" -yes
7z x -y memcache-3.0.6.tgz >NUL
7z x -y memcache-3.0.6.tar >NUL
cd memcache-3.0.6
call "%VS100COMNTOOLS%..\..\VC\vcvarsall.bat" x86
call ..\php-5.4.0-devel-VC9-x86\phpize.bat
sfk -quiet replace configure.bat "_cscript_cscript /e:jscript_" -yes
call configure
nmake
cd ..
C:\Files\Source\PHP>memcache.bat
C:\Files\Source\PHP>7z x -y php-devel-pack-5.4.0-Win32-VC9-x86.zip 1>NUL
C:\Files\Source\PHP>sfk -quiet replace php-5.4.0-devel-VC9-x86\phpize.bat "_cscript_cscript /e:jscript_" -yes
1 files checked, 1 changed.
C:\Files\Source\PHP>7z x -y memcache-3.0.6.tgz 1>NUL
C:\Files\Source\PHP>7z x -y memcache-3.0.6.tar 1>NUL
C:\Files\Source\PHP>cd memcache-3.0.6
C:\Files\Source\PHP\memcache-3.0.6>call ..\php-5.4.0-devel-VC9-x86\phpize.bat
Rebuilding configure.js
C:\Files\Source\PHP\php-5.4.0-devel-VC9-x86
module ...
Now run 'configure --help'
1 files checked, 1 changed.
Setting environment for using Microsoft Visual Studio 2010 x86 tools.
Saving configure options to config.nice.bat
Checking for cl.exe ... <in default path>
Detected compiler MSVC10 (Visual C++ 2010)
Detected 32-bit compiler
Checking for link.exe ... c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN
Checking for nmake.exe ... <in default path>
Checking for lib.exe ... <in default path>
Checking for bison.exe ... <in default path>
Checking for re2c.exe ... <not found>
Parsers will not be regenerated
Checking for zip.exe ... <not found>
Checking for lemon.exe ... <not found>
Checking for mc.exe ... C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin
Checking for mt.exe ... C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin
Build dir: Release_TS
PHP Core: php5ts.dll and php5ts.lib
Creating build dirs...
Generating files...
Generating Makefile
C:\Files\Source\PHP\memcache-3.0.6\configure.js(1773, 2) Microsoft JScript runtime error: Input past end of file
C:\Files\Source\PHP>