X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=README.md;h=f28cff3c0802386771d3f79f8a4254671d045e6b;hb=refs%2Fpull%2F3%2Fhead;hp=5d20134bc0f8a6ca5bb239a957feb5a9a0aca445;hpb=2f8b7315fc99d6fe7ac0076b4e1b5f33f11b2209;p=m6w6%2Fext-psi diff --git a/README.md b/README.md index 5d20134..f28cff3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ext-psi +[![Join the chat at https://gitter.im/m6w6/ext-psi](https://badges.gitter.im/m6w6/ext-psi.svg)](https://gitter.im/m6w6/ext-psi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + [![Build Status](https://travis-ci.org/m6w6/ext-psi.svg?branch=master)](https://travis-ci.org/m6w6/ext-psi) PSI is a PHP extension, which provides a foreign function interface through @@ -225,7 +227,7 @@ extern char *strerror(int errnum); You may specify a non-standard calling convention in place of `extern`, where `default` and `cdecl` have the same meaning as `extern`. -Additionally recognized calling conventions include: `mscdecl`, `stdcall` and `fastcall`. +Additionally recognized calling conventions include: `stdcall` and `fastcall`. ### Constants