diff --git a/README.md b/README.md index 89c1c10..5ca4c1b 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,23 @@ No chdir support * "chdir" is not supported! So, keep your fullpath always like "wfio://C:\\dir1\\dir2\\dir3\\filename". * Use wfio_getcwd8 for getting current directory * Use wfio_path_combine to hold your subdir in fullpath format. + +My build options +---------------- + + rem TS ThreadSafety "Release_TS" config.nice.bat + cscript /nologo configure.js "--disable-all" "--enable-cli" "--disable-debug" "--enable-com-dotnet" "--with-wfio=shared" "--enable-cgi" "--enable-isapi" %* + + + rem NTS NonThreadSafety "Release" config.nts.bat + cscript /nologo configure.js "--disable-all" "--disable-zts" "--enable-cli" "--disable-debug" "--enable-com-dotnet" "--with-wfio=shared" "--enable-cgi" "--enable-isapi" %* + + + twfio.bat + SET TEST_PHP_EXECUTABLE=H:\php-sdk\php54dev\vc9\x86\php5.4\Release_TS\php.exe + Release_TS\php.exe run-tests.php ext\wfio\tests + + + twfio-nts.bat + SET TEST_PHP_EXECUTABLE=H:\php-sdk\php54dev\vc9\x86\php5.4\Release\php.exe + Release\php.exe run-tests.php ext\wfio\tests