Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add com_dotnet support #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 88 additions & 0 deletions docs/compatibility-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,94 @@
- `const MB_ONIGURUMA_VERSION`
??? tiny "[=100% "**exif** 6 / 6"]"
happy face
??? tiny "[=2% "**com_dotnet** 2 / 107"]"
- `function variant_set`
- `function variant_add`
- `function variant_cat`
- `function variant_sub`
- `function variant_mul`
- `function variant_and`
- `function variant_div`
- `function variant_eqv`
- `function variant_idiv`
- `function variant_imp`
- `function variant_mod`
- `function variant_or`
- `function variant_pow`
- `function variant_xor`
- `function variant_abs`
- `function variant_fix`
- `function variant_int`
- `function variant_neg`
- `function variant_not`
- `function variant_round`
- `function variant_cmp`
- `function variant_date_to_timestamp`
- `function variant_date_from_timestamp`
- `function variant_get_type`
- `function variant_set_type`
- `function variant_cast`
- `function com_event_sink`
- `function com_print_typeinfo`
- `function com_message_pump`
- `function com_load_typelib`
- `function com_get_active_object`
- `class COMPersistHelper`
- `class com_exception`
- `class com_safearray_proxy`
- `class variant`
- `class dotnet`
- `const CLSCTX_INPROC_SERVER`
- `const CLSCTX_INPROC_HANDLER`
- `const CLSCTX_LOCAL_SERVER`
- `const CLSCTX_REMOTE_SERVER`
- `const CLSCTX_SERVER`
- `const CLSCTX_ALL`
- `const VT_NULL`
- `const VT_EMPTY`
- `const VT_UI1`
- `const VT_I1`
- `const VT_UI2`
- `const VT_I2`
- `const VT_UI4`
- `const VT_I4`
- `const VT_R4`
- `const VT_R8`
- `const VT_BOOL`
- `const VT_ERROR`
- `const VT_CY`
- `const VT_DATE`
- `const VT_BSTR`
- `const VT_DECIMAL`
- `const VT_UNKNOWN`
- `const VT_DISPATCH`
- `const VT_VARIANT`
- `const VT_INT`
- `const VT_UINT`
- `const VT_ARRAY`
- `const VT_BYREF`
- `const CP_ACP`
- `const CP_MACCP`
- `const CP_OEMCP`
- `const CP_UTF7`
- `const CP_UTF8`
- `const CP_SYMBOL`
- `const CP_THREAD_ACP`
- `const VARCMP_LT`
- `const VARCMP_EQ`
- `const VARCMP_GT`
- `const VARCMP_NULL`
- `const NORM_IGNORECASE`
- `const NORM_IGNORENONSPACE`
- `const NORM_IGNORESYMBOLS`
- `const NORM_IGNOREWIDTH`
- `const NORM_IGNOREKANATYPE`
- `const DISP_E_DIVBYZERO`
- `const DISP_E_OVERFLOW`
- `const DISP_E_BADINDEX`
- `const MK_E_UNAVAILABLE`
- `const VT_UI8`
- `const VT_I8`
??? tiny "[=66% "**gd** 129 / 195"]"
- `function imagepalettecopy`
- `function imagecolorclosest`
Expand Down
1 change: 1 addition & 0 deletions tools/generate-compatibility/generate.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
<Compile Include="**/*.php" />
<PackageReference Include="Peachpie.Library.PDO.MySql" Version="$(PeachpieVersion)" />
<PackageReference Include="Peachpie.Library.PDO.Sqlite" Version="$(PeachpieVersion)" />
<PackageReference Include="Peachpie.Library.ComDotNet" Version="$(PeachpieVersion)" />
</ItemGroup>
</Project>