php-src/ext/com_dotnet
Christoph M. Becker 651e0cc187
Fix GH-8778: Integer arithmethic with large number variants fails
When casting a `variant` to `int`, we need to heed the proper `zval`
type, which is an signed 64bit integer on x64, while `VT_INT` is only
a signed 32bit integer.

Closes GH-8779.
2022-06-18 11:48:49 +02:00
..
tests Fix GH-8778: Integer arithmethic with large number variants fails 2022-06-18 11:48:49 +02:00
com_com.c Promote warnings to Error in COM extension 2020-09-21 14:32:00 +01:00
com_dotnet.c Fix #55847: DOTNET .NET 4.0 GAC new location 2020-08-22 12:42:34 +02:00
com_extension_arginfo.h Add missing stub for com_exception 2021-01-24 16:06:49 +01:00
com_extension.c Fix #55847: DOTNET .NET 4.0 GAC new location 2020-08-22 12:42:34 +02:00
com_extension.stub.php Add missing stub for com_exception 2021-01-24 16:06:49 +01:00
com_handlers.c Fix GH-8778: Integer arithmethic with large number variants fails 2022-06-18 11:48:49 +02:00
com_iterator.c Promote warnings to Error in COM extension 2020-09-21 14:32:00 +01:00
com_misc.c Promote warnings to Error in COM extension 2020-09-21 14:32:00 +01:00
com_olechar.c Merge branch 'PHP-7.4' 2020-06-29 19:06:56 +02:00
com_persist_arginfo.h Fix COMPersistHelper::__construct() stub 2020-11-24 00:23:29 +01:00
com_persist.c Autogenerate function entries for COMPersistHelper 2020-08-11 11:42:40 +02:00
com_persist.stub.php Fix COMPersistHelper::__construct() stub 2020-11-24 00:23:29 +01:00
com_saproxy.c Promote warnings to Error in COM extension 2020-09-21 14:32:00 +01:00
com_typeinfo.c Merge branch 'PHP-7.4' into PHP-8.0 2020-10-26 11:55:29 +01:00
com_variant.c Promote warnings to Error in COM extension 2020-09-21 14:32:00 +01:00
com_wrapper.c Accept zend_object* in zend_update_property 2020-08-07 16:40:27 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
php_com_dotnet_internal.h Prevent strict interpretation of tentative definition 2021-12-26 16:41:25 +01:00
php_com_dotnet.h Code tweaks: Remove unneeded semicolons 2020-04-29 23:17:40 +02:00