114 Commits (5cd01fa48ba8c2876e6a1cbffe5c2689650ca420)

Author SHA1 Message Date
Sebastian Bergmann ef49b9a8de MFH: Bump copyright year, 3 of 3. 17 years ago
Sebastian Bergmann d9f3a1305f MFH: Bump copyright year, 2 of 2. 18 years ago
Dmitry Stogov 1b01048cd8 Fixed 64-bit issues 19 years ago
Dmitry Stogov 6c394c8b38 ZTS fix 19 years ago
Martin Kraemer 9c62ddde34 Typo 19 years ago
andy wharmby a252c79d53 Fixed bug #35872 (Prevent object store references during RSHUTDOWN) 19 years ago
Marcus Boerger 50ea26760d - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 19 years ago
Stanislav Malyshev 31a325823a Cosmetic fix - safe_emalloc(nmemb, size, offset) 19 years ago
Stanislav Malyshev a72041406b CreateInstance requires BSTR (should fix #33188) 19 years ago
Stanislav Malyshev 47e06ea821 fix unallocated free 19 years ago
Dmitry Stogov 955d3e73e8 typo 19 years ago
andy wharmby 74cafe0840 Fixed bug #37927 (Prevent trap when COM extension processes argument of type VT_DISPATCH|VT_REF) 19 years ago
andy wharmby cda82bc0a3 Fixed bug #34564 (COM extension not returning modified "out" argument) 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Rob Richards 47fb655a56 fix bug #33734 and related (Something strange with COM Object) 19 years ago
Rob Richards b7ec6f90e0 - fix bug #33386 (ScriptControl only sees last function of class): com_wrapper.c 19 years ago
Rob Richards c2c9908f88 fix heap corruption when adding/caching typelib (also fixes bug 39606) 20 years ago
Dmitry Stogov c06f9e1efe COM initialization/deinitialization are done only if necessary 20 years ago
Ilia Alshanetsky 941c036297 Fixed bug #36644 (possible crash in variant_date_from_timestamp()). 20 years ago
Ilia Alshanetsky 76f23d4dcf Fixed bug #38400 (Use of com.typelib_file may cause a crash). 20 years ago
Ilia Alshanetsky df5c300303 Fixed bug #38198 (possible crash when COM reports an exception). 20 years ago
Edin Kadribasic 480e788d95 Fix for #38985 (Wez) 20 years ago
Ilia Alshanetsky 4c65e0e1cd Added missing validation checks around expand_filepath() 20 years ago
Dmitry Stogov b0c4150967 Prevent opening of empty filename "" 20 years ago
Edin Kadribasic 21ac19eb94 Fixed #37602 by olek at neurosoft dot pl 20 years ago
Dmitry Stogov 1dbaae2795 Added automatic module globals management 20 years ago
Rob Richards f064d19f40 - Update after api changes 20 years ago
Antony Dovgal 59b8592c8c fix bug #36898 (__set() leaks in classes extending internal ones) 20 years ago
Rob Richards 7831900882 fix mem leak with iterators 20 years ago
Rob Richards a78a0b460c Fixed bug #34272 (empty array onto COM object blows up) 20 years ago
Rob Richards c53b926a35 Fix bug #35954 (Fatal com_exception casting object) 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 21 years ago
Rob Richards 934e19107d Fixed bug #35316 (Application exception trying to create COM object) 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Antony Dovgal 755b027e8c fix C++ comments 21 years ago
Wez Furlong 7013788711 merge from branch: fixes for #32758 and #32759 21 years ago
Wez Furlong 195f69f0c7 merge bug fixes from branch 21 years ago
Ilia Alshanetsky 0810696e50 removed unused vars. 21 years ago
Ilia Alshanetsky 496031df78 emalloc -> safe_emalloc. 22 years ago
Rob Richards 8f32b61acb fix crash when calling com methods 22 years ago
Wez Furlong 9bffcfb407 Fix crash bug. 22 years ago
Wez Furlong b3d9c5bea6 Improve .Net support; this should reduce "failed to init .net" errors. 22 years ago
Wez Furlong 9ce9605723 Use the correct free() here... 22 years ago
Wez Furlong 8c4b687769 Fix for Bug #29490 from Michael Sisolak. 22 years ago
Wez Furlong 4d39a171ee Even more verbosity... 22 years ago
Wez Furlong f765acea59 Even more verbosity in case of error 22 years ago
Wez Furlong d38f944d1c Better error reporting 22 years ago
Wez Furlong d4ad4ac370 Allow COM to build under non-zts. 22 years ago
Wez Furlong 7b1d95adba Fix my favourite call user func mistake 22 years ago