Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjiuno committed Apr 30, 2014
1 parent c0a077f commit b845169
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b845169

Please sign in to comment.