Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjiuno committed Oct 31, 2014
1 parent bdfbce1 commit 8306204
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,17 @@ 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

Thread Safety
-------------
Invoke "php.exe -i" to check it.

NTS(Non Thread Safety):

php.exe -i 2> NUL | find "Thread Safety"
Thread Safety => disabled

TS(Thread Safety):

php.exe -i 2> NUL | find "Thread Safety"
Thread Safety => enabled

0 comments on commit 8306204

Please sign in to comment.